一键导入
cancel
Cancel any active OMG mode and clean up state. Activate when user says: cancel, stop, cancelomg, stopomg, abort, kill it, stop everything.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Cancel any active OMG mode and clean up state. Activate when user says: cancel, stop, cancelomg, stopomg, abort, kill it, stop everything.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Route multi-perspective questions through OMG's existing CCG-style analysis workflow. Activate when: ask, multi-model ask, ask models, compare model opinions.
Stateful research improvement loop with evaluator gates and decision logs. Activate when: autoresearch, research loop, improve research, evaluate research.
Guide configuration of notification integrations and status alerts. Activate when: configure notifications, notifications setup, alert me, Telegram, Discord, Slack.
Generate or refresh hierarchical repository guidance files for agents. Activate when: deepinit, repo init docs, initialize agent docs, create AGENTS guidance.
Gather external documentation context through focused, bounded research passes. Activate when: external context, docs research, external docs, look up docs.
Guide use of OMG's VS Code StatusBar and TreeView workflow status surfaces. Activate when: hud, status display, workflow dashboard, show OMG status.
| 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 .omg/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 .omg/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." |