Cancel Ralph
Stop autonomous loop:
Claude CodeGeneric
# 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
/catchupto restore context - Check
git statusfor 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)