1---2name: product-launch3description: Plan product launches — launch tiers, go/no-go criteria, cross-functional checklist, communication plan, enablement, and post-launch review. TRIGGER when: user says /product-launch or asks about launching a product or feature.4---5# Product Launch Plan6## Process7### Step 1: Define Launch Tier8| Tier | Scope | Activities |9|------|-------|-----------|10| T1 (Major) | New product, major feature | Full GTM, PR, event, enablement |11| T2 (Standard) | Significant feature | Blog, email, in-app, enablement |12| T3 (Minor) | Improvement, fix | Changelog, in-app notification |13### Step 2: Set Go/No-Go Criteria14| Category | Criteria | Status |15|----------|---------|--------|16| Product | Feature complete, QA passed | ☐ |17| Performance | Load tested, SLAs met | ☐ |18| Documentation | Help docs, API docs updated | ☐ |19| Enablement | Sales/support trained | ☐ |20| Marketing | Assets ready, campaigns scheduled | ☐ |21| Legal | Terms updated, compliance reviewed | ☐ |22### Step 3: Cross-Functional Checklist23| Team | Deliverables | Owner | Due |24|------|-------------|-------|-----|25| Engineering | Feature deployed, monitoring live | [name] | [date] |26| Design | Assets, screenshots, demo video | [name] | [date] |27| Marketing | Blog, email, social, landing page | [name] | [date] |28| Sales | Pitch deck, battle card, FAQ | [name] | [date] |29| Support | KB articles, runbook, training | [name] | [date] |30| Legal | Terms, privacy, compliance | [name] | [date] |31### Step 4: Communication Plan32| Audience | Channel | Timing | Message |33|----------|---------|--------|---------|34| Internal | All-hands, Slack | T-1 week | Preview and enablement |35| Customers | Email, in-app | Launch day | Announcement |36| Prospects | Blog, social, PR | Launch day | Value proposition |37| Partners | Email, portal | T-1 day | Enablement materials |38### Step 5: Launch Execution39| Time | Action | Owner |40|------|--------|-------|41| T-7 days | Final go/no-go meeting | PM |42| T-1 day | Staged deployment | Engineering |43| Launch day | Flip feature flag, publish content | PM + Marketing |44| T+1 day | Monitor metrics, respond to feedback | All |45| T+7 days | First week review | PM |46### Step 6: Post-Launch Review47| Metric | Target | Actual | Notes |48|--------|--------|--------|-------|49| Adoption | X% in first month | X% | |50| Satisfaction | X/5 CSAT | X/5 | |51| Support tickets | < X related tickets | X | |52| Revenue impact | $X pipeline influenced | $X | |53## Output Format54```markdown55## Launch Plan: [Product/Feature]56### Tier: [T1/T2/T3]57### Go/No-Go: [Criteria with status]58### Timeline: [Key dates]59### Metrics: [Success criteria]60```61## Quality Checklist62- [ ] Launch tier determines appropriate activities63- [ ] Go/no-go criteria are specific and measurable64- [ ] All teams have clear deliverables and deadlines65- [ ] Communication covers all audiences66- [ ] Post-launch review scheduled67## Edge Cases68- For beta-to-GA transitions, communicate changes since beta69- For breaking changes, extend communication timeline70- If launch timing is competitive, plan for confidentiality