Skip to content

Launch Checklist

Quick facts

Phase: Deliver | Version: 2.0.0 | Category: coordination | License: Apache-2.0

Try it: /launch-checklist "Your context here"

A launch checklist is a comprehensive verification document that ensures all functions are ready before releasing a feature or product. It coordinates across engineering, QA, design, marketing, support, legal, and operations to prevent launch-day surprises. Good launch checklists surface blockers early and create shared accountability for launch readiness.

When to Use

  • 1-2 weeks before any significant launch
  • During launch planning kickoff meetings
  • When coordinating cross-functional releases
  • Before major version releases or feature rollouts
  • After incidents to improve launch processes

How to Use

Use the /launch-checklist slash command:

/launch-checklist "Your context here"

Or reference the skill file directly: skills/deliver-launch-checklist/SKILL.md

Instructions

When asked to create a launch checklist, follow these steps:

  1. Define Launch Context Document what is launching, when, and who the key stakeholders are. Establish the launch tier (major release, minor feature, experiment) as this affects checklist scope.

  2. Gather Functional Requirements For each function (engineering, QA, marketing, etc.), identify what must be complete, verified, or in place before launch. Distinguish between blockers (must-have) and nice-to-haves.

  3. Assign Owners and Dates Every checklist item needs an owner and a target completion date. Ownership creates accountability; dates enable tracking.

  4. Identify Dependencies and Blockers Flag items that block other work or are blocked by external factors. Surface these early so teams can unblock.

  5. Define Go/No-Go Criteria Establish clear criteria for making the launch decision. What conditions must be met? Who makes the final call?

  6. Document Rollback Plan Every launch should have a rollback strategy. Document how to revert if critical issues emerge post-launch.

  7. Schedule Check-in Cadence Establish when the team will review checklist progress (daily standups, T-2 days review, launch day sync).

Output Template

Launch Checklist: [Launch Name]

Launch Overview

FieldValue
What[Feature/product being launched]
Launch Date[Target date]
Launch Type[Major Release / Minor Feature / Experiment / Hotfix]
Launch Owner[Name]
Go/No-Go Decision Maker[Name]

Key Stakeholders

RoleNameContact
Product[Name][Email/Slack]
Engineering[Name][Email/Slack]
Design[Name][Email/Slack]
Marketing[Name][Email/Slack]
Support[Name][Email/Slack]

Engineering Readiness

ItemOwnerDueStatusNotes
[ ] Code complete and merged[Name][Date]
[ ] Code review approved[Name][Date]
[ ] Feature flags configured[Name][Date]
[ ] Database migrations ready[Name][Date]
[ ] API documentation updated[Name][Date]
[ ] Performance benchmarks pass[Name][Date]

QA & Testing

ItemOwnerDueStatusNotes
[ ] Test plan executed[Name][Date]
[ ] Regression tests pass[Name][Date]
[ ] UAT complete[Name][Date]
[ ] Cross-browser testing[Name][Date]
[ ] Mobile testing[Name][Date]
[ ] Accessibility testing[Name][Date]
[ ] Load testing complete[Name][Date]
[ ] Security review complete[Name][Date]

Design & UX

ItemOwnerDueStatusNotes
[ ] Final designs approved[Name][Date]
[ ] Design QA complete[Name][Date]
[ ] Asset handoff complete[Name][Date]
[ ] Copy/content finalized[Name][Date]
[ ] Error states designed[Name][Date]
[ ] Empty states designed[Name][Date]

Marketing & Communications

ItemOwnerDueStatusNotes
[ ] Launch announcement drafted[Name][Date]
[ ] Blog post/PR ready[Name][Date]
[ ] Social media content[Name][Date]
[ ] Email campaigns scheduled[Name][Date]
[ ] App store listing updated[Name][Date]
[ ] Website/landing page updated[Name][Date]
[ ] Screenshots/videos created[Name][Date]

Customer Support

ItemOwnerDueStatusNotes
[ ] Support documentation updated[Name][Date]
[ ] FAQ created/updated[Name][Date]
[ ] Support team trained[Name][Date]
[ ] Canned responses prepared[Name][Date]
[ ] Escalation path defined[Name][Date]
[ ] Support staffing confirmed[Name][Date]
ItemOwnerDueStatusNotes
[ ] Terms of service reviewed[Name][Date]
[ ] Privacy policy updated[Name][Date]
[ ] GDPR compliance verified[Name][Date]
[ ] Licensing requirements met[Name][Date]
[ ] Accessibility compliance[Name][Date]

