Flywheel Stop banner
burningportra burningportra

Flywheel Stop

Development community

Description

--- description: Stop the current flywheel session and reset state. argument-hint: "" --- **First action:** Read `.pi-flywheel/checkpoint.json`; if absent, print "No active session found" and stop. Otherwise show phase/goal/bead progress and ask the user to confirm before calling `flywheel_approve_beads({action: "reject"})`. Stop the active flywheel session for this project. 1. Read `.pi-flywheel/checkpoint.json`. If no active session, say "No active session found." 2. Show the current state

Installation

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

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

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

Full documentation available on GitHub

View Source Repository