npx claudepluginhub mrzhbr/oh_my_openclaude --plugin omo# Stop Continuation — Halt Everything Stop all active execution loops and reset state. ## Actions 1. **Reset boulder.json:** 2. **Report state:** - Show what was in progress (if anything) - Show any incomplete todos - Suggest `/handoff` if there's meaningful progress to preserve 3. **Confirm to user:** "All execution loops stopped. State reset to idle."
Stop all active execution loops and reset state.
Reset boulder.json:
cat > .claude/omo/boulder.json << 'EOF'
{
"status": "idle",
"current_plan": null,
"failure_count": 0
}
EOF
Report state:
/handoff if there's meaningful progress to preserveConfirm to user: "All execution loops stopped. State reset to idle."