orchestrate
Installation
SKILL.md
Orchestrate
Turn a task into a model-tiered multi-agent plan, run it, and synthesize the result yourself.
Task
$ARGUMENTS
Step 0: Is orchestration warranted?
Before decomposing anything, check: does this genuinely split into 2+ independent pieces of real work? A task that touches one file, needs one command, or has one obvious fix does NOT need a plan or a subagent: do it directly and say so in one line. Spawning, tracking, and merging subagents costs more than the work itself below that bar, and a fabricated multi-phase plan for a one-line change is worse than no plan.
If it passes this bar, continue to Step 1.