factory-benfactory-benCommunityยท1 Agent Skills Included

ralph

Autonomous feature implementation through iterative user story loops

Breaks large feature requests into small, verifiable user stories and executes them one by one until complete. Eliminates context overload by running each iteration as a fresh agent with memory persisted through git, prd.json, and progress logs. Runs quality checks and commits automatically, so features ship without manual supervision.
npx skills add factory-ben/ralph --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’