Orchestrate

Run a multi-step task end to end as a foreman: a planner writes a plan file with non-overlapping chunks, builder subagents build the chunks in their own git worktrees, and the orchestrator only briefs, reads return slips and diffs, merges, and re-briefs. The orchestrator never does big chunks of work itself, so its context stays fresh for the whole run. Does not stop until every acceptance criterion passes, or a chunk hits its retry cap. Routes every spawn through the dispatch skill. Use when the user wants a task done end to end by a group of subagents, not by the main loop. Triggers: /orchestrate, "orchestrate this", "run this end to end with subagents", "be the foreman", "delegate the whole thing and just review", "keep your context fresh".

mehdiforoozandeh Updated

File contents

mehdiforoozandeh/skills/tree/main/skills/orchestrate commit 41ef5d1670

Frequently asked questions

npx skillmds@latest add mehdiforoozandeh/orchestrate