launch-checklist

Assemble a go/no-go launch readiness checklist from repository health scans.

18|5|Updated Nov 25, 2025
One-click install
npx skills add https://github.com/wsman/MY-DOGE-MICRO --skill launch-checklist-wsman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: launch-checklist
Source: https://github.com/wsman/MY-DOGE-MICRO/tree/main/.agents/skills/launch-checklist
Command: npx skills add https://github.com/wsman/MY-DOGE-MICRO --skill launch-checklist-wsman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams determine whether a product or game is truly ready to launch by turning scattered code, infrastructure, QA, and operational signals into a structured go/no-go checklist.

Core Features & Use Cases

  • Domain-Aware Readiness Review: Detects whether the repository is product- or game-oriented and adapts the checklist accordingly.
  • Launch Risk Assessment: Scans for TODOs, debug output, hardcoded test values, exposed secrets, and other launch blockers.
  • Operational Sign-Off Support: Organizes deployment, rollback, monitoring, on-call, and communication readiness into a decision-friendly report.
  • Use Case: A release manager can run this Skill before a launch day to identify incomplete areas, document conditional risks, and prepare final sign-offs.

Quick Start

Use the launch-checklist skill to evaluate the repository for a dry-run launch readiness report or for the specified launch date.

Frequently Asked Questions about launch-checklist

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

FAQPage Schema
What is a launch readiness checklist and why do I need one before a release?

A launch readiness checklist validates go-live readiness by assembling a comprehensive go/no-go report. It assesses code health, data readiness, infrastructure, and operational sign-offs to prevent incomplete areas from blocking your target release date.

How do I create a go/no-go checklist for a product or game launch?

To create a go/no-go checklist, scan the repository for launch blockers like TODOs, debug output, and exposed secrets. The skill generates a domain-aware report covering codebase health, deployment, rollback, and on-call readiness for final sign-offs.

Does the launch readiness review work for both product and game repositories?

Yes, the launch readiness review works for both product and game repositories. It detects the domain orientation of the codebase and adapts the generated checklist to assess the specific launch risks and operational requirements of that domain.

What do I need to provide to generate a release readiness report?

You need to provide repository context, milestone and release artifacts, and access for codebase health scans. This allows the assessment to evaluate blocking and conditional items, producing a decision-friendly report for dry runs or specified launch dates.

What specific code health issues are flagged as launch blockers?

The launch risk assessment flags TODOs, debug output, hardcoded test values, and exposed secrets as launch blockers. Identifying these issues before deployment ensures the final operational sign-off covers critical deployment and rollback procedures.

Can this checklist help organize on-call and rollback procedures before deployment?

Yes, the checklist organizes on-call, rollback, monitoring, and communication readiness into a decision-friendly report. This operational sign-off support helps release managers track incomplete areas and prepare final approvals for the launch date.