What problem does it solve?
Many game launches encounter critical issues after the gold master that must be addressed quickly without destabilizing the release; this Skill scopes, prioritizes, and governs a focused day-one patch so fixes ship safely and with a rollback plan.
Core Features & Use Cases
- Rapid Triage and Scope: Classifies open bugs (P1/P2, severity S1/S2) and selects only fixes that are safe and estimated under four hours.
- Coordinated Implementation: Orchestrates lead-programmer and QA tasks, handles config-only changes directly, and enforces minimum-viable fixes.
- Rollback & QA Gate: Produces a rollback plan before any changes, runs a targeted smoke/regression check, and generates an internal patch record for deployment and post-launch follow-up.
- Use Case: Finalizing launch after a certification feedback or last-minute playtest reveals a few high-priority, low-risk bugs that cannot be included in the gold master.
Quick Start
Prepare a focused day-one patch by listing approved P1/P2 fixes under four hours, generate a rollback plan, and confirm QA acceptance before writing the patch record.