From orchestrate
Fan a large task out across parallel AI agents. Planners scope and publish tasks, workers execute, and a script reconciles the tree from disk. Use when explicitly invoking /orchestrate with a large goal that benefits from parallel decomposition.
How this skill is triggered — by the user, by Claude, or both
Slash command
/orchestrate:orchestrateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fan out a large task across parallel agents. Workers don't talk to each other — they hand results up through structured handoffs.
Fan out a large task across parallel agents. Workers don't talk to each other — they hand results up through structured handoffs.
| Node | Runs Loop? | Scope | Output |
|---|---|---|---|
| Planner | yes | Entire user goal | User-facing message + optional PR |
| Subplanner | yes | One slice of parent scope | Handoff to parent |
| Worker | no | One concrete task | Handoff to spawning planner |
| Verifier | no | Acceptance criteria | Verdict handoff |
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.
npx claudepluginhub andersonlimahw/lemon-ai-hub --plugin orchestrate