一键导入
cancel
Cancel any active execution mode — stops autopilot, ralph, ultrawork, team, ultraqa cleanly
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Cancel any active execution mode — stops autopilot, ralph, ultrawork, team, ultraqa cleanly
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Detect and clean AI-typical writing patterns in documents — em dashes, filler phrases, over-formality
Route questions to Claude, Codex, or Gemini for multi-perspective answers
Claude-Codex-Gemini tri-model orchestration — decompose, query, synthesize
Health check — verifies omg plugin is correctly installed and working
Quick reference — what omg agents and skills are available and how to use them
About omg — version, architecture, capabilities, and credits
| name | cancel |
| description | Cancel any active execution mode — stops autopilot, ralph, ultrawork, team, ultraqa cleanly |
| tags | ["utility","control"] |
| Mode | Cancel Behavior | State Preserved |
|---|---|---|
| autopilot | Stop current phase | .omg/qa-logs/autopilot-* |
| ralph | Stop persistence loop | .omg/qa-logs/ralph-prd.json, ralph-progress.md |
| ultrawork | Stop parallel execution | Wait for in-flight tasks |
| ultraqa | Stop QA cycling | .omg/qa-logs/ultraqa-log.md |
| team | Shutdown workers | .omg/qa-logs/team-log.md |
Check for active state files:
ls .omg/qa-logs/*-prd.json .omg/qa-logs/*-state.json .omg/qa-logs/*-log.md 2>/dev/null
Also check store_memory for active mode keys (omg:active-plan, etc.).
Before cancelling, ensure current progress is saved:
| Mode | What to Save | Where |
|---|---|---|
| Ralph | Current PRD (which stories passed) | .omg/qa-logs/ralph-prd.json |
| Autopilot | Current phase + completed phases | .omg/qa-logs/autopilot-state.json |
| Team | Subtask completion status | .omg/qa-logs/team-log.md |
| UltraQA | Cycle count + last error | .omg/qa-logs/ultraqa-log.md |
task(background) agents to complete (best effort, 30s timeout)## Cancel Report
Mode: {mode}
Status: CANCELLED
### Completed
- {what was done}
### Remaining
- {what's left}
### Resume
To resume: re-invoke the mode. It will read state from .omg/qa-logs/ and continue.
If normal cancel fails (stuck agents, unresponsive):
# Remove state files to unblock
rm -f .omg/qa-logs/{mode}-state.json
Report force-cancel with warning about potential incomplete state.
Modes check .omg/qa-logs/ on startup:
ralph-prd.json, skips completed storiescancel, stop, abort, cancelomc
copilot -i "cancelomc"