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