What problem does it solve?
It prevents launch-day chaos by planning and executing a tightly scoped, fix-only day-one patch with explicit QA gating and a rollback plan.
Core Features & Use Cases
- Release-stage patch planning: Verifies the project is in Release/Polish stage before proceeding, and loads gate verdicts, open/just-fixed bugs (pending verification), sprint history, and security audit status.
- Risk-controlled patch scope: Classifies bugs for inclusion using severity/priority/effort rules, blocks scope creep (no new features, no refactoring, minimal viable changes), and uses user confirmation to approve or adjust the scope.
- Rollback-first execution: Requires a rollback plan to be written before implementation, assigns ownership and platform constraints, then proceeds with implementations and a targeted QA gate to reach PASS or PASS WITH WARNINGS.
- Release documentation output: Produces an internal patch record for the day-one patch and triggers generation of player-facing patch notes after the patch is recorded.
Quick Start
Prepare the day-one patch by approving the proposed scope, writing the rollback plan to production/releases/rollback-plan-[version].md, then implementing fixes and generating production/releases/day-one-patch-[version].md for the selected version.