Flywheel Swarm Status banner
burningportra burningportra

Flywheel Swarm Status

Development community

Description

--- description: Check the status of running swarm agents and bead progress. argument-hint: "[--json]" --- **First action:** Parse `$ARGUMENTS` for `--json`. Run `br list --json` and `fetch_inbox` either way. If `--json`, assemble a single JSON envelope `{tool:"flywheel_swarm_status", version, status, phase, data:{beads, inbox, stuck, recommendation}}`, print it to stdout, and exit. Otherwise render the human-friendly sections below. Check swarm status. ## --json output schema When invoked w

Installation

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

Terminal
mkdir -p ~/.claude/skills/burningportra-agent-flywheel-plugin-flywheel-swarm-status && curl -fsSL https://raw.githubusercontent.com/burningportra/agent-flywheel-plugin/HEAD/commands/flywheel-swarm-status.md -o ~/.claude/skills/burningportra-agent-flywheel-plugin-flywheel-swarm-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