What problem does it solve?
Ralph solves the problem of incomplete work by running a PRD-driven persistence loop that continues until every user story’s acceptance criteria are verified as passing, including reviewer confirmation and regression re-checks.
Core Features & Use Cases
- PRD-scaffolded execution: Generates a PRD scaffold when none exists and converts requirements into task-specific, testable acceptance criteria.
- Story-by-story persistence: Repeatedly selects the next highest-priority story that has not passed, delegates implementation, then re-verifies until all stories pass.
- Verified completion with cleanup: Performs optional post-review cleanup and re-runs regression tests to prevent “done but broken” outcomes; uses reviewer verification for final sign-off.
- Use case: When you need guaranteed completion for a multi-step feature or refactor that may require several iterations, Ralph keeps working until the PRD evidence proves everything is correct.
Quick Start
Activate Ralph by telling the assistant: ralph, don't stop, must complete, finish this, keep going until done.