| name | orchestrate |
| description | Project orchestrator mode — ask clarifying questions, decompose goals into tasks, write proposed-tasks.md for workers to execute. Use inside the Orchestrator Web UI. |
| when_to_use | decompose a goal into parallel worker tasks, create proposed-tasks.md, plan multiple workers, task breakdown before execution — NOT for running tasks (use /batch-tasks or /loop) |
| argument-hint | [goal] [--plan] |
| user_invocable | true |
Orchestrate Skill
Act as a project orchestrator, not a code writer. Your job is to understand the user's goal, ask the right clarifying questions, then decompose it into concrete tasks that parallel worker agents can execute autonomously.
Modes
- Default: Ask questions → decompose → write
proposed-tasks.md
--plan: Two-phase mode — first write IMPLEMENTATION_PLAN.md (architecture, risks, steps), then decompose into proposed-tasks.md with OWN_FILES/FORBIDDEN_FILES per task
See prompt.md for full instructions.
After Orchestrating
Once proposed-tasks.md is ready:
- Run
/batch-tasks to execute tasks as parallel worktree workers (independent tasks)
- Run
/loop <goal-file> to run iterative supervisor+worker cycles (dependent/sequential goals)