subagent-orchestration
Installation
SKILL.md
Subagent Orchestration
Coordinate multiple fresh subagents for complex tasks with two-stage review cycles. Ensures isolation and quality at each step.
When to Use
- Complex multi-task workflows requiring specialization
- Tasks benefiting from fresh context per step
- Parallel execution of independent tasks
- Two-stage review workflows (spec → quality)
Don't use for:
- Simple sequential tasks (use plan-execution)
- Single-agent workflows
- Tasks requiring shared context across steps