一键导入
cancel
// Cancel any active OMG mode and clean up state. Activate when user says: cancel, stop, cancelomg, stopomg, abort, kill it, stop everything.
// Cancel any active OMG mode and clean up state. Activate when user says: cancel, stop, cancelomg, stopomg, abort, kill it, stop everything.
Use this skill when working with the GitLab MCP server tools for merge requests, issues, repositories, pipelines, work items, webhooks, search, and related GitLab workflows.
2-stage pipeline: trace (causal investigation) then deep-interview (requirements). Activate when user says: deep dive, deep-dive, investigate deeply, trace and interview.
Socratic deep interview with mathematical ambiguity gating. Activate when user says: deep interview, interview me, ask me everything, don't assume, make sure you understand, ouroboros, socratic, I have a vague idea, not sure exactly what I want.
Full autonomous execution from idea to working code. Activate when user says: autopilot, auto-pilot, autonomous, build me, create me, make me, full auto, handle it all, or "I want a/an..."
Strategic planning with optional interview workflow. Activate when user says: plan this, plan the, let's plan, make a plan, how should we approach.
PRD-driven persistence loop until task completion with verification. Activate when user says: ralph, don't stop, must complete, finish this, keep going until done.
| name | cancel |
| description | Cancel any active OMG mode and clean up state. Activate when user says: cancel, stop, cancelomg, stopomg, abort, kill it, stop everything. |
| argument-hint | [--force|--all] |
Intelligent cancellation that detects and cancels the active OMG mode.
Automatically detects which mode is active and cancels it:
/cancel
/cancel --force
/cancel --all
Reads .omc/state/ to discover which mode is active. Cancels in dependency order:
Check for --force or --all flags.
Use omg_read_state to check each mode's state file.
Clear ALL state files in .omc/state/. Nuclear option.
Clear state directly.
Report: "No active OMG modes detected. Use --force to clear all state."
| Mode | State Preserved | Resume Command |
|---|---|---|
| OMG Autopilot | Yes (phase, files, spec) | /omg-autopilot |
| Self-Improve | Yes (iteration state) | /self-improve --resume |
| Ralph | No | N/A |
| Others | No | N/A |
| Mode | Success Message |
|---|---|
| OMG Autopilot | "OMG Autopilot cancelled at phase: {phase}. Progress preserved." |
| Ralph | "Ralph cancelled. Persistent mode deactivated." |
| Ultrawork | "Ultrawork cancelled." |
| UltraQA | "UltraQA cancelled." |
| Team | "Team cancelled. Teammates shut down." |
| Self-Improve | "Self-improve stopped at iteration {N}." |
| Force | "All OMG modes cleared." |
| None | "No active OMG modes detected." |