What problem does it solve? Bug fixes often ship as ad-hoc patches with no proof the defect is pinned, no regression protection, and no learning from why the bug escaped. This Skill turns each defect into a tracked unit of work with a RED-first regression spec, a mutation gate, and a structured retrospective. ## Core Features & Use Cases - Defect capture and investigation: Records severity, source, repro steps, and maps the bug to owning features via stack traces, grep, git history, or LSP call hierarchies. - RED-first regression pinning: Requires a Given/When/Then spec that fails on current code before any fix, plus a bug-line mutation gate proving the spec is coupled to the bug, not the fix. - Gap analysis loop: Closes each fix with a "why didn't we catch it?" analysis using a closed category vocabulary, feeding methodology improvements back into specs and charters. - Use Case: A Sentry alert reports a login redirect loop. The Skill captures the defect, pins it with a failing regression spec, applies and hardens the fix with mutation testing, then records that the session spec lacked a token-expiry scenario. ## Quick Start Ask the agent to run /engineer.fix with the bug report or alert text to capture, pin, fix, and close the defect end to end.