with one click
cancel
Stop active workflow and clean up state
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Stop active workflow and clean up state
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Token-efficient execution modifier with budget-aware routing
Kimi-native team worker protocol (ACK, mailbox, task lifecycle)
Persistence loop until task completion with verification
Architecture planning and plan approval workflow
Parallel agent execution via Kimi-native multi-worker runtime
Full autonomous execution from idea to working code
| name | cancel |
| description | Stop active workflow and clean up state |
Stop the current OMK workflow and clean up state.
Trigger: $cancel or user says "stop", "abort"
Read Current State
skill-active.json for active workflowUpdate State
active: falsephase: "cancelled"cancelled_at timestampClean Up
Confirm
{
"skill": "ralph",
"active": true,
"phase": "executing"
}
{
"skill": "ralph",
"active": false,
"phase": "cancelled",
"cancelled_at": "2026-04-16T12:00:00Z",
"reason": "User requested cancellation"
}
Cancel Active Workflow:
[User] $cancel
[OMK] Cancelled ralph workflow (was in executing phase)
[OMK] State cleaned up. Ready for new workflow.
Cancel During Deep Interview:
[User] $cancel
[OMK] Cancelled deep-interview workflow
[OMK] Context snapshot saved to .omk/context/interview-2026-04-16.md
[OMK] You can resume later or start fresh.
Nothing Active:
[User] $cancel
[OMK] No active workflow to cancel.