Flywheel Rollback banner
burningportra burningportra

Flywheel Rollback

Development community

Description

--- description: Roll back a completed bead implementation. argument-hint: "[bead-id]" --- **First action:** If $ARGUMENTS contains a bead ID, run `br show <id>` via Bash; otherwise run `br list --json --status closed` and present completed beads for the user to choose from. Roll back a bead implementation. $ARGUMENTS (optional: bead ID) 1. If a bead ID is provided in $ARGUMENTS, use it. Otherwise, run `br list --json` and show completed beads for the user to choose from. 2. Show the commits

Installation

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

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

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

Full documentation available on GitHub

View Source Repository