What problem does it solve?
It prevents launch-day chaos by scoping and planning a focused day-one patch after gold master, only for issues that are safe to fix quickly and required for launch readiness.
Core Features & Use Cases
- Patch scoping from real evidence: Reads the release stage, gate-check verdict, open/pending bugs, recent sprints, and security audit to determine exactly what belongs in a day-one patch.
- Risk-controlled inclusion rules: Includes only P1/P2 and cert-feedback items that can be fixed in under 4 hours with minimal code-path change; defers riskier work to patch 1.1.
- Non-negotiable rollback planning: Produces and writes a rollback plan before implementation to ensure the team can revert safely if outcomes are unacceptable.
- Lightweight targeted QA gate: Re-verifies only the changed areas via smoke checks or broader regression when needed, requiring a PASS or PASS WITH WARNINGS decision.
- Patch record generation: Writes an internal day-one patch record and drafts player-facing patch notes for community review.
Quick Start
Run the day-one-patch skill with the prompt option selecting the desired scope, for example: "Execute day-one-patch with scope set to known-bugs."