Orchestrate

Turn any task into a model-tiered multi-agent plan, decompose it into subtasks, classify each as research, implementation, planning, or synthesis, map every subtask to the right subagent and model (haiku for research/exploration, opus for planning, sonnet for everything else), then run independent tracks in parallel under strict one-owner-per-file discipline before synthesizing the result yourself. Use for "act as orchestrator", "spawn subagents for this", "delegate this with the right models", "run this in parallel", or any task large enough to fan out across multiple independent workstreams. Not for a single well-scoped feature with a known shape (use implement-feature), not for the full spec-driven agent-teams flow with cross-agent messaging (use team-implement), and not for pure task breakdown with no execution (use project-planner).

mgiovani 8f8351c 3 files · 10.7 KB Updated

File contents

mgiovani/cc-arsenal/tree/main/skills/orchestrate commit 8f8351c551

Frequently asked questions

npx skillmds@latest add mgiovani/orchestrate