Operations & Infrastructure

ItemOwnerDueStatusNotes
[ ] Infrastructure scaled[Name][Date]
[ ] CDN configured[Name][Date]
[ ] SSL certificates valid[Name][Date]
[ ] Backup systems verified[Name][Date]
[ ] Incident response plan ready[Name][Date]
[ ] On-call rotation confirmed[Name][Date]

Analytics & Monitoring

ItemOwnerDueStatusNotes
[ ] Analytics instrumentation[Name][Date]
[ ] Dashboards created[Name][Date]
[ ] Alerts configured[Name][Date]
[ ] Success metrics baselined[Name][Date]
[ ] Logging in place[Name][Date]

Go/No-Go Criteria

Must Have (Blockers)

  • [Blocker 1]
  • [Blocker 2]
  • [Blocker 3]

Should Have

  • [Should-have 1]
  • [Should-have 2]

Nice to Have

  • [Nice-to-have 1]
  • [Nice-to-have 2]

Rollback Plan

Trigger Conditions

  • [Condition 1]
  • [Condition 2]

Rollback Steps

  1. [Step 1]
  2. [Step 2]
  3. [Step 3]

Rollback Owner

[Name] . [Contact]

Rollback Time Estimate

[Duration]

Check-in Schedule

CheckpointDateAttendees
T-7 days review[Date][Names]
T-2 days go/no-go[Date][Names]
Launch day sync[Date/Time][Names]
T+1 day review[Date][Names]

Open Issues

IssueOwnerStatusImpact
[Issue 1][Name][Status][Blocker/Risk]
[Issue 2][Name][Status][Blocker/Risk]

Example Output

Launch Checklist: TaskFlow Mobile v3.0

Launch Checklist: TaskFlow Mobile v3.0

Launch Overview

FieldValue
WhatTaskFlow Mobile v3.0 . New navigation + Recurring Tasks
Launch DateMarch 10, 2026
Launch TypeMajor Release
Launch OwnerSarah Chen (Product)
Go/No-Go Decision MakerMarcus Rodriguez (VP Product)

Key Stakeholders

RoleNameContact
ProductSarah Chensarah@taskflow.io
EngineeringDavid Parkdavid@taskflow.io
DesignLisa Wanglisa@taskflow.io
MarketingJames Millerjames@taskflow.io
SupportRachel Kimrachel@taskflow.io

Engineering Readiness

ItemOwnerDueStatusNotes
[x] Code complete and mergedDavid ParkFeb 21DoneAll PRs merged to release branch
[x] Code review approvedTech LeadFeb 21Done
[x] Feature flags configuredDavid ParkFeb 22Donerecurring_tasks_enabled, new_nav_enabled
[x] Database migrations readyBackend TeamFeb 20DoneTested on staging
[ ] API documentation updatedDavid ParkFeb 28In Progress80% complete
[x] Performance benchmarks passPlatform TeamFeb 25DoneApp launch <2s, nav transitions <100ms

QA & Testing

ItemOwnerDueStatusNotes
[x] Test plan executedQA TeamFeb 28Done847 test cases, 99.2% pass
[x] Regression tests passQA TeamFeb 27Done12 flaky tests fixed
[ ] UAT completeSarah ChenMar 3In Progress8/12 stakeholders signed off
[x] Cross-browser testingQA TeamFeb 26DoneN/A for mobile
[x] Mobile testingQA TeamFeb 28DoneiOS 15-17, Android 11-14
[x] Accessibility testingQA TeamFeb 27DoneVoiceOver, TalkBack verified
[x] Load testing completePlatform TeamFeb 25DoneHandles 10x normal load
[ ] Security review completeSecurity TeamMar 5PendingScheduled for Mar 3-5

Design & UX

ItemOwnerDueStatusNotes
[x] Final designs approvedLisa WangFeb 15Done
[x] Design QA completeLisa WangFeb 26Done3 minor spacing issues fixed
[x] Asset handoff completeLisa WangFeb 18Done
[x] Copy/content finalizedContent TeamFeb 20Done
[x] Error states designedLisa WangFeb 18Done
[x] Empty states designedLisa WangFeb 18Done

