ralph-codex

star 0

Scaffold a Ralph-style autonomous agent loop (from snarktank/ralph) adapted for OpenAI Codex CLI; use for PRD-driven iterations (ralph loop, prd.json).

Y4rd13 By Y4rd13 schedule Updated 6/14/2026

name: ralph-codex description: Scaffold a Ralph-style autonomous agent loop (from snarktank/ralph) adapted for OpenAI Codex CLI; use for PRD-driven iterations (ralph loop, prd.json). license: MIT metadata: author: Y4rd13 version: "1.0.0" user-invocable: true

ralph-codex

The Job

Scaffold the Ralph loop into an existing repo under ./ralph/, including:

  • ralph.sh, prompt.md, CODEX.md, prd.json.example, progress.txt
  • .codex/rules/ralph.rules

How to run

After scaffolding:

  1. Copy prd.json.exampleprd.json and fill in your stories.
  2. Run:
cd ralph
./ralph.sh --tool codex 20

Notes

  • The loop is intentionally simple: one story per iteration, progress stored in progress.txt, completion signaled by <promise>COMPLETE</promise>.
  • Codex is invoked in non-interactive mode via codex exec --full-auto (see ralph.sh).
Install via CLI
npx skills add https://github.com/Y4rd13/fullstack-ml-ai-agent-skills --skill ralph-codex
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator