Cancel active Ralph (and linked ultrawork if auto-activated)
Scanned 9/3/2026
Install to Claude Code
npx -y skills add mazenyassergithub/oh-my-claudecode --skill cancel-ralph --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cancel Ralph?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mazenyassergithub-cancel-ralph)More formats (shields.io, HTML) on the badges page.
---
name: cancel-ralph
description: Cancel active Ralph (and linked ultrawork if auto-activated)
user-invocable: true
---
# Cancel Ralph
[RALPH CANCELLED]
Ralph has been cancelled. You MUST now deactivate the state files.
## MANDATORY ACTION
Execute this command to fully cancel ALL persistent modes:
```bash
mkdir -p .omc ~/.claude && \
echo '{"active": false, "cancelled_at": "'$(date -Iseconds)'", "reason": "User cancelled via /cancel-ralph"}' > .omc/ralph-state.json && \
echo '{"active": false, "cancelled_at": "'$(date -Iseconds)'", "reason": "User cancelled via /cancel-ralph", "linked_to_ralph": false}' > .omc/ultrawork-state.json && \
echo '{"active": false, "cancelled_at": "'$(date -Iseconds)'", "reason": "User cancelled via /cancel-ralph"}' > .omc/ralph-plan-state.json && \
echo '{"active": false, "cancelled_at": "'$(date -Iseconds)'", "reason": "User cancelled via /cancel-ralph"}' > ~/.claude/ralph-state.json && \
echo '{"active": false, "cancelled_at": "'$(date -Iseconds)'", "reason": "User cancelled via /cancel-ralph"}' > ~/.claude/ultrawork-state.json && \
rm -f .omc/ralph-verification.json
```
After running this command, you are free to stop working. The persistent mode hook will no longer force continuation.
## What Was Cancelled
- **Ralph**: Self-referential completion loop
- **Ultrawork**: Parallel execution mode (auto-activated with Ralph by default)
- **Ralph Plan**: Iterative planning loop (if active via /ralplan)
- **Verification State**: Any pending architect verification
## Note on Linked Modes
Since v3.0, Ralph automatically activates Ultrawork for parallel execution. When you cancel Ralph, the linked Ultrawork is also cancelled. If you started Ultrawork separately (not via Ralph), use `/cancel-ultrawork` to cancel it independently.
## To Start Fresh
- `/ralph "task"` - Start ralph with ultrawork (default)
- `/ultrawork "task"` - Start ultrawork only (standalone)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!