Marketing & Communications

ItemOwnerDueStatusNotes
[x] Launch announcement draftedJames MillerFeb 28DoneCEO review pending
[ ] Blog post/PR readyJames MillerMar 5In ProgressFirst draft in review
[ ] Social media contentMarketing TeamMar 7Not StartedWaiting for final screenshots
[ ] Email campaigns scheduledMarketing TeamMar 8Not StartedSegments defined
[ ] App store listing updatedJames MillerMar 8Not StartedNew screenshots needed
[ ] Website/landing page updatedWeb TeamMar 8In Progress60% complete
[ ] Screenshots/videos createdDesign TeamMar 5In ProgressVideo in editing

Customer Support

ItemOwnerDueStatusNotes
[x] Support documentation updatedRachel KimFeb 28Done15 new articles
[x] FAQ created/updatedRachel KimFeb 27DoneRecurring tasks FAQ added
[ ] Support team trainedRachel KimMar 7ScheduledTraining session Mar 5
[x] Canned responses preparedRachel KimFeb 28Done8 new macros
[x] Escalation path definedRachel KimFeb 25DoneEng on-call for Tier 3
[x] Support staffing confirmedRachel KimFeb 20Done+2 agents launch week
ItemOwnerDueStatusNotes
[x] Terms of service reviewedLegal TeamFeb 15DoneNo changes needed
[x] Privacy policy updatedLegal TeamFeb 15DoneRecurring task data handling added
[x] GDPR compliance verifiedLegal TeamFeb 20DoneDPA updated
[x] Licensing requirements metLegal TeamFeb 10Done
[x] Accessibility complianceQA TeamFeb 27DoneWCAG 2.1 AA

Operations & Infrastructure

ItemOwnerDueStatusNotes
[x] Infrastructure scaledPlatform TeamFeb 25Done+50% capacity provisioned
[x] CDN configuredPlatform TeamFeb 22Done
[x] SSL certificates validPlatform TeamFeb 20DoneExpires Dec 2026
[x] Backup systems verifiedPlatform TeamFeb 24DoneRecovery test passed
[x] Incident response plan readyPlatform TeamFeb 26DoneRunbook updated
[ ] On-call rotation confirmedDavid ParkMar 7PendingScheduling in progress

Analytics & Monitoring

ItemOwnerDueStatusNotes
[x] Analytics instrumentationAnalytics TeamFeb 25Done24 new events tracked
[x] Dashboards createdAnalytics TeamFeb 28Donev3.0 Launch Dashboard
[x] Alerts configuredPlatform TeamFeb 26DoneError rate, latency, crash rate
[x] Success metrics baselinedSarah ChenFeb 28DoneSee PRD for targets
[x] Logging in placeBackend TeamFeb 22Done

Go/No-Go Criteria

Must Have (Blockers)

  • All P0 bugs resolved
  • Security review complete (BLOCKED - scheduled Mar 3-5)
  • Performance benchmarks met
  • UAT sign-off from 10+ stakeholders (8/12 complete)
  • On-call rotation confirmed for launch week
  • Rollback plan tested

Should Have

  • Marketing materials ready
  • App store listing updated with new screenshots
  • Support team training complete

Nice to Have

  • Launch blog post published same day
  • Social media campaign live at launch

Rollback Plan

Trigger Conditions

  • Crash rate >2% (baseline: 0.3%)
  • Error rate >5% on any critical API
  • Major functionality broken (login, task creation, sync)
  • Security vulnerability discovered

