What problem does it solve? Critical production bugs cannot wait for the normal sprint cycle, but rushing a fix without process creates untracked changes and regressions. This Skill provides a structured emergency workflow that fixes the issue fast while preserving a full audit trail. ## Core Features & Use Cases - Severity Triage: Classifies bugs as S1 (critical) or S2 (major) and redirects lower-severity issues to the normal bug fix workflow. - Documented Hotfix Records: Creates a hotfix record in production/hotfixes/ capturing problem, root cause, fix, testing, approvals, and rollback plan. - Approval Workflow: Collects sign-off from lead-programmer, qa-tester, and producer subagents before deployment. - Use Case: A game-breaking crash is reported on the release build. Invoke the hotfix workflow to create a hotfix branch from the release tag, implement the minimal fix, document the root cause, and route approvals before merging back to both release and development branches. ## Quick Start Run /hotfix with a bug ID or description, such as asking to hotfix the save-file corruption crash reported in issue 142.