Flywheel Drift Check banner
burningportra burningportra

Flywheel Drift Check

Development community

Description

--- description: Check if the codebase has drifted from the implementation plan. argument-hint: "[--json] [options]" --- **First action:** Parse `$ARGUMENTS` for `--json`. Run `br list --json` + `bv --json` + the plan-vs-code comparison either way. If `--json`, assemble a single JSON envelope `{tool:"flywheel_drift_check", version, status, phase, data:{plan_path, on_track[], stale[], blocked[], new_opportunities[]}}`, print it to stdout, and exit (do NOT prompt). Otherwise render the human-frie

Installation

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

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

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

Full documentation available on GitHub

View Source Repository