ClaudeSuperPower

cancel-ralph

Command

Cancel active Ralph Loop

32.8KOther
Type this in Claude Code
/cancel-ralph
You must run this — Claude can't invoke it

What it tells Claude to do

12 lines

The prompt this command injects, verbatim. Worth reading before you run it.

# 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

Shipped by 1 plugin

Installing any of these installs this command.

What this can do

Capabilities declared in this component's own frontmatter — not inferred.

Run shell commands

Declares Bash

~6 tokens of context used while enabled, before you invoke anything

All declared tools (2)
BashRead

Trust

94/100 · Excellent

1 factor scored below maximum

Reviews

Log in to leave a review.

No reviews yet — be the first.

Explore related

Other things in this space — across every part of the ecosystem, not just commands.