Orchestrate Agents
Skill for designing and coordinating systems of multiple AI agents.
When to use this skill
- A task is too large or complex for a single agent
- You want to run independent subtasks in parallel to save time
- Multiple agents need to share results without conflicts
- You need to define clear roles and handoffs between agents
- An agent pipeline needs error handling and fallback logic
Orchestration patterns
Sequential pipeline — each agent completes before the n
[Description truncada. Veja o README completo no GitHub.]