Automated Plan Execution

You still did the thinking. You researched the problem, wrote the spec, broke it into tasks, and drafted the implementation prompt with review gates baked in. Now you hand that prompt to an orchestrator agent and it runs the execution phase — spinning up implementers, watching for review gates, and reporting back. You still merge. You still decide what ships. The orchestrator just removes you from the relay loop.

Prerequisites

Walkthrough

Read these in order:

  1. Orchestrator Role — what the orchestrator does, what it doesn't do, and how it stays in its lane
  2. Workflow Templates — pre-built pipelines for the full research → plan → implement cycle
  3. Beads and Thrum — how epic and task tracking give the orchestrator persistent state across sessions
  4. Multi-Agent Setup — the role model the orchestrator uses to spawn and assign implementers
  5. Tmux Sessions — how the orchestrator launches agents into isolated terminal sessions
  6. Configuration — every orchestration.* key and what it controls

When you're ready for more

If you'd rather drive execution yourself instead of delegating it, see Team on Your Machine — same agents, you hold the wheel.