What problem does it solve?
Every shipped game has a day-one patch. Planning it before launch day prevents chaos. This skill scopes the patch to only what is safe and necessary, gates it through a lightweight QA pass, and ensures a rollback plan exists before anything ships. It is a mini-sprint — not a hotfix, not a full sprint.
Core Features & Use Cases
- Phase 1: Load Release Context to gather gate checks and release-state data.
- Phase 2: Scope the Patch with steps for classification, user prompts, and scope validation.
- Phase 3: Rollback Plan to define rollback responsibilities and platform constraints.
- Phase 4: Implement Fixes through targeted, minimum-viable changes.
- Phase 5: Patch QA Gate to verify changes via targeted smoke tests.
- Phase 6: Generate Patch Record to document notes and approvals.
- Phase 7: Next Steps and collaborative protocols to ensure alignment and traceability.
- Collaboration Protocol: emphasize rollback-first discipline and scope control.
Quick Start
Plan and execute a constrained day-one patch by scoping safe fixes, gating with lightweight QA, and establishing a rollback.