What problem does it solve? When a multi-agent coding flywheel session needs to be halted, leftover checkpoints, bead locks, file reservations, and orphaned tasks can block a clean restart. This Skill tears down the active session safely so you can start fresh without stale state. ## Core Features & Use Cases - Session State Inspection: Reads .pi-flywheel/checkpoint.json to show the current phase, goal, and bead progress before stopping. - Confirmed Teardown: Asks for user confirmation, then releases bead locks via the agent-flywheel MCP server, deletes the checkpoint file, and releases file reservations through the agent-mail MCP tool. - Task Cleanup: Finds active flywheel tasks with TaskList and marks each as deleted so nothing keeps running in the background. - Use Case: You started a flywheel run against the wrong branch. Run this Skill to release all bead locks and file reservations, clear the checkpoint, and then relaunch with /agent-flywheel:start. ## Quick Start Stop the current flywheel session, release all bead locks and file reservations, and clear the checkpoint state.