cancel-ultrawork

[ULTRAWORK CANCELLED]

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "cancel-ultrawork" with this command: npx skills add yeachan-heo/oh-my-claudecode/yeachan-heo-oh-my-claudecode-cancel-ultrawork

Cancel Ultrawork

[ULTRAWORK CANCELLED]

The Ultrawork mode has been cancelled. Clearing state files.

MANDATORY ACTION

First, check if ultrawork is linked to an active Ralph loop:

cat .omc/ultrawork-state.json 2>/dev/null | jq -r '.linked_to_ralph // false'

If linked_to_ralph is true: Use /oh-my-claudecode:cancel-ralph instead to cancel both Ralph and its linked Ultrawork.

Otherwise, execute this command to cancel Ultrawork:

mkdir -p .omc &&
echo '{"active": false, "cancelled_at": "'$(date -Iseconds)'", "reason": "User cancelled via /cancel-ultrawork"}' > .omc/ultrawork-state.json &&
echo '{"active": false, "cancelled_at": "'$(date -Iseconds)'", "reason": "User cancelled via /cancel-ultrawork"}' > ~/.claude/ultrawork-state.json

After running this command, ultrawork mode will be deactivated and the HUD will update.

Note on Linked Modes

Since v3.0, Ralph automatically activates Ultrawork. If you see linked_to_ralph: true in the ultrawork state, it means Ultrawork was auto-activated by Ralph. In this case:

  • Use /oh-my-claudecode:cancel-ralph to cancel both modes

  • If you only cancel ultrawork, Ralph will continue but without parallel execution benefits

To Start Fresh

  • /oh-my-claudecode:ultrawork "task"

  • Start ultrawork only (standalone)

  • /oh-my-claudecode:ralph "task"

  • Start ralph with ultrawork (default)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

ralph

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

deepinit

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

autopilot

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

hud

No summary provided by upstream source.

Repository SourceNeeds Review