Rollback Steps

  1. Disable feature flags (recurring_tasks_enabled, new_nav_enabled)
  2. If flag disable insufficient: Push App Store emergency update reverting to v2.9
  3. Communicate to users via in-app banner and email
  4. Post incident channel update (#launch-v3-war-room)

Rollback Owner

David Park . david@taskflow.io . +1-555-0123

Rollback Time Estimate

  • Feature flag disable: <5 minutes
  • App store rollback: 24-48 hours (Apple review)

Check-in Schedule

CheckpointDateAttendees
T-7 days reviewMar 3, 10am PTAll stakeholders
T-2 days go/no-goMar 8, 2pm PTSarah, David, Marcus, Rachel
Launch day syncMar 10, 8am PTCore team
T+1 day reviewMar 11, 10am PTAll stakeholders

Open Issues

IssueOwnerStatusImpact
Security review not yet startedSecurity TeamScheduled Mar 3BLOCKER - must complete before launch
4 UAT stakeholders haven’t respondedSarah ChenFollowing upRisk - need sign-offs by Mar 5
Android 14 notification permission edge caseDavid ParkInvestigatingLow - affects <1% users
Marketing screenshots delayedDesign TeamIn ProgressRisk - app store update may slip

Real-World Examples

See this skill applied to three different product contexts:

Storevine (B2B): Storevine B2B ecommerce platform . Campaigns v1 GA launch checklist

Prompt:

/launch-checklist
Feature: Campaigns v1.0 . native email marketing for Storevine merchants
Launch date: April 28, 2026
Launch type: Major Release
Launch owner: Growth PM
Key compliance and infrastructure requirements:
- Legal sign-off on CAN-SPAM + GDPR required before any production send
- DMARC/SPF/DKIM sender authentication required for Gmail/Yahoo inbox
delivery (enforced by Google and Yahoo since 2024)
- SendGrid dedicated IP warm-up plan needed before full-volume sends
- Feature flag rollout: start at 10% of merchants [fictional], scale
to 100% over 2 weeks based on send failure rates
Stakeholders:
- Engineering Lead (Platform Squad)
- Merchant Success (launch comms + support)
- Legal (CAN-SPAM/GDPR review)
- Storevine Marketing (announcement + dog-food)
Key risks from stakeholder summary:
- Legal review not started; hard gate on compliance sign-off
- Klaviyo partner team needs 48-hour advance notice before GA announcement
- Power-user merchant beta cohort expectations may exceed v1 scope
Need: full pre-launch checklist with go/no-go criteria, rollback plan,
and check-in schedule.

Output:

Launch Checklist: Campaigns v1.0 GA

Brainshelf (Consumer): Brainshelf consumer PKM app . Resurface feature launch checklist for Sprint 8 ship

Prompt:

/launch-checklist
resurface launch checklist. shipping at end of sprint 8 (feb 14-16).
this is our first email feature so dns, deliverability, and compliance
are all new for us. need the full checklist.
key stakeholders: priya (pm/launch owner), alex (eng), jess (eng),
dan (design), sam (frontend), chloe (data), jordan (growth),
marco (ceo, go/no-go).
go/no-go meeting: feb 12. launch window: feb 14-16 behind feature flag.
opt-in enrollment starts mar 2. a/b test starts mar 9.

Output:

Launch Checklist: Resurface . Morning Email Digest

Workbench (Enterprise): Workbench enterprise collaboration platform - Blueprints v1 GA launch readiness checklist

Prompt:

/launch-checklist
I need a comprehensive launch checklist for Blueprints v1 GA. Here's the context:
**Launch details:**
- Launch name: Blueprints GA
- Target date: April 28, 2026
- Rollout: From 80 closed-beta accounts to all ~500 enterprise customers [fictional]
- Ship decision confirmed by Sandra C. on April 14, 2026
**Key stakeholders:**
- Rachel V. (PM), Karen L. (Eng Lead), Tomás G. (Design Lead), Derek H. (Head of Marketing), Mei-Lin T. (Enterprise Sales Lead), James W. (VP Eng)
**Critical items I'm tracking:**
- SAML SSO certification -- must be complete before GA (enterprise blocker)
- IT admin provisioning guide -- enterprise security teams need this before they'll onboard
- Confluence migration communication plan -- many prospects are switching from Confluence
- A/B test code cleanup -- remove experiment flags, ship required-sections as default
- WebSocket provider scaling -- validated at 80 accounts, need to load test for 500
**Rollback concern:** If a critical bug surfaces in the first 48 hours, we need a clean rollback to the pre-Blueprints state without data loss for accounts that already created Blueprints during GA.
Please generate the full launch checklist with go/no-go criteria and a rollback plan.

Output:

Launch Checklist: Blueprints v1 GA

Quality Checklist

Before finalizing, verify:

  • All functional areas are represented
  • Every item has an owner and target date
  • Blockers are clearly distinguished from nice-to-haves
  • Go/No-Go criteria are specific and measurable
  • Rollback plan is documented and tested
  • Check-in cadence is scheduled

Output Format

Use the template in references/TEMPLATE.md to structure the output.