Load this skill when you are acting as the parent orchestrator and the work ahead falls into any of these categories:
Do NOT load this skill if you are already inside a delegated child task — you are the executor, not the orchestrator.
delegate_task for all complex work listed above. Do NOT execute it inline.delegate_task call creates a fresh context. Do NOT request persistent agent files or profiles.| Situation | Action |
|---|---|
| Need to read 4+ files to understand | Delegate a narrow exploration worker |
| Need to write 2+ non-trivial files | Delegate a single writer with the full mission |
| Need to run tests or builds | Delegate an executor; do not run inline |
| Need an adversarial review of a diff | Delegate a fresh-context reviewer |
| Multi-step debug that grows the context | Delegate a debug worker; feed results back inline |
| Simple 1-file edit you already understand | Do it inline; no delegation needed |
| Quick git/state check | Do it inline; no delegation needed |
SKILL.md paths to load before workdelegate_task with that mission.After synthesizing worker results, return:
delegate_task configuration parameters and the explicit toolset/MCP/skill checklist for worker missions.