Flywheel Status banner
burningportra burningportra

Flywheel Status

Development community

Description

--- description: Show current flywheel status, bead progress, and inbox messages. argument-hint: "[--json]" --- **First action:** Parse `$ARGUMENTS` for `--json`. If `--json`, call the underlying status assembly (checkpoint + `br list --json` + `bv --json` + `fetch_inbox` + calibration) and print a single JSON envelope `{tool:"flywheel_status", version, status, phase, data:{checkpoint, beads, inbox, calibration, duel}}` to stdout, then exit. Otherwise render the human-friendly sections below.

Installation

Installs to ~/.claude/skills/burningportra-agent-flywheel-plugin-flywheel-status/SKILL.md

Terminal
mkdir -p ~/.claude/skills/burningportra-agent-flywheel-plugin-flywheel-status && curl -fsSL https://raw.githubusercontent.com/burningportra/agent-flywheel-plugin/HEAD/commands/flywheel-status.md -o ~/.claude/skills/burningportra-agent-flywheel-plugin-flywheel-status/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository