Skip to content

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.

Namelaunch-checklist
Version0.1.0
Categoryproduct
LicenseApache-2.0
Personaproduct
Tagslaunch, checklist, go-no-go, sign-off, monitoring, rollback, comms
Sourcetemplates/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

ProjectName string
Kebab-case project name used as the document directory Must be lowercase kebab-case starting with a letter.

Optional

LaunchType enum — defaults to ga
Launch phase determining the scope of checklist criteria One of: alphabetaga.
IncludeComms bool — defaults to true
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.yaml

Composes with