Trigger: broad exploration, multi-file reads, tests/builds, fresh review, or multi-step debug. Orchestrate complex work via delegate_task to protect context.
76
96%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
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.e01b114
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.