What problem does it solve? Unplanned bugs and small changes often get fixed ad-hoc without specs, review gates, or traceable history. This Skill routes any off-plan fix through the same disciplined workflow as planned features: spec it, build it with review, then log and merge it. ## Core Features & Use Cases - Fix Spec Generation: Writes a lightweight fix spec to blueprint/context/current-feature.md covering the problem, the fix approach, build steps, and verification criteria. - Finding Ledger Integration: Accepts a finding ID from blueprint/context/findings.md (e.g., /fix F-03) so repairs are traceable and findings get marked fixed when the build lands. - Workflow Handoff: Stops after writing the spec so /implement builds it with review gates and /complete logs it to blueprint/history/fixes/ and merges. - Use Case: A user reports "password reset email never sends" mid-project. Run /fix to capture it as a spec, then let the existing implement/complete loop handle the build and merge without touching the build plan. ## Quick Start Ask the AI to run /fix with a description of the bug, such as "/fix password reset email never sends", then review the generated spec.