day-one-patch

Automate day-one patch planning and rollback orchestration for post-gold-master game issues.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/packetalien/cursor-game-studios --skill day-one-patch-packetalien
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: day-one-patch
Source: https://github.com/packetalien/cursor-game-studios/tree/main/.cursor/skills/day-one-patch
Command: npx skills add https://github.com/packetalien/cursor-game-studios --skill day-one-patch-packetalien

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Day-one patch planning and rollback orchestration for post-gold-master issues in game development.

Core Features & Use Cases

  • Scoped patch planning: defines MVP fixes that are safe to ship quickly without destabilizing the build.
  • Rollback & governance: produces rollback instructions and approvals workflow to minimize launch risk.
  • Phase-driven execution: guides through Phase 1: load context, Phase 2: scope, Phase 3: rollback, Phase 4: implement, Phase 5: QA gate, Phase 6: patch record, Phase 7: next steps.

Quick Start

Outline the initial patch scope and prepare a rollback plan for approval and governance review.

Frequently Asked Questions about day-one-patch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I plan a safe day-one patch for a game launch?

Plan a safe day-one patch by defining an MVP scope of critical post-gold-master fixes that resolve certification feedback or known bugs without destabilizing the build. This ensures you ship scoped patches quickly while maintaining a clear rollback path.

How does rollback orchestration work for day-one game patches?

Rollback orchestration generates explicit rollback instructions and an approvals workflow to minimize launch risk. It creates a deterministic rollback plan with strict guardrails to revert the build if the day-one patch introduces instability.

Can I scope a game patch to only include certification feedback fixes?

Yes, you can scope a patch to specifically address certification feedback. The planning process isolates MVP fixes for cert issues, ensuring the patch remains safe and does not destabilize the approved gold-master build.

What is the best way to sequence tasks for a day-one game patch?

The best way to sequence tasks is through a phase-driven execution model. It guides you through loading context, scoping, rollback planning, implementation, QA gating, and producing a final patch record to ensure deterministic, safe delivery.

What artifacts do I need to produce for post-gold-master patch governance?

You need to produce a patch plan, a rollback plan, and QA notes. These artifacts provide deterministic steps and governance guardrails required for approvals and risk management during a game launch.

When should I avoid shipping a day-one patch?

You should avoid shipping a day-one patch if the fixes cannot be scoped into a safe MVP without risking build stability. The process includes a QA gate and governance approvals to prevent rolling out patches that lack a clear rollback path.