ralph
Installation
SKILL.md
Ralph
Ralph is a PRD-driven persistence loop that keeps working on a task until ALL user stories have passes: true and are reviewer-verified.
When to Use
- Task requires guaranteed completion with verification
- Work may span multiple iterations and needs persistence
- Task benefits from structured PRD-driven execution
When NOT to Use
- Full autonomous pipeline → use
/omg-autopilot - Explore or plan before committing → use
/plan - Quick one-shot fix → delegate to @executor
Flags
--no-prd: Skip PRD generation, work in legacy mode (for trivial fixes)--no-deslop: Skip the mandatory post-review cleanup pass
Steps
Related skills