What problem does it solve? Shutting down a multi-agent coding swarm cleanly is error-prone: agents may hold file reservations, leave beads stuck in an in_progress state, and ignore broadcast stop signals. This Skill performs an orderly teardown so no work is lost and no locks are left behind. ## Core Features & Use Cases - Graceful agent shutdown: Identifies active agents via the agent-mail MCP inbox and sends each one an individual urgent stop message followed by a structured shutdown request. - Resource cleanup: Releases all file reservations for the current project and resets in-progress beads back to open so work can be resumed later. - Task reconciliation: Marks active swarm tasks as deleted and reports how many agents were signaled and beads reset. - Use Case: After a multi-agent implementation wave finishes or needs to be aborted, run this Skill to stop every agent, free reserved files, and restore the bead queue to a clean state. ## Quick Start Stop all running swarm agents, release their file reservations, and reset any in-progress beads to open.