Focused Fix Category: Engineering Domain: Debugging & Maintenance Overview The Focused Fix skill enforces a disciplined minimal-change approach to bug fixing. Instead of refactoring or improving code during a bugfix, it identifies the smallest possible change set that resolves the issue. This reduces risk, simplifies code review, and prevents scope creep. Use when - The user asks to "fix a bug with minimal changes", "do a focused bugfix", or "scope a minimal repair" - A bug report needs triage to identify the smallest set of files to touch - A PR is at risk of scope creep (unrelated refactors…