What problem does it solve?
This Skill helps you prepare a day-one patch that fixes known, high-priority issues without scope creep, while ensuring a lightweight QA gate and a rollback plan exist before anything ships.
Core Features & Use Cases
- Patch Scoping & Risk Control: Filters bugs for safe inclusion based on severity/priority and estimated effort (e.g., under 4 hours) and avoids new features or refactoring.
- Release Readiness Validation: Confirms the project is in the correct Release/Polish stage and checks gate verdicts, open/verified bug status, sprint context, and security audit notes.
- Rollback-First Governance: Requires a rollback plan to be produced and written before implementation begins, including platform constraints and rollback triggers.
- Targeted Implementation & QA Gate: Coordinates implementation with a lead programmer and verifies fixes with a targeted smoke check or broader regression as needed.
- Patch Record & Player Notes Outputs: Produces an internal patch record and then enables generation of player-facing patch notes and bug closure workflows.
Quick Start
Use the day-one-patch skill to prepare a day-one patch scope, implement approved fixes, run the required QA gate, and write the release record to production/releases/day-one-patch-[version].md.