ralph
Installation
SKILL.md
Ralph - Recursive Task Execution
Autonomous task execution that works with any agent harness (amp, opencode, claude, etc.).
How It Works
- You provide a prompt - e.g., "Implement the next task from prd.json and ensure all QA checks pass"
- Agent executes ONE task - Implements, tests, commits
- Agent creates new session - Starts fresh with summary of what was done + the same prompt
- Repeat until done - Continues until all tasks are complete
Two Phases
| Phase | Purpose | Trigger |
|---|---|---|
| Setup | Configure task source (prd.json or task_list) | "set up ralph", "configure ralph" |
| Loop | Execute tasks recursively until done | "run ralph", "start the loop" |