Install the ralph plugin for Claude Code - automated iteration loops for multi-step tasks
npm install create-ralph-loopAutomated Claude iteration loops for completing multi-step tasks.
``bash`
npx create-ralph-loop
| Command | Description |
|---------|-------------|
| /ralph:create-loop | Create a new loop with guided setup |/ralph:add-tasks
| | Add tasks to an existing loop |
| File | Purpose |
|------|---------|
| ralph.sh | Bash script that runs Claude in a loop |PROMPT.md
| | Instructions Claude follows each iteration |plan.md
| | Task list with pass/fail tracking |activity.md
| | Shared log for notes and progress |
`bash``
./ralph.sh 10 # Run up to 10 iterations
Loop stops automatically when all tasks pass.
MIT