What problem does it solve?
Orchestrates the full autonomous agent-atelier development loop by spawning the agent team, starting the orchestration state machine, and driving work items through the lifecycle from DISCOVER to DONE. It enables starting fresh, resuming after crashes, and surfacing the startup dashboard and recovery sweeps to keep progress visible.
Core Features & Use Cases
- Spawns the always-on core teammates (State Manager, PM, Architect) and on-demand specialists (Builder, VRM, QA/UX reviewers) as needed.
- Drives the lifecycle phases from DISCOVER through DONE with explicit state transitions, recovery handling, and non-blocking gates.
- Supports cold resumes after session crashes by reclaiming stranded work and reconstructing runtimes from persisted state.
- Use Case: A user initializes the system, reviews the behavior spec, and runs the loop to auto-manage development work from discovery to completion.
Quick Start
Spawn the agent team, then execute /agent-atelier:run to start the loop.