Codex agent loop-runner that works through a PRD backlog.
prd.json— story backlog with priorities and acceptance criteria.progress.txt— running log of completed steps and results.prompt.md— operating rules for the Ralph loop.loop.sh— helper script to run the loop.
- Copy
ralphfolder from this repo into your project - Codex CLI
- Add a skill to Codex to convert natural language into PRD entries:
mkdir -p ~/.codex/skills/to-prd && cp ralph/to-prd.skill.json ~/.codex/skills/to-prd/
- open
codexand submit$to-prd your feature idea here - codex will add the PRD entry to
prd.json - run
sh ralph/loop.shto process the next item in the backlog
Inspired by Geoffrey Huntley, thanks!
