What problem does it solve?
Automates and enforces a complete, auditable Rails feature delivery workflow so teams don't lose work, skip critical quality gates, or ship undocumented changes when implementing SmartSuite user stories.
Core Features & Use Cases
- Structured 10-phase workflow: story fetch and branch isolation, TDD-first test creation, implementation, UI integration, iterative DHH AI reviews, visual verification, quality gates, docs, and final review.
- Project-scoped SmartSuite integration: selects or validates stories by project ID, updates status, and links PRs for traceability.
- Safety and preservation: records phase progress in a state file, creates git worktrees and early WIP pushes to protect work, and enforces pre-commit and pre-completion verification gates.
- Use case: Start a full autonomous run from a story code or "next" to produce tests, implementation, screenshots, documentation, a PR, and SmartSuite updates without skipping required phases.
Quick Start
Invoke the autopilot with a story ID or the keyword next to run the full ten-phase implementation and deliver a PR and documentation.