Cancel Ralph

Stop autonomous loop:

Dirty13itch updated 5mo ago
Claude CodeGeneric
View source ↗
# Cancel Ralph Wiggum

Stop autonomous loop:

1. **Preferred:** `/ralph-stop`

2. **If stuck:** `Ctrl+C`

3. **If frozen:** Close terminal

4. **Nuclear:** Kill process
   ```bash
   # Find process
   ps aux | grep claude
   # Kill it
   kill -9 <PID>

After canceling:

  • Run /catchup to restore context
  • Check git status for uncommitted work
  • Review PROGRESS.md for session notes

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](https://getagentictools.com/loops/dirty13itch-cancel-ralph-wiggum?ref=badge)