# Gsp Repair Roadmap

> Use when turning game audit findings or known issues into a prioritized repair plan.

- Skill: `mike007jd/gsp-repair-roadmap` (Agent Skill)
- Install (CLI): `npx skillmds@latest add mike007jd/gsp-repair-roadmap`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mike007jd/gsp-repair-roadmap/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: mike007jd (https://skillmd.com/u/mike007jd)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/mike007jd/gsp-repair-roadmap

---


# Game Repair Roadmap

## Goal
Turn audit findings into an execution order that respects project state, risk, and quality target.

## Outputs

Follow the `gsp-orchestrator` output strategy:
- **inline** (default): present the prioritized roadmap and risk items in conversation.
- **minimal** or **full**: write `docs/game-studio/audit/repair-roadmap.md` and `docs/game-studio/audit/risk-register.md`.

Use:
- `../../shared/templates/repair-roadmap.md`
- `../../shared/templates/risk-register.md`

## Organize fixes into
- quick wins
- high-impact fixes
- risky fixes
- optional polish
- should defer
- should not touch

## Prioritization rules
- shipped or live-risky repos prioritize safety and rollback confidence
- prelaunch repos can accept wider structural work when it unlocks strong gains
- avoid listing dozens of equal-priority tasks; sequence them
- always state which fixes are blocked by missing runtime evidence


