launch-checklist

Generate a multi-department launch readiness checklist from repository context and codebase scanning.

1|Updated May 15, 2026
One-click install
npx skills add https://github.com/dnkrow/skill --skill launch-checklist-dnkrow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: launch-checklist
Source: https://github.com/dnkrow/skill/tree/main/claude-global/launch-checklist
Command: npx skills add https://github.com/dnkrow/skill --skill launch-checklist-dnkrow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It reduces launch risk by systematically validating whether code, content, store pages, legal readiness, infrastructure, and operational sign-offs are complete before release.

Core Features & Use Cases

  • End-to-end launch readiness validation: Covers engineering, QA, content, store/distribution, legal compliance, infrastructure/operations, and go/no-go decision criteria in one checklist.
  • Project-context driven auditing: Pulls details from files such as CLAUDE.md, production milestones/releases, and optional live-ops content calendars to keep the checklist aligned to the current state.
  • Codebase health scanning: Checks common production blockers like TODO/FIXME/HACK counts, debug output, placeholders, and hardcoded dev/test values to surface launch hazards early.

Quick Start

Request the launch checklist by running /launch-checklist with an optional launch-date or dry-run argument to generate a ready-to-review go/no-go checklist.

Frequently Asked Questions about launch-checklist

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

FAQPage Schema
How do I generate a launch readiness checklist for a game release?

A pre-launch validation checklist systematically verifies build health, content readiness, QA status, store distribution, legal compliance, and infrastructure status before release. It reduces launch risk by ensuring all operational sign-offs and codebase health checks are explicitly reviewed.

Can I run a dry-run launch readiness audit without writing files?

Yes, you can execute a dry-run launch readiness audit by passing the dry-run argument during invocation. This computes all checklist counts and blocking items for review without writing any output files to your project directory.

How does codebase scanning detect production blockers before release?

Codebase scanning detects production blockers by checking your repository for common launch hazards like TODO/FIXME/HACK counts, debug output, placeholders, and hardcoded dev/test values. This surfaces code quality issues early in the release governance process.

Does the launch checklist tool pull project context from CLAUDE.md and milestone files?

Yes, the launch checklist tool reads project context from files such as CLAUDE.md, production milestones, and optional live-ops content calendars. This ensures the generated checklist remains strictly aligned with your current release state.

What departments are covered in a release governance go/no-go checklist?

A release governance go/no-go checklist covers engineering, QA, content, store and distribution, legal compliance, and infrastructure operations. It consolidates all these departmental sign-offs into one comprehensive validation report.