# Gsp Production Readiness Audit

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

- Skill: `mike007jd/gsp-production-readiness-audit-2` (Agent Skill, multi-file: 8 files)
- Install (CLI): `npx skillmds@latest add mike007jd/gsp-production-readiness-audit-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mike007jd/gsp-production-readiness-audit-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: mike007jd (https://skillmd.com/u/mike007jd)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/mike007jd/gsp-production-readiness-audit-2

---


# 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


