orchestrate
SolidDrive a plan to completion by orchestrating implementer, reviewer, and critic agents across waves of parallel work. Use when the user says "orchestrate", "implement this plan", "execute plan", "drive this", or approves a plan for execution.
Install
Quality Score: 82/100
Skill Content
Details
- Author
- codecast-sh
- Repository
- codecast-sh/codecast
- Created
- 9 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
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".
orchestrate
Orchestrate implementation from a .planning dossier folder — subagents write the code, the session reads, dispatches by model tier, verifies diffs, and commits per phase. Use on /orchestrate [folder] or "implement from this .planning folder".