Cancel Ralph

| description | allowed-tools | hide-from-slash-command-tool | |---|---|---| | Cancel active Ralph Wiggum loop | Bash(test -f .cl…

tobiasosborne 142 updated 1mo ago
Claude CodeGeneric
View source ↗
| description | allowed-tools | hide-from-slash-command-tool |
|---|---|---|
| Cancel active Ralph Wiggum loop | Bash(test -f .claude/ralph-loop.local.md:*) Bash(rm .claude/ralph-loop.local.md) Read(.claude/ralph-loop.local.md) | true |

# Cancel Ralph

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

Maintain Cancel Ralph?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

Cancel Ralph on getagentictools
[![Cancel Ralph on getagentictools](https://getagentictools.com/badge/loops/tobiasosborne-cancel-ralph.svg)](https://getagentictools.com/loops/tobiasosborne-cancel-ralph?ref=badge)