Help us improve
Share bugs, ideas, or general feedback.
From claude-commands
Cancels an active Ralph Wiggum loop by removing its state file and reporting the iteration number.
npx claudepluginhub jleechanorg/claude-commands --plugin claude-commandsHow this command is triggered — by the user, by Claude, or both
Slash command
/claude-commands:cancel-ralphcommands/The summary Claude sees in its command listing — used to decide when to auto-load this command
# /cancel-ralph — Cancel active Ralph Wiggum loop To cancel the Ralph loop: 1. Check if `.claude/ralph-loop.local.md` exists using Bash: `test -f .claude/ralph-loop.local.md && echo "EXISTS" || echo "NOT_FOUND"` 2. **If NOT_FOUND**: Say "No active Ralph loop found." 3. **If EXISTS**: - Read `.claude/ralph-loop.local.md` to get the current iteration number from the `iteration:` field - Remove the file using Bash: `rm .claude/ralph-loop.local.md` - Report: "Cancelled Ralph loop (was at iteration N)" where N is the iteration value
/cancel-ralphCancels an active Ralph Wiggub loop by removing its marker file and reporting the iteration count.
/cancel-ralphCancels active Ralph Loop: checks for .claude/ralph-loop.local.md state file, reads iteration if present, removes it, and reports status.
/cancel-ralphStops an active Ralph Reviewed loop by deleting its state file. Reports iteration and review count upon cancellation.
/cancel-ralphLists active Ralph Wiggum loops, prompts user to select and confirm cancellation of one or more via interactive menu, then deletes state files and logs action.
Share bugs, ideas, or general feedback.
To cancel the Ralph loop:
Check if .claude/ralph-loop.local.md exists using Bash: test -f .claude/ralph-loop.local.md && echo "EXISTS" || echo "NOT_FOUND"
If NOT_FOUND: Say "No active Ralph loop found."
If EXISTS:
.claude/ralph-loop.local.md to get the current iteration number from the iteration: fieldrm .claude/ralph-loop.local.md