ralph
Autonomous feature implementation through iterative user story loops
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Ralph?โผ
Run `npx skills add factory-ben/ralph --all -g -y` in your terminal to install this skill globally.
What does Ralph do?โผ
Ralph autonomously implements features by breaking them into small user stories in a prd.json file, then executing each story in a fresh agent loop until everything passes.
How does Ralph keep track of progress?โผ
It stores state in prd.json for story status and progress.txt for learnings, so each new iteration starts with clean context but full memory of prior work.
Which tools does Ralph work with?โผ
Ralph is built for Factory Droid and requires the jq command-line tool, and it follows the standard SKILL.md format.
Can I use Ralph without writing code?โผ
Yes. Just describe the feature you want, and Ralph creates the user stories and runs the implementation loop for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core