What problem does it solve? Running a full multi-phase flywheel pipeline is overkill for small, focused bug fixes. This Skill provides a fast path that applies a targeted fix without the full scan-discover-plan-implement-review cycle, while still keeping tracking, file reservations, and review in place. ## Core Features & Use Cases - Scoped Code Analysis: Uses an Explore subagent to analyze the relevant code and understand the scope before making changes. - Isolated Implementation Agent: Spawns a background general-purpose agent in a git worktree with file reservations to prevent conflicts. - Fresh-Eyes Review: Calls flywheel_review after implementation so the fix gets an independent review pass before commit. - Use Case: You spot a null-pointer bug in one module. Describe the fix, and the Skill creates a bead, delegates the change to an isolated agent, reviews the result, and asks for your confirmation before closing. ## Quick Start Ask the agent to fix the null check in the payment validation module using the flywheel fix fast path.