code-ai-installer 4.0.0 → 4.0.1-b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +83 -67
- package/dist/index.js +2 -0
- package/dist/mcp/audit_ledger.d.ts +12 -0
- package/dist/mcp/audit_ledger.js +82 -0
- package/dist/mcp/cli.js +7 -1
- package/dist/mcp/config.d.ts +23 -0
- package/dist/mcp/config.js +44 -6
- package/dist/mcp/index.d.ts +1 -2
- package/dist/mcp/index.js +1 -2
- package/dist/mcp/paths.d.ts +20 -2
- package/dist/mcp/paths.js +29 -5
- package/dist/mcp/proposal_dedup.d.ts +32 -0
- package/dist/mcp/proposal_dedup.js +102 -0
- package/dist/mcp/proposal_store.d.ts +18 -0
- package/dist/mcp/proposal_store.js +74 -0
- package/dist/mcp/scorecard.d.ts +140 -0
- package/dist/mcp/scorecard.js +103 -0
- package/dist/mcp/skill_invocations.d.ts +15 -0
- package/dist/mcp/skill_invocations.js +28 -0
- package/dist/mcp/task_state.d.ts +77 -2
- package/dist/mcp/tools/_subprocess.d.ts +16 -0
- package/dist/mcp/tools/_subprocess.js +56 -0
- package/dist/mcp/tools/advance_gate.js +2 -2
- package/dist/mcp/tools/aggregate_run_metrics.d.ts +19 -0
- package/dist/mcp/tools/aggregate_run_metrics.js +139 -0
- package/dist/mcp/tools/apply_diff.d.ts +2 -0
- package/dist/mcp/tools/apply_diff.js +29 -0
- package/dist/mcp/tools/audit_bilocale_parity.d.ts +2 -0
- package/dist/mcp/tools/audit_bilocale_parity.js +146 -0
- package/dist/mcp/tools/audit_budget_compliance.d.ts +35 -0
- package/dist/mcp/tools/audit_budget_compliance.js +172 -0
- package/dist/mcp/tools/build.d.ts +2 -0
- package/dist/mcp/tools/build.js +47 -0
- package/dist/mcp/tools/check_lint.d.ts +2 -0
- package/dist/mcp/tools/check_lint.js +23 -0
- package/dist/mcp/tools/classify_gate.js +2 -2
- package/dist/mcp/tools/current_gate.js +2 -2
- package/dist/mcp/tools/dependency_supply_chain.d.ts +2 -0
- package/dist/mcp/tools/dependency_supply_chain.js +59 -0
- package/dist/mcp/tools/docker_compose.d.ts +2 -0
- package/dist/mcp/tools/docker_compose.js +24 -0
- package/dist/mcp/tools/e2e_playwright.d.ts +2 -0
- package/dist/mcp/tools/e2e_playwright.js +88 -0
- package/dist/mcp/tools/get_skill.js +17 -0
- package/dist/mcp/tools/git_commit.d.ts +2 -0
- package/dist/mcp/tools/git_commit.js +30 -0
- package/dist/mcp/tools/list_proposals.d.ts +6 -0
- package/dist/mcp/tools/list_proposals.js +16 -0
- package/dist/mcp/tools/list_skills.js +9 -1
- package/dist/mcp/tools/load_role.d.ts +3 -4
- package/dist/mcp/tools/load_role.js +11 -13
- package/dist/mcp/tools/propose_change.d.ts +8 -0
- package/dist/mcp/tools/propose_change.js +36 -0
- package/dist/mcp/tools/record_decision.js +25 -25
- package/dist/mcp/tools/review_proposal.d.ts +17 -0
- package/dist/mcp/tools/review_proposal.js +99 -0
- package/dist/mcp/tools/run_drift_audit.d.ts +11 -0
- package/dist/mcp/tools/run_drift_audit.js +79 -0
- package/dist/mcp/tools/run_tests.d.ts +2 -0
- package/dist/mcp/tools/run_tests.js +92 -0
- package/dist/mcp/tools/sign_off.js +14 -2
- package/dist/mcp/tools/stubs.js +30 -9
- package/dist/mcp/tools/verify_claim.js +33 -6
- package/dist/mcp_setup.d.ts +14 -3
- package/dist/mcp_setup.js +15 -6
- package/dist/shared/frontmatter.d.ts +44 -2
- package/dist/shared/frontmatter.js +54 -6
- package/dist/shared/index.d.ts +0 -5
- package/dist/shared/index.js +0 -5
- package/dist/shared/persona.d.ts +2 -2
- package/dist/shared/persona.js +1 -1
- package/dist/shared/pipeline.d.ts +46 -1
- package/dist/shared/tools.d.ts +1382 -16
- package/dist/shared/tools.js +229 -0
- package/dist/shared/vocabulary.d.ts +99 -4
- package/dist/shared/vocabulary.js +94 -5
- package/domains/analytics/.agents/skills/ansoff-matrix/SKILL.md +316 -300
- package/domains/analytics/.agents/skills/bcg-matrix/SKILL.md +345 -329
- package/domains/analytics/.agents/skills/blue-ocean-strategy/SKILL.md +432 -416
- package/domains/analytics/.agents/skills/board/SKILL.md +22 -0
- package/domains/analytics/.agents/skills/cohort-analysis/SKILL.md +338 -322
- package/domains/analytics/.agents/skills/competitive-analysis/SKILL.md +413 -395
- package/domains/analytics/.agents/skills/customer-journey-mapping/SKILL.md +347 -331
- package/domains/analytics/.agents/skills/gates/SKILL.md +388 -366
- package/domains/analytics/.agents/skills/handoff/SKILL.md +402 -380
- package/domains/analytics/.agents/skills/html-pdf-report/SKILL.md +21 -289
- package/domains/analytics/.agents/skills/html-pdf-report-reference/SKILL.md +325 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/skill.yaml +23 -0
- package/domains/analytics/.agents/skills/icp-buyer-persona/SKILL.md +407 -390
- package/domains/analytics/.agents/skills/jtbd-analysis/SKILL.md +357 -341
- package/domains/analytics/.agents/skills/karpathy-guidelines/SKILL.md +32 -0
- package/domains/analytics/.agents/skills/pest-analysis/SKILL.md +324 -305
- package/domains/analytics/.agents/skills/porters-five-forces/SKILL.md +377 -361
- package/domains/analytics/.agents/skills/report-design/SKILL.md +416 -398
- package/domains/analytics/.agents/skills/rfm-analysis/SKILL.md +330 -314
- package/domains/analytics/.agents/skills/session-prompt-generator/SKILL.md +400 -378
- package/domains/analytics/.agents/skills/swot-analysis/SKILL.md +340 -324
- package/domains/analytics/.agents/skills/tam-sam-som/SKILL.md +329 -312
- package/domains/analytics/.agents/skills/trend-analysis/SKILL.md +347 -331
- package/domains/analytics/.agents/skills/unit-economics/SKILL.md +430 -413
- package/domains/analytics/.agents/skills/value-chain-analysis/SKILL.md +346 -330
- package/domains/analytics/.agents/skills/web-research/SKILL.md +323 -308
- package/domains/analytics/AGENTS.md +1 -0
- package/domains/analytics/agents/auditor.md +76 -0
- package/domains/analytics/agents/conductor.md +11 -0
- package/domains/analytics/agents/data_analyst.md +11 -0
- package/domains/analytics/agents/designer.md +11 -0
- package/domains/analytics/agents/interviewer.md +11 -0
- package/domains/analytics/agents/layouter.md +11 -0
- package/domains/analytics/agents/mediator.md +11 -0
- package/domains/analytics/agents/researcher.md +11 -0
- package/domains/analytics/agents/strategist.md +11 -0
- package/domains/analytics/locales/en/.agents/skills/ansoff-matrix/SKILL.md +316 -300
- package/domains/analytics/locales/en/.agents/skills/bcg-matrix/SKILL.md +345 -329
- package/domains/analytics/locales/en/.agents/skills/blue-ocean-strategy/SKILL.md +432 -416
- package/domains/analytics/locales/en/.agents/skills/board/SKILL.md +22 -0
- package/domains/analytics/locales/en/.agents/skills/cohort-analysis/SKILL.md +338 -322
- package/domains/analytics/locales/en/.agents/skills/competitive-analysis/SKILL.md +413 -395
- package/domains/analytics/locales/en/.agents/skills/customer-journey-mapping/SKILL.md +347 -331
- package/domains/analytics/locales/en/.agents/skills/gates/SKILL.md +388 -366
- package/domains/analytics/locales/en/.agents/skills/handoff/SKILL.md +402 -380
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report/SKILL.md +21 -289
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/SKILL.md +325 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/skill.yaml +29 -0
- package/domains/analytics/locales/en/.agents/skills/icp-buyer-persona/SKILL.md +407 -390
- package/domains/analytics/locales/en/.agents/skills/jtbd-analysis/SKILL.md +357 -341
- package/domains/analytics/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +32 -0
- package/domains/analytics/locales/en/.agents/skills/pest-analysis/SKILL.md +324 -305
- package/domains/analytics/locales/en/.agents/skills/porters-five-forces/SKILL.md +377 -361
- package/domains/analytics/locales/en/.agents/skills/report-design/SKILL.md +416 -398
- package/domains/analytics/locales/en/.agents/skills/rfm-analysis/SKILL.md +330 -314
- package/domains/analytics/locales/en/.agents/skills/session-prompt-generator/SKILL.md +400 -378
- package/domains/analytics/locales/en/.agents/skills/swot-analysis/SKILL.md +340 -324
- package/domains/analytics/locales/en/.agents/skills/tam-sam-som/SKILL.md +329 -312
- package/domains/analytics/locales/en/.agents/skills/trend-analysis/SKILL.md +347 -331
- package/domains/analytics/locales/en/.agents/skills/unit-economics/SKILL.md +430 -413
- package/domains/analytics/locales/en/.agents/skills/value-chain-analysis/SKILL.md +366 -350
- package/domains/analytics/locales/en/.agents/skills/web-research/SKILL.md +324 -309
- package/domains/analytics/locales/en/AGENTS.md +1 -0
- package/domains/analytics/locales/en/agents/auditor.md +76 -0
- package/domains/analytics/locales/en/agents/conductor.md +27 -0
- package/domains/analytics/locales/en/agents/data_analyst.md +29 -0
- package/domains/analytics/locales/en/agents/designer.md +27 -0
- package/domains/analytics/locales/en/agents/interviewer.md +11 -0
- package/domains/analytics/locales/en/agents/layouter.md +11 -0
- package/domains/analytics/locales/en/agents/mediator.md +11 -0
- package/domains/analytics/locales/en/agents/researcher.md +11 -0
- package/domains/analytics/locales/en/agents/strategist.md +11 -0
- package/domains/analytics/persona/persona-base.md +94 -0
- package/domains/analytics/pipeline.yaml +102 -0
- package/domains/content/.agents/skills/audience-analysis/SKILL.md +15 -0
- package/domains/content/.agents/skills/board/SKILL.md +20 -0
- package/domains/content/.agents/skills/brand-compliance/SKILL.md +15 -0
- package/domains/content/.agents/skills/brand-guidelines/SKILL.md +17 -0
- package/domains/content/.agents/skills/competitor-content-analysis/SKILL.md +15 -0
- package/domains/content/.agents/skills/content-brief/SKILL.md +15 -0
- package/domains/content/.agents/skills/content-calendar/SKILL.md +15 -0
- package/domains/content/.agents/skills/content-release-gate/SKILL.md +15 -0
- package/domains/content/.agents/skills/content-review-checklist/SKILL.md +15 -0
- package/domains/content/.agents/skills/cta-optimization/SKILL.md +15 -0
- package/domains/content/.agents/skills/data-storytelling/SKILL.md +15 -0
- package/domains/content/.agents/skills/email-copywriting/SKILL.md +15 -0
- package/domains/content/.agents/skills/email-engagement-tiers/SKILL.md +15 -0
- package/domains/content/.agents/skills/fact-checking/SKILL.md +15 -0
- package/domains/content/.agents/skills/gates/SKILL.md +20 -0
- package/domains/content/.agents/skills/google-stitch-content/SKILL.md +15 -0
- package/domains/content/.agents/skills/handoff/SKILL.md +24 -0
- package/domains/content/.agents/skills/headline-formulas/SKILL.md +15 -0
- package/domains/content/.agents/skills/image-prompt-engineering/SKILL.md +15 -0
- package/domains/content/.agents/skills/karpathy-guidelines/SKILL.md +28 -0
- package/domains/content/.agents/skills/mailerlite-email-ops/SKILL.md +15 -0
- package/domains/content/.agents/skills/marketing-psychology/SKILL.md +15 -0
- package/domains/content/.agents/skills/moodboard/SKILL.md +15 -0
- package/domains/content/.agents/skills/platform-compliance/SKILL.md +15 -0
- package/domains/content/.agents/skills/platform-strategy/SKILL.md +15 -0
- package/domains/content/.agents/skills/platform-visual-specs/SKILL.md +15 -0
- package/domains/content/.agents/skills/readability-scoring/SKILL.md +15 -0
- package/domains/content/.agents/skills/seo-copywriting/SKILL.md +15 -0
- package/domains/content/.agents/skills/social-media-formats/SKILL.md +15 -0
- package/domains/content/.agents/skills/source-verification/SKILL.md +15 -0
- package/domains/content/.agents/skills/storytelling-framework/SKILL.md +15 -0
- package/domains/content/.agents/skills/tone-of-voice/SKILL.md +15 -0
- package/domains/content/.agents/skills/topic-research/SKILL.md +15 -0
- package/domains/content/.agents/skills/trend-research/SKILL.md +15 -0
- package/domains/content/.agents/skills/visual-brief/SKILL.md +15 -0
- package/domains/content/AGENTS.md +4 -0
- package/domains/content/agents/auditor.md +76 -0
- package/domains/content/agents/conductor.md +11 -0
- package/domains/content/agents/copywriter.md +11 -0
- package/domains/content/agents/researcher.md +11 -0
- package/domains/content/agents/reviewer.md +11 -0
- package/domains/content/agents/strategist.md +11 -0
- package/domains/content/agents/visual_concept.md +11 -0
- package/domains/content/locales/en/.agents/skills/audience-analysis/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/board/SKILL.md +20 -0
- package/domains/content/locales/en/.agents/skills/brand-compliance/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/brand-guidelines/SKILL.md +17 -0
- package/domains/content/locales/en/.agents/skills/competitor-content-analysis/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/content-brief/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/content-calendar/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/content-release-gate/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/content-review-checklist/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/cta-optimization/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/data-storytelling/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/email-copywriting/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/email-engagement-tiers/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/fact-checking/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/gates/SKILL.md +20 -0
- package/domains/content/locales/en/.agents/skills/google-stitch-content/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/handoff/SKILL.md +24 -0
- package/domains/content/locales/en/.agents/skills/headline-formulas/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/image-prompt-engineering/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +30 -1
- package/domains/content/locales/en/.agents/skills/mailerlite-email-ops/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/marketing-psychology/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/moodboard/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/platform-compliance/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/platform-strategy/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/platform-visual-specs/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/readability-scoring/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/seo-copywriting/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/social-media-formats/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/source-verification/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/storytelling-framework/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/tone-of-voice/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/topic-research/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/trend-research/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/visual-brief/SKILL.md +15 -0
- package/domains/content/locales/en/AGENTS.md +4 -0
- package/domains/content/locales/en/agents/auditor.md +76 -0
- package/domains/content/locales/en/agents/conductor.md +12 -0
- package/domains/content/locales/en/agents/copywriter.md +12 -0
- package/domains/content/locales/en/agents/researcher.md +12 -0
- package/domains/content/locales/en/agents/reviewer.md +12 -0
- package/domains/content/locales/en/agents/strategist.md +12 -0
- package/domains/content/locales/en/agents/visual_concept.md +12 -0
- package/domains/content/persona/persona-base.md +94 -0
- package/domains/content/pipeline.yaml +96 -0
- package/domains/development/.agents/skills/adr-log/SKILL.md +1 -0
- package/domains/development/.agents/skills/design-intake/SKILL.md +0 -4
- package/domains/development/.agents/skills/karpathy-guidelines/SKILL.md +2 -1
- package/domains/development/.agents/skills/lava-flow-legacy-detection/SKILL.md +15 -1
- package/domains/development/.agents/skills/mcp-integration/SKILL.md +211 -0
- package/domains/development/.agents/skills/mcp-integration/agents/claude.json +22 -0
- package/domains/development/.agents/skills/mcp-integration/agents/copilot.json +22 -0
- package/domains/development/.agents/skills/mcp-integration/agents/gemini.json +22 -0
- package/domains/development/.agents/skills/mcp-integration/agents/kimi.yaml +18 -0
- package/domains/development/.agents/skills/mcp-integration/agents/openai.yaml +8 -0
- package/domains/development/.agents/skills/mcp-integration/agents/qwen.json +22 -0
- package/domains/development/.agents/skills/mcp-integration/agents/skill.yaml +26 -0
- package/domains/development/.agents/skills/qa-ui-a11y-smoke/SKILL.md +1 -1
- package/domains/development/.agents/skills/ui-a11y-smoke-review/SKILL.md +1 -1
- package/domains/development/AGENTS.md +1 -0
- package/domains/development/AGENTS.yaml +1 -0
- package/domains/development/agents/architect.md +13 -1
- package/domains/development/agents/auditor.md +74 -0
- package/domains/development/agents/conductor.md +14 -3
- package/domains/development/agents/devops.md +8 -9
- package/domains/development/agents/reviewer.md +12 -0
- package/domains/development/agents/senior_full_stack.md +12 -0
- package/domains/development/agents/tester.md +10 -16
- package/domains/development/locales/en/.agents/skills/adr-log/SKILL.md +1 -0
- package/domains/development/locales/en/.agents/skills/current-state-analysis/SKILL.md +256 -172
- package/domains/development/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +2 -1
- package/domains/development/locales/en/.agents/skills/lava-flow-legacy-detection/SKILL.md +15 -1
- package/domains/development/locales/en/.agents/skills/mcp-integration/SKILL.md +211 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/claude.json +22 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/copilot.json +22 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/gemini.json +22 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/kimi.yaml +18 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/openai.yaml +8 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/qwen.json +22 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/skill.yaml +26 -0
- package/domains/development/locales/en/.agents/skills/qa-ui-a11y-smoke/SKILL.md +1 -1
- package/domains/development/locales/en/.agents/skills/ui-a11y-smoke-review/SKILL.md +1 -1
- package/domains/development/locales/en/AGENTS.md +5 -0
- package/domains/development/locales/en/AGENTS.yaml +1 -0
- package/domains/development/locales/en/agents/architect.md +13 -1
- package/domains/development/locales/en/agents/auditor.md +74 -0
- package/domains/development/locales/en/agents/conductor.md +14 -3
- package/domains/development/locales/en/agents/devops.md +8 -9
- package/domains/development/locales/en/agents/reviewer.md +12 -0
- package/domains/development/locales/en/agents/senior_full_stack.md +12 -0
- package/domains/development/locales/en/agents/tester.md +10 -16
- package/domains/development/persona/persona-base.md +94 -0
- package/domains/product/.agents/skills/aarrr-metrics/SKILL.md +451 -433
- package/domains/product/.agents/skills/ab-test-design/SKILL.md +428 -412
- package/domains/product/.agents/skills/acceptance-criteria/SKILL.md +422 -406
- package/domains/product/.agents/skills/assumption-mapping/SKILL.md +323 -307
- package/domains/product/.agents/skills/board/SKILL.md +24 -0
- package/domains/product/.agents/skills/design-brief/SKILL.md +433 -418
- package/domains/product/.agents/skills/epic-breakdown/SKILL.md +435 -420
- package/domains/product/.agents/skills/gates/SKILL.md +470 -446
- package/domains/product/.agents/skills/gtm-brief/SKILL.md +18 -321
- package/domains/product/.agents/skills/gtm-brief-reference/SKILL.md +348 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/kimi.yaml +15 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/skill.yaml +22 -0
- package/domains/product/.agents/skills/handoff/SKILL.md +463 -439
- package/domains/product/.agents/skills/html-pdf-report/SKILL.md +21 -663
- package/domains/product/.agents/skills/html-pdf-report-reference/SKILL.md +699 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/skill.yaml +22 -0
- package/domains/product/.agents/skills/hypothesis-template/SKILL.md +484 -469
- package/domains/product/.agents/skills/jtbd-canvas/SKILL.md +274 -258
- package/domains/product/.agents/skills/kano-model/SKILL.md +370 -355
- package/domains/product/.agents/skills/karpathy-guidelines/SKILL.md +36 -0
- package/domains/product/.agents/skills/launch-checklist/SKILL.md +434 -419
- package/domains/product/.agents/skills/moscow-prioritization/SKILL.md +407 -392
- package/domains/product/.agents/skills/north-star-metric/SKILL.md +317 -301
- package/domains/product/.agents/skills/okr-framework/SKILL.md +299 -284
- package/domains/product/.agents/skills/opportunity-solution-tree/SKILL.md +472 -456
- package/domains/product/.agents/skills/prd-template/SKILL.md +18 -258
- package/domains/product/.agents/skills/prd-template-reference/SKILL.md +285 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/kimi.yaml +16 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/skill.yaml +23 -0
- package/domains/product/.agents/skills/problem-statement/SKILL.md +327 -312
- package/domains/product/.agents/skills/product-roadmap/SKILL.md +320 -304
- package/domains/product/.agents/skills/product-vision/SKILL.md +409 -394
- package/domains/product/.agents/skills/release-notes/SKILL.md +18 -258
- package/domains/product/.agents/skills/release-notes-reference/SKILL.md +285 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/kimi.yaml +15 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/skill.yaml +22 -0
- package/domains/product/.agents/skills/report-design/SKILL.md +17 -307
- package/domains/product/.agents/skills/report-design-reference/SKILL.md +331 -0
- package/domains/product/.agents/skills/report-design-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/report-design-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/report-design-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/report-design-reference/agents/kimi.yaml +15 -0
- package/domains/product/.agents/skills/report-design-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/report-design-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/report-design-reference/agents/skill.yaml +22 -0
- package/domains/product/.agents/skills/rice-scoring/SKILL.md +266 -251
- package/domains/product/.agents/skills/saas-metrics/SKILL.md +422 -404
- package/domains/product/.agents/skills/session-prompt-generator/SKILL.md +474 -450
- package/domains/product/.agents/skills/user-flow/SKILL.md +491 -476
- package/domains/product/.agents/skills/user-interview-script/SKILL.md +315 -298
- package/domains/product/.agents/skills/user-story/SKILL.md +401 -385
- package/domains/product/.agents/skills/wsjf-scoring/SKILL.md +333 -315
- package/domains/product/AGENTS.md +5 -0
- package/domains/product/AGENTS.yaml +1 -0
- package/domains/product/agents/auditor.md +76 -0
- package/domains/product/agents/conductor.md +11 -0
- package/domains/product/agents/data_analyst.md +11 -0
- package/domains/product/agents/designer.md +11 -0
- package/domains/product/agents/discovery.md +11 -0
- package/domains/product/agents/layouter.md +11 -0
- package/domains/product/agents/mediator.md +11 -0
- package/domains/product/agents/pm.md +11 -0
- package/domains/product/agents/product_strategist.md +11 -0
- package/domains/product/agents/tech_lead.md +11 -0
- package/domains/product/agents/ux_designer.md +11 -0
- package/domains/product/locales/en/.agents/skills/aarrr-metrics/SKILL.md +451 -433
- package/domains/product/locales/en/.agents/skills/ab-test-design/SKILL.md +428 -412
- package/domains/product/locales/en/.agents/skills/acceptance-criteria/SKILL.md +422 -406
- package/domains/product/locales/en/.agents/skills/assumption-mapping/SKILL.md +323 -307
- package/domains/product/locales/en/.agents/skills/board/SKILL.md +24 -0
- package/domains/product/locales/en/.agents/skills/design-brief/SKILL.md +433 -418
- package/domains/product/locales/en/.agents/skills/epic-breakdown/SKILL.md +435 -420
- package/domains/product/locales/en/.agents/skills/gates/SKILL.md +470 -446
- package/domains/product/locales/en/.agents/skills/gtm-brief/SKILL.md +18 -321
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/SKILL.md +348 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/claude.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/copilot.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/gemini.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/kimi.yaml +15 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/qwen.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/skill.yaml +22 -0
- package/domains/product/locales/en/.agents/skills/handoff/SKILL.md +463 -439
- package/domains/product/locales/en/.agents/skills/html-pdf-report/SKILL.md +21 -663
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/SKILL.md +699 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/skill.yaml +22 -0
- package/domains/product/locales/en/.agents/skills/hypothesis-template/SKILL.md +484 -469
- package/domains/product/locales/en/.agents/skills/jtbd-canvas/SKILL.md +273 -257
- package/domains/product/locales/en/.agents/skills/kano-model/SKILL.md +370 -355
- package/domains/product/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +36 -0
- package/domains/product/locales/en/.agents/skills/launch-checklist/SKILL.md +434 -419
- package/domains/product/locales/en/.agents/skills/moscow-prioritization/SKILL.md +407 -392
- package/domains/product/locales/en/.agents/skills/north-star-metric/SKILL.md +317 -301
- package/domains/product/locales/en/.agents/skills/okr-framework/SKILL.md +299 -284
- package/domains/product/locales/en/.agents/skills/opportunity-solution-tree/SKILL.md +472 -456
- package/domains/product/locales/en/.agents/skills/prd-template/SKILL.md +18 -258
- package/domains/product/locales/en/.agents/skills/prd-template-reference/SKILL.md +285 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/claude.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/copilot.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/gemini.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/kimi.yaml +15 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/qwen.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/skill.yaml +22 -0
- package/domains/product/locales/en/.agents/skills/problem-statement/SKILL.md +327 -312
- package/domains/product/locales/en/.agents/skills/product-roadmap/SKILL.md +321 -305
- package/domains/product/locales/en/.agents/skills/product-vision/SKILL.md +410 -395
- package/domains/product/locales/en/.agents/skills/release-notes/SKILL.md +18 -258
- package/domains/product/locales/en/.agents/skills/release-notes-reference/SKILL.md +285 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/claude.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/copilot.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/gemini.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/kimi.yaml +14 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/qwen.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/skill.yaml +21 -0
- package/domains/product/locales/en/.agents/skills/report-design/SKILL.md +17 -307
- package/domains/product/locales/en/.agents/skills/report-design-reference/SKILL.md +331 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/claude.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/copilot.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/gemini.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/kimi.yaml +15 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/qwen.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/skill.yaml +22 -0
- package/domains/product/locales/en/.agents/skills/rice-scoring/SKILL.md +266 -251
- package/domains/product/locales/en/.agents/skills/saas-metrics/SKILL.md +422 -404
- package/domains/product/locales/en/.agents/skills/session-prompt-generator/SKILL.md +474 -450
- package/domains/product/locales/en/.agents/skills/user-flow/SKILL.md +491 -476
- package/domains/product/locales/en/.agents/skills/user-interview-script/SKILL.md +314 -297
- package/domains/product/locales/en/.agents/skills/user-story/SKILL.md +401 -385
- package/domains/product/locales/en/.agents/skills/wsjf-scoring/SKILL.md +333 -315
- package/domains/product/locales/en/AGENTS.md +5 -0
- package/domains/product/locales/en/agents/auditor.md +76 -0
- package/domains/product/locales/en/agents/conductor.md +11 -0
- package/domains/product/locales/en/agents/data_analyst.md +11 -0
- package/domains/product/locales/en/agents/designer.md +11 -0
- package/domains/product/locales/en/agents/discovery.md +11 -0
- package/domains/product/locales/en/agents/layouter.md +11 -0
- package/domains/product/locales/en/agents/mediator.md +11 -0
- package/domains/product/locales/en/agents/pm.md +11 -0
- package/domains/product/locales/en/agents/product_strategist.md +11 -0
- package/domains/product/locales/en/agents/tech_lead.md +11 -0
- package/domains/product/locales/en/agents/ux_designer.md +11 -0
- package/domains/product/persona/persona-base.md +94 -0
- package/domains/product/pipeline.yaml +115 -0
- package/package.json +72 -70
|
@@ -1,419 +1,434 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: launch-checklist
|
|
3
|
-
description: Launch checklist — internal (dogfooding, training, rollback) + external (GTM, customer comms)
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
-
|
|
14
|
-
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
|
36
|
-
|
|
37
|
-
|
|
|
38
|
-
|
|
|
39
|
-
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
-
|
|
60
|
-
-
|
|
61
|
-
-
|
|
62
|
-
|
|
63
|
-
**
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
- [ ]
|
|
72
|
-
- [ ]
|
|
73
|
-
- [ ]
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
- [ ]
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
- [ ]
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
- [ ]
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
- [ ]
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
- [ ]
|
|
104
|
-
- [ ]
|
|
105
|
-
- [ ]
|
|
106
|
-
- [ ]
|
|
107
|
-
|
|
108
|
-
**
|
|
109
|
-
- [ ]
|
|
110
|
-
- [ ]
|
|
111
|
-
- [ ]
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
- [ ]
|
|
117
|
-
- [ ]
|
|
118
|
-
- [ ]
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
- [ ]
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
- [ ]
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
- [ ]
|
|
131
|
-
- [ ]
|
|
132
|
-
- [ ]
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
- [ ]
|
|
137
|
-
- [ ]
|
|
138
|
-
- [ ]
|
|
139
|
-
- [ ]
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
- [ ]
|
|
145
|
-
- [ ]
|
|
146
|
-
- [ ]
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
- [ ]
|
|
152
|
-
- [ ]
|
|
153
|
-
- [ ]
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
- [ ]
|
|
159
|
-
- [ ]
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
- [ ]
|
|
167
|
-
- [ ]
|
|
168
|
-
- [ ]
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
- [ ]
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
- [ ]
|
|
179
|
-
- [ ]
|
|
180
|
-
- [ ]
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
- [ ]
|
|
188
|
-
-
|
|
189
|
-
-
|
|
190
|
-
-
|
|
191
|
-
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
-
|
|
243
|
-
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
- [x]
|
|
251
|
-
- [x]
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
-
|
|
255
|
-
-
|
|
256
|
-
-
|
|
257
|
-
- [x]
|
|
258
|
-
- [x]
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
- [x]
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
- [x]
|
|
271
|
-
- [x]
|
|
272
|
-
- [x]
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
- [x]
|
|
277
|
-
- [x]
|
|
278
|
-
- [x]
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
- [x]
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
- [x]
|
|
293
|
-
- [x]
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
- [x]
|
|
297
|
-
|
|
298
|
-
- «
|
|
299
|
-
-
|
|
300
|
-
- [x]
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
- [x]
|
|
310
|
-
- [x]
|
|
311
|
-
- [x]
|
|
312
|
-
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
- [x]
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
- [x]
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
- [x]
|
|
326
|
-
- [x] Support
|
|
327
|
-
- [x]
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
- [x]
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
-
|
|
342
|
-
-
|
|
343
|
-
-
|
|
344
|
-
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
- [x]
|
|
352
|
-
- [x]
|
|
353
|
-
- [x]
|
|
354
|
-
|
|
355
|
-
###
|
|
356
|
-
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
- [
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
- [
|
|
372
|
-
-
|
|
373
|
-
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
-
|
|
384
|
-
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
- **
|
|
396
|
-
- **
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
1
|
+
---
|
|
2
|
+
name: launch-checklist
|
|
3
|
+
description: Launch checklist — internal (dogfooding, training, rollback) + external (GTM, customer comms)
|
|
4
|
+
type: triggered
|
|
5
|
+
domain: product
|
|
6
|
+
owners:
|
|
7
|
+
- pm
|
|
8
|
+
gates:
|
|
9
|
+
- PM
|
|
10
|
+
tech: []
|
|
11
|
+
topic: []
|
|
12
|
+
triggers:
|
|
13
|
+
- "launch-checklist"
|
|
14
|
+
- "launch checklist"
|
|
15
|
+
- "чеклист запуска"
|
|
16
|
+
related: []
|
|
17
|
+
budget_lines: 434
|
|
18
|
+
schema_version: 1
|
|
19
|
+
---
|
|
20
|
+
# Launch Checklist (B2B SaaS)
|
|
21
|
+
|
|
22
|
+
> **Category:** Release · **Slug:** `launch-checklist`
|
|
23
|
+
|
|
24
|
+
## When to Use
|
|
25
|
+
|
|
26
|
+
- 2-4 weeks before launching a feature / product / tier.
|
|
27
|
+
- For phased rollout planning.
|
|
28
|
+
- For alignment Product + Eng + CS + Sales + Marketing.
|
|
29
|
+
- As a quality gate before GA.
|
|
30
|
+
|
|
31
|
+
## Input
|
|
32
|
+
|
|
33
|
+
| Field | Required | Description |
|
|
34
|
+
|-------|:--------:|-------------|
|
|
35
|
+
| Feature / initiative | ✅ | What we're launching |
|
|
36
|
+
| Target launch date | ✅ | Planned date |
|
|
37
|
+
| Stakeholders | ✅ | PM, Eng, CS, Sales, Marketing, Legal |
|
|
38
|
+
| Customer impact level | ✅ | Minor / Major / Breaking |
|
|
39
|
+
| Regulatory implications | ⬚ | GDPR, industry-specific |
|
|
40
|
+
|
|
41
|
+
## Data Sources
|
|
42
|
+
|
|
43
|
+
1. `$prd-template` — feature scope.
|
|
44
|
+
2. `$gtm-brief` — external messaging.
|
|
45
|
+
3. `$release-notes` — customer-facing announcement.
|
|
46
|
+
4. `$rollback-plan` (if separate) — contingency.
|
|
47
|
+
|
|
48
|
+
### Related Skills
|
|
49
|
+
|
|
50
|
+
| Skill | What we take | When to invoke |
|
|
51
|
+
|-------|-------------|----------------|
|
|
52
|
+
| `prd-template` | What we're launching | Parent input |
|
|
53
|
+
| `gtm-brief` | External messaging | Part of launch |
|
|
54
|
+
| `release-notes` | Customer-facing | Part of launch |
|
|
55
|
+
| `ab-test-design` | Phased rollout design | If A/B launch |
|
|
56
|
+
|
|
57
|
+
## Launch Phases
|
|
58
|
+
|
|
59
|
+
1. **T-4 weeks: Internal prep**
|
|
60
|
+
2. **T-2 weeks: Soft launch (dogfood + beta customers)**
|
|
61
|
+
3. **T-1 week: Pre-launch hardening**
|
|
62
|
+
4. **T-0: Launch day**
|
|
63
|
+
5. **T+1 week: Monitor + iterate**
|
|
64
|
+
6. **T+4 weeks: Post-launch review**
|
|
65
|
+
|
|
66
|
+
## Checklist
|
|
67
|
+
|
|
68
|
+
### 🔧 Internal Preparation (T-4 weeks)
|
|
69
|
+
|
|
70
|
+
**Engineering:**
|
|
71
|
+
- [ ] Feature flag implemented + tested
|
|
72
|
+
- [ ] Observability: metrics dashboard created
|
|
73
|
+
- [ ] Alerts configured for error rate, latency, usage
|
|
74
|
+
- [ ] Load testing done (for high-traffic features)
|
|
75
|
+
- [ ] Security review completed
|
|
76
|
+
- [ ] Rollback tested (revert works end-to-end)
|
|
77
|
+
|
|
78
|
+
**Product:**
|
|
79
|
+
- [ ] PRD finalized
|
|
80
|
+
- [ ] Success metrics defined + instrumented
|
|
81
|
+
- [ ] Internal demo ready
|
|
82
|
+
- [ ] Edge cases documented
|
|
83
|
+
|
|
84
|
+
**Legal / Compliance:**
|
|
85
|
+
- [ ] ToS / Privacy policy updates (if needed)
|
|
86
|
+
- [ ] DPA updates (if data handling changes)
|
|
87
|
+
- [ ] Industry compliance (SOC2, HIPAA, GDPR) reviewed
|
|
88
|
+
- [ ] Export control considerations (if applicable)
|
|
89
|
+
|
|
90
|
+
**Data:**
|
|
91
|
+
- [ ] Analytics instrumentation live
|
|
92
|
+
- [ ] Dashboard created for monitoring post-launch
|
|
93
|
+
- [ ] Baseline metrics captured (for before/after comparison)
|
|
94
|
+
|
|
95
|
+
### 🧪 Soft Launch (T-2 weeks)
|
|
96
|
+
|
|
97
|
+
**Dogfooding:**
|
|
98
|
+
- [ ] Internal team using feature 5+ days
|
|
99
|
+
- [ ] Feedback collected from internal users
|
|
100
|
+
- [ ] Top 3 friction points addressed or documented
|
|
101
|
+
|
|
102
|
+
**Beta Customers:**
|
|
103
|
+
- [ ] Beta group identified (5-20 customers, varied segments)
|
|
104
|
+
- [ ] Beta agreement signed (if changes ToS)
|
|
105
|
+
- [ ] Feedback survey + interview sessions
|
|
106
|
+
- [ ] Support team briefed on potential issues
|
|
107
|
+
|
|
108
|
+
**Iteration:**
|
|
109
|
+
- [ ] Beta feedback review session
|
|
110
|
+
- [ ] Critical issues resolved
|
|
111
|
+
- [ ] Feature gates adjusted
|
|
112
|
+
|
|
113
|
+
### 📢 Pre-Launch Hardening (T-1 week)
|
|
114
|
+
|
|
115
|
+
**Customer Communications:**
|
|
116
|
+
- [ ] Release notes finalized (via `$release-notes`)
|
|
117
|
+
- [ ] Email announcement drafted
|
|
118
|
+
- [ ] In-app announcement banner designed
|
|
119
|
+
- [ ] Blog post / changelog published
|
|
120
|
+
- [ ] Documentation (public knowledge base) updated
|
|
121
|
+
- [ ] Video walkthrough (if major feature)
|
|
122
|
+
|
|
123
|
+
**Sales Enablement:**
|
|
124
|
+
- [ ] Sales deck updated
|
|
125
|
+
- [ ] Battle cards (vs competitors) updated
|
|
126
|
+
- [ ] Demo script / environment ready
|
|
127
|
+
- [ ] Pricing update (if applicable) approved
|
|
128
|
+
|
|
129
|
+
**CS / Support Enablement:**
|
|
130
|
+
- [ ] Training session conducted
|
|
131
|
+
- [ ] Internal FAQ / runbook created
|
|
132
|
+
- [ ] Support ticket categories updated
|
|
133
|
+
- [ ] Escalation path for launch issues
|
|
134
|
+
|
|
135
|
+
**Marketing:**
|
|
136
|
+
- [ ] Landing page updated / new one ready
|
|
137
|
+
- [ ] Social media posts scheduled
|
|
138
|
+
- [ ] PR outreach (if major)
|
|
139
|
+
- [ ] Partnership announcements (if applicable)
|
|
140
|
+
|
|
141
|
+
### 🚀 Launch Day (T-0)
|
|
142
|
+
|
|
143
|
+
**Morning of launch:**
|
|
144
|
+
- [ ] Final health check (metrics dashboard green)
|
|
145
|
+
- [ ] Support team on-call
|
|
146
|
+
- [ ] PM monitoring metrics (first 2 hours intensive)
|
|
147
|
+
- [ ] Feature flag enabled (% rollout per plan: 5% → 25% → 100%)
|
|
148
|
+
|
|
149
|
+
**Communications:**
|
|
150
|
+
- [ ] Email sent to customer list
|
|
151
|
+
- [ ] In-app banner activated
|
|
152
|
+
- [ ] Blog post published
|
|
153
|
+
- [ ] Changelog update live
|
|
154
|
+
- [ ] Social media posts published
|
|
155
|
+
- [ ] Sales team notified
|
|
156
|
+
|
|
157
|
+
**Monitoring:**
|
|
158
|
+
- [ ] Error rate within baseline
|
|
159
|
+
- [ ] Latency within SLA
|
|
160
|
+
- [ ] Usage adoption tracked
|
|
161
|
+
- [ ] Support ticket volume monitored
|
|
162
|
+
|
|
163
|
+
### 📊 Post-Launch Monitoring (T+1 week)
|
|
164
|
+
|
|
165
|
+
**Daily:**
|
|
166
|
+
- [ ] Metrics dashboard review
|
|
167
|
+
- [ ] Support ticket trend review
|
|
168
|
+
- [ ] NPS feedback check
|
|
169
|
+
|
|
170
|
+
**End of week 1:**
|
|
171
|
+
- [ ] Success metric check (baseline → current)
|
|
172
|
+
- [ ] Adoption rate
|
|
173
|
+
- [ ] Issues discovered + logged
|
|
174
|
+
- [ ] Customer feedback themes
|
|
175
|
+
|
|
176
|
+
### 🔄 Post-Launch Review (T+4 weeks)
|
|
177
|
+
|
|
178
|
+
- [ ] Success metrics vs targets
|
|
179
|
+
- [ ] Adoption analysis by segment
|
|
180
|
+
- [ ] Support ticket themes
|
|
181
|
+
- [ ] Churn / expansion impact
|
|
182
|
+
- [ ] Lessons learned document
|
|
183
|
+
- [ ] Roadmap adjustments based on learnings
|
|
184
|
+
|
|
185
|
+
## Rollback Plan (Always Required)
|
|
186
|
+
|
|
187
|
+
- [ ] Trigger conditions defined:
|
|
188
|
+
- Error rate > X% for Y minutes
|
|
189
|
+
- Latency > SLA for Y minutes
|
|
190
|
+
- Critical customer escalation
|
|
191
|
+
- Security incident
|
|
192
|
+
- [ ] Rollback mechanism: feature flag disable (preferred) or git revert
|
|
193
|
+
- [ ] Rollback execution time: ≤ 5 minutes target
|
|
194
|
+
- [ ] Communication plan: who notifies customers, via what channel
|
|
195
|
+
- [ ] Post-rollback: root cause analysis, retry plan
|
|
196
|
+
|
|
197
|
+
## Validation (Quality Gate)
|
|
198
|
+
|
|
199
|
+
- [ ] All checklist sections completed
|
|
200
|
+
- [ ] Feature flag + rollback tested
|
|
201
|
+
- [ ] Observability instrumented
|
|
202
|
+
- [ ] Beta feedback addressed
|
|
203
|
+
- [ ] Communications ready (email, blog, docs, social)
|
|
204
|
+
- [ ] Sales + CS enabled
|
|
205
|
+
- [ ] Rollback plan with trigger conditions
|
|
206
|
+
- [ ] Post-launch review scheduled
|
|
207
|
+
|
|
208
|
+
## Handoff
|
|
209
|
+
|
|
210
|
+
The output is the input for:
|
|
211
|
+
- **Release Gate** (Conductor) — sign-off
|
|
212
|
+
- **Engineering** → deployment
|
|
213
|
+
- **CS / Sales / Marketing** → external execution
|
|
214
|
+
- **Data Analyst** → post-launch monitoring
|
|
215
|
+
|
|
216
|
+
Format: launch checklist markdown + tracking board. Via `$handoff`.
|
|
217
|
+
|
|
218
|
+
## Anti-patterns
|
|
219
|
+
|
|
220
|
+
| Error | Why it's bad | How to do it right |
|
|
221
|
+
|-------|-------------|---------------------|
|
|
222
|
+
| Big-bang launch | High risk, no safety net | Phased rollout (5% → 100%) |
|
|
223
|
+
| No rollback plan | Outage extends | Always have Plan B |
|
|
224
|
+
| No beta | Discover issues in production | Beta 2+ weeks |
|
|
225
|
+
| No CS training | Tickets swamp support | Internal training T-1 week |
|
|
226
|
+
| No observability | Blind post-launch | Metrics + alerts before launch |
|
|
227
|
+
| Ignore legal | Compliance violations | Legal review for any data/contract change |
|
|
228
|
+
| One person owns all | Single point of failure | Clear owner per section |
|
|
229
|
+
|
|
230
|
+
## Template
|
|
231
|
+
|
|
232
|
+
See sections above — use as checklist with tickable checkboxes.
|
|
233
|
+
|
|
234
|
+
## Worked Example — TeamFlow AI Summarization Launch Checklist (GA)
|
|
235
|
+
|
|
236
|
+
**Context:** AI Summarization MVP after beta phase. Full GA scheduled June 30, 2026. This checklist is the final production rollout.
|
|
237
|
+
|
|
238
|
+
```markdown
|
|
239
|
+
# Launch Checklist: AI Summarization GA (June 30, 2026)
|
|
240
|
+
|
|
241
|
+
**PM Owner:** Alex K. · **Launch Commander:** Jordan M. (Design Lead + PM backup)
|
|
242
|
+
**Rollback On-call:** Priya S. (Eng Lead) + Sam P. (SRE)
|
|
243
|
+
**Launch Date:** 2026-06-30 09:00 AM PT (Tuesday — mid-week, midday for coverage)
|
|
244
|
+
|
|
245
|
+
---
|
|
246
|
+
|
|
247
|
+
## 🔧 Internal Preparation (T-4 weeks, completed June 2)
|
|
248
|
+
|
|
249
|
+
### Engineering
|
|
250
|
+
- [x] Feature flag «ai_summarization_ga» configured (LaunchDarkly)
|
|
251
|
+
- [x] Observability dashboards live: latency, error rate, generation volume, provider health
|
|
252
|
+
- [x] Alerts configured:
|
|
253
|
+
- p95 latency >90s for >15 min → PagerDuty
|
|
254
|
+
- Error rate >2% for >15 min → PagerDuty
|
|
255
|
+
- LLM provider failover event → Slack alert
|
|
256
|
+
- Generation volume >200% baseline → Slack (investigate surge)
|
|
257
|
+
- [x] Load testing: 500 concurrent summaries generated w/o degradation
|
|
258
|
+
- [x] Security review completed and attested (SOC 2 scope extension)
|
|
259
|
+
- [x] Rollback tested end-to-end (flag disable → feature off in <10s)
|
|
260
|
+
- [x] LLM provider fallback tested (primary offline → secondary takes over, 12s recovery)
|
|
261
|
+
|
|
262
|
+
### Product
|
|
263
|
+
- [x] PRD finalized + all stories marked Done
|
|
264
|
+
- [x] Success metrics instrumented and validated in staging (match schema)
|
|
265
|
+
- [x] Internal demo ready (5-min walkthrough video)
|
|
266
|
+
- [x] Edge cases documented in runbook
|
|
267
|
+
|
|
268
|
+
### Legal / Compliance
|
|
269
|
+
- [x] ToS update published and notified to all customers (30 days notice — May 30)
|
|
270
|
+
- [x] DPA updates sent to Enterprise customers (200/200 signed)
|
|
271
|
+
- [x] SOC 2 Type II extension for AI features — attestation complete
|
|
272
|
+
- [x] GDPR compliance validated (EU data stays in Azure West Europe)
|
|
273
|
+
- [x] Data Processing Record updated
|
|
274
|
+
|
|
275
|
+
### Data
|
|
276
|
+
- [x] Instrumentation live: all events from flow schema firing
|
|
277
|
+
- [x] Dashboard published to leadership + stakeholders
|
|
278
|
+
- [x] Baseline metrics captured (pre-AI): activation, retention, NPS, churn
|
|
279
|
+
|
|
280
|
+
---
|
|
281
|
+
|
|
282
|
+
## 🧪 Soft Launch (T-2 weeks, May 16 - June 2)
|
|
283
|
+
|
|
284
|
+
### Dogfooding (T-3 to T-2, May 16-23)
|
|
285
|
+
- [x] Internal TeamFlow team used feature 14 days (100% participation)
|
|
286
|
+
- [x] Feedback collected: 47 internal users, 12 issues raised
|
|
287
|
+
- [x] Top 5 issues resolved, 7 logged for Q3 iteration
|
|
288
|
+
|
|
289
|
+
### Beta Customers (T-2, May 23 - June 2)
|
|
290
|
+
- [x] 10 design partner customers selected (4 SMB, 4 mid-market, 2 enterprise)
|
|
291
|
+
- [x] Beta agreement amended with AI clause (all 10 signed)
|
|
292
|
+
- [x] Weekly feedback survey + 2 interview sessions conducted
|
|
293
|
+
- [x] Support team briefed on potential issues (runbook + training)
|
|
294
|
+
|
|
295
|
+
### Iteration
|
|
296
|
+
- [x] Beta feedback review session held May 26 (2 hours, all-team)
|
|
297
|
+
- [x] **Critical issues resolved:**
|
|
298
|
+
- Issue A: Summary «voice» too corporate, felt impersonal → prompt tuned, NPS improved +8
|
|
299
|
+
- Issue B: Action items sometimes missed when said «maybe» — threshold adjusted
|
|
300
|
+
- [x] Feature gates adjusted based on beta telemetry
|
|
301
|
+
|
|
302
|
+
---
|
|
303
|
+
|
|
304
|
+
## 📢 Pre-Launch Hardening (T-1 week, June 23-29)
|
|
305
|
+
|
|
306
|
+
### Customer Communications
|
|
307
|
+
- [x] Release notes finalized (drafted via `$release-notes`, reviewed by Legal)
|
|
308
|
+
- [x] Email announcement drafted + sent to Alex K for approval (3 variants: SMB, mid-market, enterprise)
|
|
309
|
+
- [x] In-app announcement banner designed (copy approved by PM + Marketing)
|
|
310
|
+
- [x] Blog post «Introducing AI-Assisted 1:1s» published in drafts, scheduled for June 30 9AM
|
|
311
|
+
- [x] Documentation (public knowledge base):
|
|
312
|
+
- «Getting started with AI Summarization» (admin + manager guides)
|
|
313
|
+
- «Privacy & Security FAQ»
|
|
314
|
+
- «API changes related to AI features»
|
|
315
|
+
- [x] Video walkthrough recorded (3 min, scheduled for release day)
|
|
316
|
+
|
|
317
|
+
### Sales Enablement
|
|
318
|
+
- [x] Sales deck updated (5 new slides added: «AI Summarization», «Tier Upgrade Path», «Objection Handling»)
|
|
319
|
+
- [x] Battle cards updated vs Lattice, 15Five (AI feature comparison)
|
|
320
|
+
- [x] Demo script + sandbox environment ready
|
|
321
|
+
- [x] Pricing update approved and in CRM (CPQ updated for AI Tier)
|
|
322
|
+
|
|
323
|
+
### CS / Support Enablement
|
|
324
|
+
- [x] Training session conducted: 90-min live (recorded, 12 of 15 attended live, 3 viewed recording)
|
|
325
|
+
- [x] Internal FAQ / runbook published (47 FAQ items documented)
|
|
326
|
+
- [x] Support ticket categories updated («AI Summary: Quality», «AI Summary: Latency», «AI Summary: Privacy»)
|
|
327
|
+
- [x] Escalation path for launch issues defined
|
|
328
|
+
|
|
329
|
+
### Marketing
|
|
330
|
+
- [x] Landing page «AI Summarization» published (staging, to go live June 30)
|
|
331
|
+
- [x] Social media posts scheduled (LinkedIn Tuesday 9AM, Twitter 10AM)
|
|
332
|
+
- [x] PR outreach: TechCrunch exclusive placed (briefing June 27)
|
|
333
|
+
- [x] Customer advisory board preview (email June 25)
|
|
334
|
+
|
|
335
|
+
---
|
|
336
|
+
|
|
337
|
+
## 🚀 Launch Day (June 30)
|
|
338
|
+
|
|
339
|
+
### Morning of launch (0700 PT)
|
|
340
|
+
- [x] Final health check — all metrics green, no overnight issues
|
|
341
|
+
- [x] Support team on-call (5 team members standby, dedicated Slack channel)
|
|
342
|
+
- [x] PM monitoring dashboard (first 2 hours intensive, 30 min check-ins thereafter)
|
|
343
|
+
- [x] Feature flag sequence:
|
|
344
|
+
- 0900 PT: Enable for AI Tier accounts (100% of tier — 40 accounts)
|
|
345
|
+
- 0930 PT: Expose upsell banner to Core tier customers
|
|
346
|
+
|
|
347
|
+
### Communications (0900 PT)
|
|
348
|
+
- [x] Email sent to customer list (4200 customer contacts, 4 variants by segment + tier)
|
|
349
|
+
- [x] In-app banner activated
|
|
350
|
+
- [x] Blog post published
|
|
351
|
+
- [x] Changelog updated live
|
|
352
|
+
- [x] Social media posts published (LinkedIn, Twitter)
|
|
353
|
+
- [x] Sales team Slack notification («AI GA is live — use deck v3»)
|
|
354
|
+
|
|
355
|
+
### Monitoring (ongoing)
|
|
356
|
+
- Error rate: baseline 0.1%, launch day target <1% ✅ (actual: 0.3%)
|
|
357
|
+
- p95 latency: target <60s ✅ (actual: 42s)
|
|
358
|
+
- Generation volume: 1,200 summaries day 1 ✅ (within capacity)
|
|
359
|
+
- Support ticket volume: target <5% of total ✅ (actual: 3.1%)
|
|
360
|
+
|
|
361
|
+
---
|
|
362
|
+
|
|
363
|
+
## 📊 Post-Launch Monitoring (T+1 week, June 30 - July 7)
|
|
364
|
+
|
|
365
|
+
### Daily (M-F, 9am standup)
|
|
366
|
+
- [x] Metrics dashboard review (PM + Data + SRE)
|
|
367
|
+
- [x] Support ticket trend review (CS Lead)
|
|
368
|
+
- [x] NPS feedback check (survey opens after first summary use)
|
|
369
|
+
|
|
370
|
+
### End of week 1 review (July 7)
|
|
371
|
+
- [x] Success metric check:
|
|
372
|
+
- AI Tier adoption: 43% of AI Tier managers (target 50% by day 30 — on track)
|
|
373
|
+
- Tier upgrade funnel: 8 new upgrades week 1 (target 15 by day 30 — on track)
|
|
374
|
+
- NPS: 52 (baseline 45, target 50 — ✅ exceeded)
|
|
375
|
+
- [x] Adoption rate by segment: SMB 35%, mid-market 58%, enterprise 68%
|
|
376
|
+
- [x] Issues discovered: 7 new (2 resolved week 1, 5 in backlog)
|
|
377
|
+
- [x] Customer feedback themes: «Love it!» (majority), «Want mobile» (3 customers), «Privacy concerns resolved» (positive signal)
|
|
378
|
+
|
|
379
|
+
---
|
|
380
|
+
|
|
381
|
+
## 🔄 Post-Launch Review (T+4 weeks, July 28)
|
|
382
|
+
|
|
383
|
+
- [ ] Success metrics vs targets (retrospective)
|
|
384
|
+
- [ ] Adoption analysis by segment + cohort
|
|
385
|
+
- [ ] Support ticket themes (quantitative)
|
|
386
|
+
- [ ] Churn / expansion impact (analyst review)
|
|
387
|
+
- [ ] Lessons learned document (cross-functional)
|
|
388
|
+
- [ ] Roadmap adjustments based on learnings
|
|
389
|
+
|
|
390
|
+
---
|
|
391
|
+
|
|
392
|
+
## Rollback Plan
|
|
393
|
+
|
|
394
|
+
### Trigger Conditions (ANY of):
|
|
395
|
+
- **Error rate > 2% sustained for > 15 minutes** → immediate flag disable
|
|
396
|
+
- **P95 latency > 120s sustained for > 30 minutes** → investigate + consider disable
|
|
397
|
+
- **Critical customer escalation from Enterprise account** → review within 2 hours
|
|
398
|
+
- **Security incident (data leak / unauthorized access)** → immediate disable + customer notification
|
|
399
|
+
- **LLM provider SLA breach (both primary + fallback)** → automatic failover + investigate
|
|
400
|
+
|
|
401
|
+
### Rollback Mechanism
|
|
402
|
+
1. **Primary:** LaunchDarkly feature flag disable («ai_summarization_ga» → false)
|
|
403
|
+
2. **Time to rollback:** ≤ 5 minutes (flag propagation + cache invalidation)
|
|
404
|
+
3. **User impact:** AI toggle greys out, existing AI summaries remain accessible (read-only)
|
|
405
|
+
4. **Data impact:** No data loss — summaries persisted, just generation paused
|
|
406
|
+
|
|
407
|
+
### Communication Plan (on rollback)
|
|
408
|
+
- **Internal:** Slack #incident-response + PagerDuty ack
|
|
409
|
+
- **Customers:** In-app banner «AI Summarization temporarily paused — investigating» (within 10 min)
|
|
410
|
+
- **Affected customer call-out:** Email to Enterprise customers within 1 hour
|
|
411
|
+
- **Status page:** Public status.teamflow.com updated
|
|
412
|
+
|
|
413
|
+
### Post-Rollback
|
|
414
|
+
- Root cause analysis within 48 hours (5-why analysis)
|
|
415
|
+
- Fix verified in staging + beta customers
|
|
416
|
+
- Re-launch plan with learnings (may be next day, next week, or delay)
|
|
417
|
+
|
|
418
|
+
---
|
|
419
|
+
|
|
420
|
+
## Ownership Per Section
|
|
421
|
+
|
|
422
|
+
| Section | Owner | Backup |
|
|
423
|
+
|---------|-------|--------|
|
|
424
|
+
| Engineering readiness | Priya (Eng Lead) | Marcus (Backend) |
|
|
425
|
+
| Product / feature correctness | Alex (PM) | Jordan (Design) |
|
|
426
|
+
| Legal / Compliance | Mia (Legal) | Sarah (Security) |
|
|
427
|
+
| Sales enablement | VP Sales | Sales Ops |
|
|
428
|
+
| CS / Support | CS Lead | Support Manager |
|
|
429
|
+
| Marketing / Customer Comms | Marketing Lead | CMO |
|
|
430
|
+
| Launch Day coordination | Jordan (Launch Commander) | Alex (PM backup) |
|
|
431
|
+
| Rollback decision authority | Priya (Eng Lead) + Alex (PM), can decide alone in emergency | SRE on-call |
|
|
432
|
+
```
|
|
433
|
+
|
|
434
|
+
> **launch-checklist lesson:** A checklist of 100+ items is normal for a major B2B SaaS launch. **Rollback plan with numeric triggers** — «error rate >2% for >15 min» — not «if it breaks». **Ownership matrix** prevents «no one noticed» — each section has primary + backup. **Phased feature flag rollout** (Tier customers first, then upsell to Core) minimizes blast radius. **Communications across multi-channel** (email + in-app + blog + social + PR + sales enablement) — a single channel never reaches all stakeholders.
|