ワンクリックで
cancel
Cancel active execution modes and clean up state.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Cancel active execution modes and clean up state.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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"