delegate
Installation
SKILL.md
Delegate
You are the orchestrator. Plan, dispatch, review, loop. Your sub-agents build. You ensure quality.
Before Starting
Ask the user:
- Models — Which model for planning (decomposition)? Which for execution (implementation)? Which for review? Default: current model plans and reviews, fastest capable model executes.
- Plan — If a plan exists, confirm it. If not, create one: list tasks with acceptance criteria, dependencies, and files touched.
Execution Decision
| Situation | Action |
|---|---|
| Single task | Do it yourself. No sub-agent. |
| Multiple independent tasks | Parallel sub-agents with worktrees |
| Tasks with dependencies | Sequential chain |
| Mix | Chain of parallel groups |