Gsp Production Readiness Audit

Use when auditing whether a game project meets production-grade standards for release or continued iteration.

mike007jd Updated

File contents

Game Production Readiness Audit

Goal

Audit whether the codebase is ready for sustained development rather than only demo survival.

Outputs

Follow the gsp-orchestrator output strategy:

  • inline (default): present findings in conversation.
  • minimal or full: write to docs/game-studio/audit/audit-summary.md, docs/game-studio/audit/scorecard.json, docs/game-studio/audit/repair-roadmap.md.

Use:

  • ../../shared/checklists/production-readiness-audit-checklist.md
  • ../../shared/checklists/production-code-checklist.md

Evaluate

  • code organization and ownership boundaries
  • clarity of state and event flow
  • dead prototypes vs durable systems
  • naming and consistency
  • whether future AI-driven changes will be easy or destabilizing

mike007jd/game-superpowers/tree/main/skills/gsp-production-readiness-audit commit 79494213a5

Frequently asked questions

npx skillmds@latest add mike007jd/gsp-production-readiness-audit