Back to list
Yeachan-Heo

cancel-ralph

by Yeachan-Heo

Multi-agent orchestration for Claude Code. Zero learning curve. 28 agents, 28 skills, delegation-first architecture.

1,751🍴 175📅 Jan 23, 2026

SKILL.md


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:

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 /oh-my-claudecode:cancel-ultrawork to cancel it independently.

To Start Fresh

  • /oh-my-claudecode:ralph "task" - Start ralph with ultrawork (default)
  • /oh-my-claudecode:ultrawork "task" - Start ultrawork only (standalone)

Score

Total Score

95/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 1000以上

+15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon