| name | flywheel-status |
| description | Show current flywheel status, bead progress, and inbox messages. |
Show flywheel status for this project.
-
Checkpoint: Read .pi-flywheel/checkpoint.json. Display:
- Current phase
- Selected goal
- Bead progress (completed/total)
- Time elapsed in current phase (from
phaseStartedAt)
- Polish convergence score (if in planning phase)
-
Live beads: Run br list --json via Bash. Display a table:
ID | Title | Status | Priority | Review passes
Group by: in_progress → open → closed/deferred.
-
Inbox: Call fetch_inbox via the agent-mail MCP tool with agent_name: "Orchestrator". Display any messages from running agents. Acknowledge read messages by calling acknowledge_message for each.
-
Todos: Display current todo list from TodoRead.
-
Next recommended bead: Run bv --robot-next via Bash to get the next optimal bead to work on.