What problem does it solve?
The hotfix workflow resolves urgent production bugs by forcing a disciplined process—severity assessment, traceable records, controlled branching, approvals, QA gates, and post-deploy verification—so critical issues get fixed fast without destabilizing the game.
Core Features & Use Cases
- Severity triage and workflow routing: Classifies issues as S1/S2 or S3-and-below, confirming whether to bypass normal sprint processes.
- Audit-tracked hotfix documentation: Creates a structured hotfix record including problem, root cause, fix, testing, approvals, and rollback plan.
- Controlled implementation with QA re-entry gate: Coordinates approvals from lead-programmer, qa-tester, and producer, then determines the required QA scope (smoke check vs targeted team-qa vs full QA) before deployment.
- Backed-by-deploy verification: Updates bug status, deploys via merges to both release and development branches, and verifies in the deployed build before closing the incident.
Quick Start
Use /hotfix with the bug-id or a clear description of what is broken so the team can assess severity and start an emergency fix workflow.