What problem does it solve? When running multi-agent coding swarms, it is hard to know which agents are still working, which beads are stuck, and whether the swarm has finished. This Skill consolidates bead status, agent inbox messages, and todo state into one status report with a recommended next action. ## Core Features & Use Cases - Bead Status Table: Runs br list --json and renders an ID/Title/Status/Updated table, highlighting beads that are in_progress. - Agent Inbox Check: Calls fetch_inbox via the agent-mail MCP tool to surface messages from running agents. - Stuck Detection: Flags beads whose updated_at is older than 30 minutes while still in_progress, and recommends stopping and restarting the swarm. - Completion Routing: When all swarm beads finish, routes into the wave-completion review flow (risky-bead detection, review options, flywheel_review) instead of ending prematurely. - Use Case: Midway through a parallel implementation wave, ask for a status check to see which agents are stalled, read their latest messages, and decide whether to restart the swarm or proceed to review. ## Quick Start Ask the agent to check the current swarm status and tell you which beads are stuck or finished.