What problem does it solve?
The autonomous-execute skill eliminates manual, interruption-driven handoffs by executing the entire approved plan from start to PR, including logging, tests, and design/review steps, until the codebase is ready for CI.
Core Features & Use Cases
- End-to-end plan execution: from plan intake to PR creation, with automated phase progression and progress logging.
- Asana integration and project tracking: if the plan includes an Asana ticket line, it's moved to In Progress and tracked in the progress log.
- Hands-free Ralph Loop resume: resumes from the last incomplete phase, reusing progress, git history, and todos to minimize rework.
- Safety and gating: circuit-breaker conditions prevent endless loops and block progress on persistent failures.
Quick Start
Provide the approved plan file path (docs/plans/<name>.md) and start the Ralph Loop to resume autonomous execution through to PR creation.