ralph
Installation
SKILL.md
RALPH — Autonomous PRD Implementation
RALPH (Repeated Autonomous Loop for PRD Handling) implements a PRD stored as GitHub issues — autonomously, with TDD, and a code review gate after every iteration.
The Pipeline
This skill is the execution engine for a 4-step coding workflow:
| Step | Command | What It Does |
|---|---|---|
| 1 | /grill-me |
Stress-test your idea with relentless questions before building |
| 2 | /write-a-prd |
Turn the idea into an engineering spec (PRD) as a GitHub issue |
| 3 | /prd-to-issues |
Break the PRD into vertical-slice sub-issues with dependencies |
| 4 | /ralph |
Implement each sub-issue autonomously with TDD + code review |
Steps 1-3 use skills from Matt Pocock. Install them: