What problem does it solve?
Autopilot removes the manual labor of orchestrating multi-phase software builds by autonomously reading a project roadmap and foundation docs, producing designs, running implement-orchestrator agents, executing tests, performing judgment-driven refactors, and tracking progress for cross-session resumption.
Core Features & Use Cases
- End-to-end orchestration: Loops design → implement-orchestrator → test per roadmap phase and advances phases when checkpoints pass.
- Autonomous decision-making & guardrails: Uses explicit decision frameworks to resolve ambiguities, logs decisions in PROGRESS.md, and enforces rules like never prompting the user and committing work safely.
- Refactor and testing strategy: Triggers refactor passes on configurable cadence, runs deeper testing at major boundaries, and extracts reusable patterns across phases.
- Use Case: Given a completed /ideate and /roadmap run with ROADMAP.md and foundation docs present, Autopilot can autonomously implement an entire roadmap while producing auditable progress and deviation logs.
Quick Start
Start autopilot to run the project's ROADMAP.md and foundation docs, create docs/PROGRESS.md if missing, and begin executing phases autonomously.