with one click
cancel
Cancel active execution modes 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
Cancel active execution modes 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
Multi-agent orchestration for PI: team coordination, autonomous execution, persistence loops, and requirements gathering. USE FOR: multi-agent development, parallel execution, code implementation, architecture design, security review, test automation, project planning. Commands: /skill:team, /skill:autopilot, /skill:ralph, /skill:deep-interview, /skill:plan, /skill:verify
Reactive team orchestration. Spawn workers, monitor completions, dynamically spawn newly unblocked tasks until all complete.
Full autonomous execution from idea to working code. Use when you want end-to-end autonomous development.
Socratic requirements gathering with ambiguity scoring. Use for clarifying vague ideas before building.
tmux-based multi-agent orchestration using pi-team CLI. Spawn multiple AI agents (PI, Claude, Codex, Gemini) in parallel tmux sessions. USE FOR: parallel implementation, multi-provider coordination, large-scale tasks, distributed work. Commands: /skill:pi-team spawn N:provider "task", /skill:pi-team status, /skill:pi-team aggregate, /skill:pi-team shutdown
Strategic planning with task breakdown and risk assessment. Use before starting complex work.
| name | cancel |
| description | Cancel active execution modes and clean up state. |
| level | 1 |
Stop active execution modes and clean up state files.
/skill:cancel
.omp/state/*.json# Remove mode state files
rm -f .omp/state/autopilot-state.json
rm -f .omp/state/ralph-state.json
rm -f .omp/state/team-state.json
rm -f .omp/state/deep-interview-state.json
# Keep these
保留 .omp/plans/ # Planning documents
保留 .omp/prd.json # PRD can be resumed
保留 .omp/notepad.md # Session notes
## Cancel Complete
**Modes stopped:** ralph, team
**State cleaned:** Yes
**Files preserved:** 16 implementation files
**Completed work:**
- AUTH-001: User registration ✅
- AUTH-002: User login ✅
**Incomplete work:**
- AUTH-003: Password reset
**Resume with:**
/skill:ralph "complete authentication"