agency-workflow-patterns
Installation
SKILL.md
Agency Workflow Patterns
Master the art of orchestrating 51+ specialized agents to automate your complete software development lifecycle. This skill teaches you when to use the orchestrator, how to coordinate multiple agents, and patterns for maximum efficiency.
Core Orchestration Principles
When to Use the Orchestrator
Use orchestrator for:
- Multi-step workflows spanning multiple domains
- Complex tasks requiring different specialist expertise
- Tasks where parallel execution provides value
- Workflows needing strategic planning before execution
Use specialist agents directly for:
- Single-domain tasks with clear scope
- Quick focused work (< 30 minutes)
- Tasks where you know exactly which specialist to use