launch-checklist

Generates a cross-department game launch readiness checklist with go/no-go sign-offs.

Updated Aug 2, 2026
One-click install
npx skills add https://github.com/claretagrapelike32/codex-ai-game-studio --skill launch-checklist-claretagrapelike32
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: launch-checklist
Source: https://github.com/claretagrapelike32/codex-ai-game-studio/tree/main/plugins/ai-game-studio/skills/launch-checklist
Command: npx skills add https://github.com/claretagrapelike32/codex-ai-game-studio --skill launch-checklist-claretagrapelike32

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Shipping a game requires coordinating code health, content completion, QA, store compliance, infrastructure, marketing, and legal sign-offs, and teams often miss critical items when tracking readiness manually. ## Core Features & Use Cases - Codebase Health Scan: Counts TODO/FIXME/HACK comments, detects leftover debug output, placeholder assets, and hardcoded dev values before launch. - Full-Department Checklist Generation: Produces a structured Markdown checklist covering code, content, QA, store pages, legal, infrastructure, community, marketing, and operations. - Go/No-Go Decision Support: Summarizes blocking and conditional items and lists required sign-offs from directors, QA, producer, and release manager. - Use Case: Two weeks before your Steam launch date, run the checklist in dry-run mode to discover 12 unresolved placeholder assets and missing age ratings, then assign owners before the formal gate review. ## Quick Start Ask the AI to run the launch checklist for your game targeting a specific launch date, optionally in dry-run mode to preview without writing files.

Frequently Asked Questions about launch-checklist

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

FAQPage Schema
How do I create a game launch readiness checklist?

Invoke the launch-checklist skill with your target launch date or dry-run mode. It reads project context files, scans the codebase for health issues, and generates a Markdown checklist covering code, content, QA, store, legal, infrastructure, and marketing readiness.

What does a go/no-go launch checklist include?

It includes build health, code quality, security, content and localization completion, QA and platform certification, store page assets, legal compliance, server infrastructure, community readiness, and operations plans, ending with blocking items and sign-offs from key leads.

Does the launch checklist work in dry-run mode?

Yes, dry-run mode generates the full checklist without creating sign-off entries or writing files. This lets you preview readiness gaps before committing results to production/releases/.

Can the checklist detect placeholder assets and debug code?

Yes, it scans for TODO, FIXME, and HACK comments, console.log or print statements, placeholder or WIP asset naming, and hardcoded test values like localhost or debug flags in production code.

Where is the generated launch checklist saved?

After presenting the summary, the skill asks for confirmation and writes the file to production/releases/launch-checklist-[date].md, creating directories as needed. Nothing is written without your approval.