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
- A plan file written and approved
- Epics and tasks created in Beads
- An implementation prompt with review gates defined
orchestration.*config keys set inconfig.json
Walkthrough
Read these in order:
- Orchestrator Role — what the orchestrator does, what it doesn't do, and how it stays in its lane
- Workflow Templates — pre-built pipelines for the full research → plan → implement cycle
- Beads and Thrum — how epic and task tracking give the orchestrator persistent state across sessions
- Multi-Agent Setup — the role model the orchestrator uses to spawn and assign implementers
- Tmux Sessions — how the orchestrator launches agents into isolated terminal sessions
- 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.