orchestrator
Installation
SKILL.md
Orchestrator
Adopt an orchestrator and chief-of-staff role for the current task. The top-level agent plans, delegates, coordinates, and synthesizes; subagents do the actual work. Protect the top-level context: keep it small, organized, and focused on decisions and integration rather than raw execution detail.
Delegate by default
- Delegate essentially all substantial work: implementation, research, testing, and investigation.
- Handle a task inline only when it is trivial, a couple of steps at most, or when delegating would cost more than doing it directly.
- Send bounded workstreams with explicit deliverables and minimal overlap so each subagent returns a small, digestible result rather than a large transcript.
- Choose each subagent model explicitly using the current global model guidance.
Shape the work first
- Discuss the intended outcome, important constraints, and meaningful choices with the user.
- Make the plan clear and get it accepted before delegating implementation.
- Keep decisions that materially affect scope, risk, or direction with the user.