orchestrate
SolidMulti-agent coordination across plan/implement/test/review; fan-out for 3+ workstreams. Triggers "coordinate", "orchestrate", "parallel agents", "fan out", "split work", refactor, "overnight", "autonomous task", "marathon".
Install
Quality Score: 87/100
Skill Content
Details
- Author
- darkroomengineering
- Repository
- darkroomengineering/cc-settings
- Created
- 8 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
orchestrate
Use when bounded fan-out, multi-agent research, cross-family review, parallel audits, Herdr control, or autonomous ready-issue implementation helps. Not for tiny work, coupled debugging, or run-until-STOP jobs; use diagnose or autopilot.
orchestrate
Use whenever the user asks for real implementation work — a non-trivial feature, a multi-file fix, a refactor with more than one moving part — and always when the user explicitly types /orchestrate. Runs a plan → delegate → review → fix loop where you (the orchestrator) never write production code yourself. You decompose the task, write a full spec per piece, use the Agent tool to delegate the actual writing (Opus for taste/judgment-heavy work, Sonnet for mechanical work), use the Agent tool again to delegate the diff review, adjudicate its findings yourself, and use SendMessage to send any fixes back to the SAME agent that wrote the code — never a fresh Agent call. Make sure to consider this skill even if the user doesn't say "orchestrate" or "delegate" explicitly, whenever the task at hand is bigger than a one-file edit.
refactor
Behavior-preserving restructuring of code NOT in your current diff — extract modules, rename across files, pay down tech debt. For just-changed code use /zero-tech-debt. Triggers "refactor X", "restructure", "extract Y from Z".