Launch Checklist
Scaffolds a structured launch package with go/no-go criteria organized by functional area, a stakeholder sign-off matrix, monitoring setup guidance, and rollback plan. Optionally includes an internal and external communications plan. Designed for product and engineering teams coordinating multi-team launches.
| Name | launch-checklist |
| Version | 0.1.0 |
| Category | product |
| License | Apache-2.0 |
| Persona | product |
| Tags | launch, checklist, go-no-go, sign-off, monitoring, rollback, comms |
| Source | templates/launch-checklist |
Render it
Three front doors, one catalog. Pick whichever suits the caller.
# CLI
npx @nanohype/sdk render launch-checklist --out ./my-app
# SDK
import { LocalSource, renderTemplate } from "@nanohype/sdk";
const result = await renderTemplate(source, "launch-checklist", variables);
# MCP — from an agent
get_template({ name: "launch-checklist" })Variables
Required
ProjectNamestring- Kebab-case project name used as the document directory Must be lowercase kebab-case starting with a letter.
Optional
LaunchTypeenum — defaults toga- Launch phase determining the scope of checklist criteria One of:
alphabetaga. IncludeCommsbool — defaults totrue- Include a communications plan document
What it produces
4 files. Placeholder names such as __APP_NAME__ are what the renderer substitutes into.
launch/checklist.md
launch/comms-plan.md
launch/monitoring-setup.md
launch/sign-off-matrix.yamlComposes with
- Pairs with
prd-template - Pairs with
campaign-brief - Pairs with
release-checklist - Pairs with
runbook - Nests inside
monorepo