What problem does it solve?
It solves the problem of getting stuck in an active Claude on Web (OMC) execution mode when you need to stop quickly and cleanly.
Core Features & Use Cases
- Auto-detects the active OMC mode by checking mode-specific state files and markers across autopilot, ralph, ultrawork, ecomode, ultraqa, swarm, ultrapilot, pipeline, and plan consensus.
- Performs dependency-aware cancellation so higher-level modes clean up linked lower-level modes in the correct order.
- Preserves safe resumability for Autopilot by marking it inactive while keeping its state so you can continue later.
- Supports a force clear option that removes all relevant local
.omc/state/ artifacts regardless of what is detected.
Example: You started an autopilot run that spawned ralph/ultraqa work and it’s no longer needed—use cancel to stop everything and ensure the system returns to a clean idle state.
Quick Start
Run /oh-my-claudecode:cancel to cancel the currently active OMC mode with dependency-aware cleanup.