npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-1 --plugin twofoldtech-dakota-orc# /orc:stop Command ## Usage ## Description Gracefully stops execution, saving current state and checkpoint. Does not abort mid-story—waits for current story to complete or fail. ## Behavior 1. Signal stop to Orchestrator 2. Wait for current story to complete/fail 3. Save checkpoint 4. Update state to paused 5. Show summary ## Output ## State Updates - Creates checkpoint at current position - Does not change `phase` (remains `execute`) - Records stop time in state ## Use Cases - Need to pause for external reason - Want to review progress mid-execution - Resource constraints re...
/stopToggles pause/resume of the current vibe session. Updates session and status JSON files, invokes explainer, and outputs structured confirmation with progress details.
/stopStops the heartbeat daemon by running `bun run ${CLAUDE_PLUGIN_ROOT}/src/index.ts --stop` and reports the output to the user.
/stopStops the Claude Nights Watch daemon gracefully with SIGTERM, timeouts to SIGKILL if needed, and cleans up PID files and locks. Halts autonomous task execution monitoring.
/stopStops running sparkrun inference workloads by recipe name, cluster ID, or all containers on a cluster. Prompts for target if unspecified and confirms with status.
/stopGracefully stops active OMA autonomous workflow, summarizes completed work, open tasks, blockers, and generates structured recovery plan with checkpoint update.
/stopPauses HammerTime stop hook by creating ~/.claude/hammertime/disabled sentinel file and confirms pause with resumption instructions.
/orc:stop
Gracefully stops execution, saving current state and checkpoint. Does not abort mid-story—waits for current story to complete or fail.
⏸ Stopping execution...
Waiting for current story to complete...
[E2-F1-S3] Creating user endpoint
├─ ... (continues until done)
└─ COMPLETE ✓ [5.2s]
✓ Execution stopped gracefully
Progress saved:
├─ Epics: 1/2 completed
├─ Features: 4/7 completed (E2-F1 in progress)
├─ Stories: 13/23 completed
├─ Checkpoint: E2-F1-S3-stop.json
└─ Phase: execute (paused)
Run /orc:resume to continue from here
Run /orc:status to see current state
phase (remains execute)| Error | Response |
|---|---|
| Not executing | "No execution in progress." |
| Story stuck | "Current story not responding. Force stop? [y/N]" |