What problem does it solve?
Ralph is designed to run an autonomous agent loop within your project, but you must set up the runtime files first. This Skill creates scripts/ralph, places ralph.sh and prompt.md in that directory, and configures the project for loop execution.
Core Features & Use Cases
- Initializes Ralph in the current project by creating scripts/ralph and populating it with the runner and prompt.
- After completing PRD generation with /prd and conversion with /ralph, enables running the iterative loop via the created script.
- Provides a straightforward setup that persists progress and PRD state across iterations.
Quick Start
mkdir -p scripts/ralph
cp ~/Documents/Projects/ralph-claude/ralph.sh scripts/ralph/
cp ~/Documents/Projects/ralph-claude/prompt.md scripts/ralph/
chmod +x scripts/ralph/ralph.sh
After initialization, run: ./scripts/ralph/ralph.sh 10