Start Ralph Loop in current session
Start an iterative development loop that prevents the session from ending until the task is complete.
This skill activates when the user says things like:
When activated:
Parse the request to determine:
Initialize the loop:
# For plan mode
.claude/scripts/setup-ralph-loop.sh --plan <path> --max-iterations 50
# For simple mode
.claude/scripts/setup-ralph-loop.sh "<task>" --max-iterations 20
Start working:
Continue iterating:
<promise>DONE</promise> when completePlan mode:
User: "execute plan at plans/active/add-authentication/"
Claude: [Initializes Ralph Loop in plan mode, reads plan, starts working]
Simple mode:
User: "start ralph loop for refactoring the database layer"
Claude: [Initializes Ralph Loop in simple mode, starts refactoring]
/cancel-ralph to stop early.claude/ralph-loop.local.md.claude/hooks/stop.sh