ralph-loop
SKILL.md
Ralph Loop
Overview
This skill guides OpenClaw agents to execute Ralph Loop workflows using the exec and process tools. The agent orchestrates AI coding agent sessions following the Ralph playbook flow:
- Define Requirements → JTBD → Focus Topics →
specs/*.md - PLANNING Loop → Create/update
IMPLEMENTATION_PLAN.md(do not implement) - BUILDING Loop → Implement tasks, run tests (backpressure), update plan, commit
The loop persists context via PROMPT.md + AGENTS.md (loaded each iteration) and the plan/specs on disk.
How This Skill Works
This skill generates instructions for OpenClaw agents to execute Ralph Loops using the exec and process tools.
- The agent calls
exectool with the coding agent command - Uses
pty: trueto provide TTY for interactive CLIs - Uses
background: truefor monitoring capabilities - Uses
processtool to monitor progress and detect completion