What problem does it solve? When running a multi-phase agent flywheel workflow, it is hard to know where the project stands: which phase is active, how many beads are done, whether agents have sent messages, and what to work on next. This Skill consolidates all of that into a single status report. ## Core Features & Use Cases - Checkpoint Summary: Reads .pi-flywheel/checkpoint.json to show the current phase, selected goal, bead completion counts, elapsed phase time, and polish convergence score. - Live Bead Table: Runs br list --json to display beads grouped by status (in_progress, open, closed/deferred) with priority and review passes. - Inbox & Next Steps: Fetches and acknowledges Orchestrator messages via the agent-mail MCP tool, shows the current todo list, and runs bv --robot-next to recommend the next optimal bead. - Use Case: After resuming a session, ask for flywheel status to instantly see that you are in the implement phase with 4 of 9 beads closed, one agent message pending, and which bead to pick up next. ## Quick Start Ask the assistant to show the current flywheel status for this project.