Decompose a Build with Coordinator Mode
Reach for Coordinator Mode when a task is too big for a single prompt and naturally splits into parallel pieces.
- Switch to Coordinator from the top-row mode selector, or open the Coordinator panel.
- Describe the high-level task and click Decompose. Orbit breaks it into parallel subtasks, each in its own git worktree.
- If decomposition fails, use the Retry on the banner.
- Gate 1 — approve the plan. Review the subtask breakdown and the cost estimate, then approve.
- The subtasks run in parallel.
- Gate 2 — review the merge. When the “Ready to Merge” banner appears, open the Apollo Verification panel. Apollo checks each subtask’s claims against the actual diff.
- Resolve any flagged divergence with Investigate, Accept, or Send-back.
- Approve the merged diff. Only now does anything reach your main branch.