code-ai-installer 4.0.0 → 4.0.1-a

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 +36 -0
  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 +8 -0
  65. package/dist/mcp_setup.js +4 -1
  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,307 +1,323 @@
1
- ---
2
- name: assumption-mapping
3
- description: Assumption map across value / usability / feasibility / viability axes — hypothesis prioritization for testing
4
- ---
5
- # Assumption Mapping
6
-
7
- > **Category:** Discovery · **Slug:** `assumption-mapping`
8
-
9
- ## When to Use
10
-
11
- - Before launching discovery or experimentation — to know which hypotheses to validate.
12
- - When reviewing new ideas from OST — which assumptions underpin this solution?
13
- - In decision reviews — which assumptions were made and validated / not validated?
14
- - As a risk instrument: high-uncertainty assumptions = focal risks.
15
-
16
- ## Input
17
-
18
- | Field | Required | Description |
19
- |-------|:--------:|-------------|
20
- | Solution / initiative context | ✅ | What we plan to do |
21
- | Team brainstorm log | ✅ | Raw assumptions list |
22
- | Existing evidence | ⬚ | Support/refute for assumptions |
23
-
24
- ## Data Sources
25
-
26
- 1. Team brainstorm (minimum 5-10 participants ideal).
27
- 2. Existing customer data (interviews, analytics).
28
- 3. Market data (competitor behavior, industry reports).
29
- 4. Technical docs (internal architecture constraints).
30
-
31
- ### Related Skills
32
-
33
- | Skill | What we take | When to call |
34
- |-------|-------------|--------------|
35
- | `opportunity-solution-tree` | Solutions → assumptions | For each solution branch |
36
- | `hypothesis-template` | Assumption testable hypothesis | For top-risky assumptions |
37
- | `user-interview-script` | Questions targeting assumptions | Validation via interviews |
38
- | `ab-test-design` | Experiment for high-risk assumption | For quantitative validation |
39
-
40
- ## Structure: four quadrants
41
-
42
- 1. **Value (Desirability)** will customers want it?
43
- 2. **Usability** can they figure out how to use it?
44
- 3. **Feasibility** can we build it?
45
- 4. **Viability** does it make business sense (cost, scale, regulation)?
46
-
47
- Each assumption falls into one of the four.
48
-
49
- ## Protocol
50
-
51
- ### Step 0 Brainstorm Raw Assumptions
52
-
53
- Workshop format:
54
- 1. Present context (solution / initiative).
55
- 2. Each participant individually writes assumptions (Post-it or digital).
56
- 3. Target: 30-50 raw assumptions.
57
- 4. No filtering at this step.
58
-
59
- Technique: "If [X] then this works". Assumption = X.
60
-
61
- ### Step 1 Categorize into 4 Quadrants
62
-
63
- Distribute assumptions across Value / Usability / Feasibility / Viability.
64
-
65
- If it doesn't fit — rephrase or discard.
66
-
67
- ### Step 2Risk Assessment per Assumption
68
-
69
- Two dimensions:
70
-
71
- **Uncertainty** how unknown this is, true or not (1-5):
72
- - 1 = proven (data/experience)
73
- - 5 = complete unknown
74
-
75
- **Impact if wrong**how bad if the assumption is false (1-5):
76
- - 1 = minor adjustment
77
- - 5 = kill the project
78
-
79
- Risk Score = Uncertainty × Impact. Top: Score 16.
80
-
81
- | # | Quadrant | Assumption | Uncertainty (1-5) | Impact (1-5) | Score |
82
- |---|----------|------------|:------------------:|:------------:|:-----:|
83
- | A1 | Value | Customers pay $X/seat | 4 | 5 | 20 |
84
-
85
- ### Step 3 — 2×2 Matrix Visualization
86
-
87
- ```
88
- Impact if wrong
89
- High │ [Test NOW] │ [Validated? If not, test]
90
- │ │
91
- │ [Document] │ [Low priority]
92
- Low │________________│________________
93
- Low ← Uncertainty → High
94
- ```
95
-
96
- Top-right quadrant = immediate testing priority.
97
-
98
- ### Step 4 — Test Strategy per Top Assumption
99
-
100
- For each top-risky assumption — choose a validation method:
101
-
102
- | Method | Speed | Confidence | Cost |
103
- |--------|:-----:|:----------:|:----:|
104
- | User interviews | Fast | Low-medium | Low |
105
- | Prototype test | Medium | Medium-high | Medium |
106
- | Landing page test | Fast | Medium | Low |
107
- | A/B test on production | Slow | High | Medium |
108
- | Data analysis | Fast | Medium | Low |
109
- | Tech spike | Medium | High (feasibility only) | Medium |
110
-
111
- Match method to assumption type:
112
- - Value interviews, landing page, smoke test
113
- - Usability → prototype test, usability test
114
- - Feasibility tech spike, architecture review
115
- - Viability → data analysis, financial modeling
116
-
117
- ### Step 5 — Test Plan
118
-
119
- For each top assumption — test card:
120
- - Assumption text
121
- - What we think will happen (prediction)
122
- - How we'll measure it
123
- - Success criteria (specific threshold)
124
- - Time box
125
-
126
- Via `$hypothesis-template`.
127
-
128
- ### Step 6 Iteration
129
-
130
- Assumption map living document. After each validation:
131
- - Mark as validated / ❌ invalidated / ⚠️ partial
132
- - Update Risk Score (uncertainty goes down if data collected)
133
- - Promote new assumptions from surprises
134
-
135
- ## Validation (Quality Gate)
136
-
137
- - [ ] 20 raw assumptions in brainstorm
138
- - [ ] All categorized in 4 quadrants
139
- - [ ] Each assumption has Uncertainty × Impact scoring
140
- - [ ] Top 3-5 high-risk assumptions identified
141
- - [ ] For each top assumption — test method + plan
142
- - [ ] Test cards via `$hypothesis-template`
143
-
144
- ## Handoff
145
-
146
- The result is the input for:
147
- - **`hypothesis-template`** top assumptions formal hypotheses
148
- - **`ab-test-design`** test method = A/B for high-certainty validation
149
- - **`user-interview-script`** questions targeting specific assumptions
150
- - **PM**: top risks → PRD risk section
151
-
152
- Format: assumption map (table + 2×2 visualization) + test plan. Via `$handoff`.
153
-
154
- ## Anti-patterns
155
-
156
- | Error | Why it's bad | How to do it right |
157
- |-------|-------------|-------------------|
158
- | Skip categorization | 4 quadrants give balanced risk view | Mandatory V/U/F/Vi |
159
- | Test low-risk first | Does not accelerate learning | Start with top-right (high U × high I) |
160
- | Not iterating | Stale map = useless | Update after each validation |
161
- | Over-testing feasibility | Engineers love tech spikes | Balance across quadrants |
162
- | Vague assumptions | "Customers will like it" | Specific: "Customers will pay $X/mo" |
163
-
164
- ## Worked Example TeamFlow Assumption Map (AI 1:1 Summarization)
165
-
166
- **Context:** TeamFlow (B2B SaaS HR-tech). After Discovery + OST the team planned work on AI summarization. Before engineering begins — assumption map session (workshop 90 min, 8 participants: PM, Eng Lead, Designer, CTO, VP Sales, CPO-customer-advocate, Data Lead, Legal counsel).
167
-
168
- ### Raw Assumptions Brainstorm (30+ assumptions in 30 min)
169
-
170
- Categorized into 4 quadrants with Risk Score (Uncertainty × Impact, 1-5 each).
171
-
172
- #### Value (Desirability) Will customers want this?
173
-
174
- | # | Assumption | Uncertainty | Impact | Risk | Status |
175
- |---|-----------|:-----------:|:------:|:----:|:------:|
176
- | V1 | Customers will pay **$8-12/seat/month premium** for AI summarization feature | 4 | 5 | **20** | 🔴 Critical |
177
- | V2 | End-user managers will **adopt** AI summarization at >60% active users within 90 days | 4 | 4 | **16** | 🔴 Critical |
178
- | V3 | Buyers (VP HR) see **aggregate dashboard** as tier-upgrade justification | 3 | 5 | **15** | 🔴 Critical |
179
- | V4 | Feature reduces manager churn signal ("tool helps me") by >10pp | 4 | 3 | 12 | 🟡 Major |
180
- | V5 | Competitors (Lattice, 15Five) **have not yet shipped** AI summarization in the next 6 months | 3 | 4 | 12 | 🟡 Major |
181
- | V6 | Customers prefer AI-in-TeamFlow vs standalone (Otter.ai etc.) — "privacy + integrated" | 2 | 4 | 8 | 🟢 Low |
182
-
183
- #### Usability — Can managers figure out how to use it?
184
-
185
- | # | Assumption | Uncertainty | Impact | Risk | Status |
186
- |---|-----------|:-----------:|:------:|:----:|:------:|
187
- | U1 | Managers will **trust AI summaries** enough to rely on them (not manually re-write) | 4 | 4 | **16** | 🔴 Critical |
188
- | U2 | First-time user clearly understands how to **enable** AI summarization (opt-in UX) | 2 | 3 | 6 | 🟢 Low |
189
- | U3 | Summaries written in **tone appropriate** for performance conversations (not too casual, not too corporate) | 3 | 3 | 9 | 🟡 Major |
190
- | U4 | Managers will **correct errors** via inline edit (not abandon feature) | 3 | 3 | 9 | 🟡 Major |
191
- | U5 | Mobile experience for on-the-go review / approve summaries acceptable | 3 | 2 | 6 | 🟢 Low |
192
-
193
- #### Feasibility Can we build it?
194
-
195
- | # | Assumption | Uncertainty | Impact | Risk | Status |
196
- |---|-----------|:-----------:|:------:|:----:|:------:|
197
- | F1 | **LLM summarization quality** acceptable for HR conversations (no hallucinations, no misattributions) — >85% acceptable rate from managers | 4 | 5 | **20** | 🔴 Critical |
198
- | F2 | Streaming **transcription latency** acceptable (<3 sec lag) for real-time in-meeting use | 3 | 4 | 12 | 🟡 Major |
199
- | F3 | Engineering can ship MVP in 8-10 weeks with existing team (8 eng) | 3 | 3 | 9 | 🟡 Major |
200
- | F4 | **Data residency** requirements (EU, HIPAA in healthcare customers) solvable via regional LLM endpoints (Azure, Bedrock) | 3 | 4 | 12 | 🟡 Major |
201
- | F5 | **Cost per summary** economically viable at target price ($0.05-0.10 per 30-min meeting) | 3 | 4 | 12 | 🟡 Major |
202
- | F6 | Integration with existing TeamFlow 1:1 data model without major refactor | 2 | 3 | 6 | 🟢 Low |
203
-
204
- #### Viability Does it make business sense?
205
-
206
- | # | Assumption | Uncertainty | Impact | Risk | Status |
207
- |---|-----------|:-----------:|:------:|:----:|:------:|
208
- | Vi1 | **Privacy / compliance** (GDPR, SOC2, CCPA) manageable via architecture choices (opt-in, user-controlled, no training on data) | 3 | 5 | **15** | 🔴 Critical |
209
- | Vi2 | **Legal risk** (wrongful termination suit referencing AI summary as evidence) not material enterprise customers do not backlash | 3 | 4 | 12 | 🟡 Major |
210
- | Vi3 | Pricing premium **does not cannibalize** core tier ARR (existing customers upgrade, not swap) | 3 | 4 | 12 | 🟡 Major |
211
- | Vi4 | **GTM execution** ready (Sales trained, CS enabled, Marketing positioned) in target timeline | 3 | 3 | 9 | 🟡 Major |
212
- | Vi5 | Infrastructure + LLM API costs **scale economically** at 5,000+ active users | 3 | 3 | 9 | 🟡 Major |
213
- | Vi6 | Customer success in EU / regulated industries (healthcare, finance) **does not block** sales | 3 | 3 | 9 | 🟡 Major |
214
-
215
- ### 2×2 Prioritization Matrix
216
-
217
- ```
218
- Impact if wrong
219
- High (5) │ V1 (20) F1 (20) │ [Validated: F6, U2]
220
- │ U1 (16) V2 (16) │
221
- │ V3 (15) Vi1 (15) │
222
- │ │
223
- │ V4 (12) F2 (12) │
224
- │ F4 (12) F5 (12)
225
- Vi2 (12) Vi3 (12) │
226
- │ V5 (12) │
227
- │ │
228
- │ U3 (9) U4 (9) │ [Document]
229
- Low (1) │ F3 (9) Vi4 (9) │
230
- │ Vi5 (9) Vi6 (9) │
231
- │ │
232
- │ V6 (8) U5 (6) │ [Low priority]
233
- │ U2 (6) F6 (6) │
234
- ──────────────────────→
235
- Low (1) Uncertainty High (5)
236
- ```
237
-
238
- ### Top-Right Assumptions (test NOW) — Risk ≥ 15
239
-
240
- 1. **V1** (Pay $8-12 premium, Risk 20) — biggest money question
241
- 2. **F1** (LLM quality acceptable, Risk 20) — biggest technical question
242
- 3. **U1** (Managers trust summaries, Risk 16) — adoption question
243
- 4. **V2** (>60% adoption in 90 days, Risk 16) — usage scale
244
- 5. **V3** (Dashboard tier upgrade, Risk 15) — buyer expansion
245
- 6. **Vi1** (Privacy manageable, Risk 15) — existential risk
246
-
247
- ### Test Strategy per Top Assumption
248
-
249
- | # | Assumption | Method | Duration | Cost | Confidence |
250
- |---|-----------|--------|:--------:|:----:|:----------:|
251
- | V1 | Pay $8-12 premium | Landing page test with pricing + "notify me" CTA + follow-up interview | 2 weeks | Low | Medium |
252
- | V1 | (secondary) | Commitment test: 20 customers sign LOI for beta at $10/seat | 3 weeks | Low | High |
253
- | F1 | LLM quality | **Wizard-of-Oz:** OpenAI API + manual review, 20 beta managers, blind quality rating | 4 weeks | Medium | High |
254
- | U1 | Managers trust | Observational: beta managers — do they edit summaries? How often? Interview delta | 4 weeks (concurrent with F1) | Low | Medium |
255
- | V2 | 60% adoption | A/B launch: 50% feature flag, measure 30-day adoption | 4 weeks (post-MVP) | Medium | High |
256
- | V3 | Dashboard tier upgrade | Concierge: offer 5 enterprise customers "preview" dashboard, measure willingness to upgrade tier | 3 weeks | Low | Medium |
257
- | Vi1 | Privacy architecture | **Spike** (engineering + legal): design + privacy review + counsel opinion | 2 weeks | Medium | High |
258
-
259
- ### Test Plan per Top Assumption (through `$hypothesis-template`)
260
-
261
- #### Test Card V1 (Willingness to Pay)
262
-
263
- ```
264
- **We believe** that mid-market and enterprise TeamFlow customers
265
- **For** accounts with ≥10 active managers
266
- **Will pay** $8-12/seat/month premium for AI 1:1 summarization
267
- **We'll know it's true when** either:
268
- (a) 30% visitors to landing page click "Pricing details" AND 15% of those click "Get beta access"
269
- (b) 8 of 10 customer conversations confirm "we'd upgrade at that price"
270
- **Because** 6 of 8 Discovery interviews expressed pay-interest
271
- + competitor pricing ($5-7 for ChatGPT Teams) suggests price elasticity exists
272
- + existing TeamFlow seats price point $15-50/mo 20-30% premium within precedent range.
273
- ```
274
-
275
- #### Test Card F1 (LLM Quality)
276
-
277
- ```
278
- **We believe** that GPT-4 / Claude 3.5 level LLMs
279
- **For** 30-minute 1:1 performance conversations in English
280
- **Will generate summaries** with >85% acceptable rate from managers
281
- **We'll know it's true when** in Wizard-of-Oz test:
282
- - Blind quality rating from managers: ≥4 out of 5 stars (average), across ≥100 meetings
283
- - Hallucination rate (factually wrong info): <5% of summaries
284
- - Misattribution rate (wrong person said X): <3%
285
- **Because** recent LLM benchmarks on summarization task show 85-90% acceptable rates
286
- + our manually-crafted test prompts achieved 90% in internal QA
287
- + similar-adjacent use cases (Fireflies.ai, Gong) report >80% customer satisfaction.
288
- ```
289
-
290
- ### Iteration Log (3 weeks later, hypothetical)
291
-
292
- **Status updates:**
293
- - **V1:** ✅ Validated. Landing page test: 38% click-through, 22% "Get beta access". 7 of 10 customer conversations confirmed $10/seat acceptable. 2 customers said "we'd pay $15 for enterprise features". → **Risk downgraded to 6**.
294
- - **F1:** ⚠️ Partial. Wizard-of-Oz: 78% quality acceptable (below 85% target). Hallucinations 8% (above 5% target). → Additional work needed: prompt engineering + human-review layer. Risk **still 15**.
295
- - **U1:** Validated. Beta managers edit summaries 35% of time (not abandon). Sentiment positive. → Risk 6.
296
- - **Vi1:** Validated. Privacy architecture approved by counsel (opt-in, no training on data, regional endpoints). Risk 3.
297
- - **V2 / V3:** Pending MVP launch.
298
-
299
- **New assumptions emerged:**
300
- - **NEW V7:** "Customers accept 24-hour summary delivery delay for enhanced quality" (Uncertainty 4, Impact 3).
301
- - **NEW F7:** "Human review layer scalable to 5,000 summaries/day" (Uncertainty 4, Impact 4). Added to high-risk quadrant.
302
-
303
- ### Promoted to PRD Risk Register
304
-
305
- Assumptions with lingering risk (F1 quality, F7 human review scale) → PRD Top 5 risks section + mitigation plan.
306
-
307
- > **Assumption mapping lesson:** Brainstorm with a cross-functional team (legal, sales, CS in addition to PM + eng) revealed **Vi1 (privacy)** as an existential risk that an engineering-only session would have missed. Landing page test for V1 cost $400 and gave high-signal validation in 2 weeks — saved 10 weeks of engineering investment in the wrong pricing model.
1
+ ---
2
+ name: assumption-mapping
3
+ description: Assumption map across value / usability / feasibility / viability axes — hypothesis prioritization for testing
4
+ type: triggered
5
+ domain: product
6
+ owners:
7
+ - pm
8
+ gates:
9
+ - PM
10
+ tech: []
11
+ topic: []
12
+ triggers:
13
+ - assumption-mapping
14
+ - assumption mapping
15
+ - карта допущений
16
+ - гипотезы
17
+ related: []
18
+ budget_lines: 323
19
+ schema_version: 1
20
+ ---
21
+ # Assumption Mapping
22
+
23
+ > **Category:** Discovery · **Slug:** `assumption-mapping`
24
+
25
+ ## When to Use
26
+
27
+ - Before launching discovery or experimentation — to know which hypotheses to validate.
28
+ - When reviewing new ideas from OST — which assumptions underpin this solution?
29
+ - In decision reviews which assumptions were made and validated / not validated?
30
+ - As a risk instrument: high-uncertainty assumptions = focal risks.
31
+
32
+ ## Input
33
+
34
+ | Field | Required | Description |
35
+ |-------|:--------:|-------------|
36
+ | Solution / initiative context | | What we plan to do |
37
+ | Team brainstorm log | | Raw assumptions list |
38
+ | Existing evidence | | Support/refute for assumptions |
39
+
40
+ ## Data Sources
41
+
42
+ 1. Team brainstorm (minimum 5-10 participants ideal).
43
+ 2. Existing customer data (interviews, analytics).
44
+ 3. Market data (competitor behavior, industry reports).
45
+ 4. Technical docs (internal architecture constraints).
46
+
47
+ ### Related Skills
48
+
49
+ | Skill | What we take | When to call |
50
+ |-------|-------------|--------------|
51
+ | `opportunity-solution-tree` | Solutions assumptions | For each solution branch |
52
+ | `hypothesis-template` | Assumption → testable hypothesis | For top-risky assumptions |
53
+ | `user-interview-script` | Questions targeting assumptions | Validation via interviews |
54
+ | `ab-test-design` | Experiment for high-risk assumption | For quantitative validation |
55
+
56
+ ## Structure: four quadrants
57
+
58
+ 1. **Value (Desirability)** — will customers want it?
59
+ 2. **Usability**can they figure out how to use it?
60
+ 3. **Feasibility** — can we build it?
61
+ 4. **Viability**does it make business sense (cost, scale, regulation)?
62
+
63
+ Each assumption falls into one of the four.
64
+
65
+ ## Protocol
66
+
67
+ ### Step 0Brainstorm Raw Assumptions
68
+
69
+ Workshop format:
70
+ 1. Present context (solution / initiative).
71
+ 2. Each participant individually writes assumptions (Post-it or digital).
72
+ 3. Target: 30-50 raw assumptions.
73
+ 4. No filtering at this step.
74
+
75
+ Technique: "If [X]then this works". Assumption = X.
76
+
77
+ ### Step 1 Categorize into 4 Quadrants
78
+
79
+ Distribute assumptions across Value / Usability / Feasibility / Viability.
80
+
81
+ If it doesn't fit rephrase or discard.
82
+
83
+ ### Step 2 Risk Assessment per Assumption
84
+
85
+ Two dimensions:
86
+
87
+ **Uncertainty** — how unknown this is, true or not (1-5):
88
+ - 1 = proven (data/experience)
89
+ - 5 = complete unknown
90
+
91
+ **Impact if wrong** — how bad if the assumption is false (1-5):
92
+ - 1 = minor adjustment
93
+ - 5 = kill the project
94
+
95
+ Risk Score = Uncertainty × Impact. Top: Score ≥ 16.
96
+
97
+ | # | Quadrant | Assumption | Uncertainty (1-5) | Impact (1-5) | Score |
98
+ |---|----------|------------|:------------------:|:------------:|:-----:|
99
+ | A1 | Value | Customers pay $X/seat | 4 | 5 | 20 |
100
+
101
+ ### Step 3 — 2×2 Matrix Visualization
102
+
103
+ ```
104
+ Impact if wrong
105
+ High │ [Test NOW] │ [Validated? If not, test]
106
+ │ │
107
+ │ [Document] │ [Low priority]
108
+ Low │________________│________________
109
+ Low ← Uncertainty → High
110
+ ```
111
+
112
+ Top-right quadrant = immediate testing priority.
113
+
114
+ ### Step 4 Test Strategy per Top Assumption
115
+
116
+ For each top-risky assumption — choose a validation method:
117
+
118
+ | Method | Speed | Confidence | Cost |
119
+ |--------|:-----:|:----------:|:----:|
120
+ | User interviews | Fast | Low-medium | Low |
121
+ | Prototype test | Medium | Medium-high | Medium |
122
+ | Landing page test | Fast | Medium | Low |
123
+ | A/B test on production | Slow | High | Medium |
124
+ | Data analysis | Fast | Medium | Low |
125
+ | Tech spike | Medium | High (feasibility only) | Medium |
126
+
127
+ Match method to assumption type:
128
+ - Value interviews, landing page, smoke test
129
+ - Usability → prototype test, usability test
130
+ - Feasibility tech spike, architecture review
131
+ - Viability data analysis, financial modeling
132
+
133
+ ### Step 5 Test Plan
134
+
135
+ For each top assumption — test card:
136
+ - Assumption text
137
+ - What we think will happen (prediction)
138
+ - How we'll measure it
139
+ - Success criteria (specific threshold)
140
+ - Time box
141
+
142
+ Via `$hypothesis-template`.
143
+
144
+ ### Step 6 — Iteration
145
+
146
+ Assumption map living document. After each validation:
147
+ - Mark as validated / invalidated / ⚠️ partial
148
+ - Update Risk Score (uncertainty goes down if data collected)
149
+ - Promote new assumptions from surprises
150
+
151
+ ## Validation (Quality Gate)
152
+
153
+ - [ ] ≥ 20 raw assumptions in brainstorm
154
+ - [ ] All categorized in 4 quadrants
155
+ - [ ] Each assumption has Uncertainty × Impact scoring
156
+ - [ ] Top 3-5 high-risk assumptions identified
157
+ - [ ] For each top assumption — test method + plan
158
+ - [ ] Test cards via `$hypothesis-template`
159
+
160
+ ## Handoff
161
+
162
+ The result is the input for:
163
+ - **`hypothesis-template`** — top assumptions → formal hypotheses
164
+ - **`ab-test-design`**test method = A/B for high-certainty validation
165
+ - **`user-interview-script`** — questions targeting specific assumptions
166
+ - **PM**: top risks PRD risk section
167
+
168
+ Format: assumption map (table + 2×2 visualization) + test plan. Via `$handoff`.
169
+
170
+ ## Anti-patterns
171
+
172
+ | Error | Why it's bad | How to do it right |
173
+ |-------|-------------|-------------------|
174
+ | Skip categorization | 4 quadrants give balanced risk view | Mandatory V/U/F/Vi |
175
+ | Test low-risk first | Does not accelerate learning | Start with top-right (high U × high I) |
176
+ | Not iterating | Stale map = useless | Update after each validation |
177
+ | Over-testing feasibility | Engineers love tech spikes | Balance across quadrants |
178
+ | Vague assumptions | "Customers will like it" | Specific: "Customers will pay $X/mo" |
179
+
180
+ ## Worked Example TeamFlow Assumption Map (AI 1:1 Summarization)
181
+
182
+ **Context:** TeamFlow (B2B SaaS HR-tech). After Discovery + OST the team planned work on AI summarization. Before engineering begins — assumption map session (workshop 90 min, 8 participants: PM, Eng Lead, Designer, CTO, VP Sales, CPO-customer-advocate, Data Lead, Legal counsel).
183
+
184
+ ### Raw Assumptions Brainstorm (30+ assumptions in 30 min)
185
+
186
+ Categorized into 4 quadrants with Risk Score (Uncertainty × Impact, 1-5 each).
187
+
188
+ #### Value (Desirability) Will customers want this?
189
+
190
+ | # | Assumption | Uncertainty | Impact | Risk | Status |
191
+ |---|-----------|:-----------:|:------:|:----:|:------:|
192
+ | V1 | Customers will pay **$8-12/seat/month premium** for AI summarization feature | 4 | 5 | **20** | 🔴 Critical |
193
+ | V2 | End-user managers will **adopt** AI summarization at >60% active users within 90 days | 4 | 4 | **16** | 🔴 Critical |
194
+ | V3 | Buyers (VP HR) see **aggregate dashboard** as tier-upgrade justification | 3 | 5 | **15** | 🔴 Critical |
195
+ | V4 | Feature reduces manager churn signal ("tool helps me") by >10pp | 4 | 3 | 12 | 🟡 Major |
196
+ | V5 | Competitors (Lattice, 15Five) **have not yet shipped** AI summarization in the next 6 months | 3 | 4 | 12 | 🟡 Major |
197
+ | V6 | Customers prefer AI-in-TeamFlow vs standalone (Otter.ai etc.) — "privacy + integrated" | 2 | 4 | 8 | 🟢 Low |
198
+
199
+ #### Usability Can managers figure out how to use it?
200
+
201
+ | # | Assumption | Uncertainty | Impact | Risk | Status |
202
+ |---|-----------|:-----------:|:------:|:----:|:------:|
203
+ | U1 | Managers will **trust AI summaries** enough to rely on them (not manually re-write) | 4 | 4 | **16** | 🔴 Critical |
204
+ | U2 | First-time user clearly understands how to **enable** AI summarization (opt-in UX) | 2 | 3 | 6 | 🟢 Low |
205
+ | U3 | Summaries written in **tone appropriate** for performance conversations (not too casual, not too corporate) | 3 | 3 | 9 | 🟡 Major |
206
+ | U4 | Managers will **correct errors** via inline edit (not abandon feature) | 3 | 3 | 9 | 🟡 Major |
207
+ | U5 | Mobile experience for on-the-go review / approve summaries acceptable | 3 | 2 | 6 | 🟢 Low |
208
+
209
+ #### FeasibilityCan we build it?
210
+
211
+ | # | Assumption | Uncertainty | Impact | Risk | Status |
212
+ |---|-----------|:-----------:|:------:|:----:|:------:|
213
+ | F1 | **LLM summarization quality** acceptable for HR conversations (no hallucinations, no misattributions) >85% acceptable rate from managers | 4 | 5 | **20** | 🔴 Critical |
214
+ | F2 | Streaming **transcription latency** acceptable (<3 sec lag) for real-time in-meeting use | 3 | 4 | 12 | 🟡 Major |
215
+ | F3 | Engineering can ship MVP in 8-10 weeks with existing team (8 eng) | 3 | 3 | 9 | 🟡 Major |
216
+ | F4 | **Data residency** requirements (EU, HIPAA in healthcare customers) solvable via regional LLM endpoints (Azure, Bedrock) | 3 | 4 | 12 | 🟡 Major |
217
+ | F5 | **Cost per summary** economically viable at target price ($0.05-0.10 per 30-min meeting) | 3 | 4 | 12 | 🟡 Major |
218
+ | F6 | Integration with existing TeamFlow 1:1 data model without major refactor | 2 | 3 | 6 | 🟢 Low |
219
+
220
+ #### Viability — Does it make business sense?
221
+
222
+ | # | Assumption | Uncertainty | Impact | Risk | Status |
223
+ |---|-----------|:-----------:|:------:|:----:|:------:|
224
+ | Vi1 | **Privacy / compliance** (GDPR, SOC2, CCPA) manageable via architecture choices (opt-in, user-controlled, no training on data) | 3 | 5 | **15** | 🔴 Critical |
225
+ | Vi2 | **Legal risk** (wrongful termination suit referencing AI summary as evidence) not material — enterprise customers do not backlash | 3 | 4 | 12 | 🟡 Major |
226
+ | Vi3 | Pricing premium **does not cannibalize** core tier ARR (existing customers upgrade, not swap) | 3 | 4 | 12 | 🟡 Major |
227
+ | Vi4 | **GTM execution** ready (Sales trained, CS enabled, Marketing positioned) in target timeline | 3 | 3 | 9 | 🟡 Major |
228
+ | Vi5 | Infrastructure + LLM API costs **scale economically** at 5,000+ active users | 3 | 3 | 9 | 🟡 Major |
229
+ | Vi6 | Customer success in EU / regulated industries (healthcare, finance) **does not block** sales | 3 | 3 | 9 | 🟡 Major |
230
+
231
+ ### 2×2 Prioritization Matrix
232
+
233
+ ```
234
+ Impact if wrong →
235
+ High (5) │ V1 (20) F1 (20) │ [Validated: F6, U2]
236
+ │ U1 (16) V2 (16) │
237
+ │ V3 (15) Vi1 (15) │
238
+ │ │
239
+ │ V4 (12) F2 (12) │
240
+ │ F4 (12) F5 (12)
241
+ │ Vi2 (12) Vi3 (12)
242
+ │ V5 (12)
243
+ │ │
244
+ │ U3 (9) U4 (9) │ [Document]
245
+ Low (1) │ F3 (9) Vi4 (9)
246
+ │ Vi5 (9) Vi6 (9) │
247
+ │ │
248
+ │ V6 (8) U5 (6) │ [Low priority]
249
+ │ U2 (6) F6 (6) │
250
+ ──────────────────────→
251
+ Low (1) Uncertainty High (5)
252
+ ```
253
+
254
+ ### Top-Right Assumptions (test NOW) Risk 15
255
+
256
+ 1. **V1** (Pay $8-12 premium, Risk 20) biggest money question
257
+ 2. **F1** (LLM quality acceptable, Risk 20) biggest technical question
258
+ 3. **U1** (Managers trust summaries, Risk 16) — adoption question
259
+ 4. **V2** (>60% adoption in 90 days, Risk 16) — usage scale
260
+ 5. **V3** (Dashboard tier upgrade, Risk 15) — buyer expansion
261
+ 6. **Vi1** (Privacy manageable, Risk 15) existential risk
262
+
263
+ ### Test Strategy per Top Assumption
264
+
265
+ | # | Assumption | Method | Duration | Cost | Confidence |
266
+ |---|-----------|--------|:--------:|:----:|:----------:|
267
+ | V1 | Pay $8-12 premium | Landing page test with pricing + "notify me" CTA + follow-up interview | 2 weeks | Low | Medium |
268
+ | V1 | (secondary) | Commitment test: 20 customers sign LOI for beta at $10/seat | 3 weeks | Low | High |
269
+ | F1 | LLM quality | **Wizard-of-Oz:** OpenAI API + manual review, 20 beta managers, blind quality rating | 4 weeks | Medium | High |
270
+ | U1 | Managers trust | Observational: beta managers — do they edit summaries? How often? Interview delta | 4 weeks (concurrent with F1) | Low | Medium |
271
+ | V2 | 60% adoption | A/B launch: 50% feature flag, measure 30-day adoption | 4 weeks (post-MVP) | Medium | High |
272
+ | V3 | Dashboard tier upgrade | Concierge: offer 5 enterprise customers "preview" dashboard, measure willingness to upgrade tier | 3 weeks | Low | Medium |
273
+ | Vi1 | Privacy architecture | **Spike** (engineering + legal): design + privacy review + counsel opinion | 2 weeks | Medium | High |
274
+
275
+ ### Test Plan per Top Assumption (through `$hypothesis-template`)
276
+
277
+ #### Test Card — V1 (Willingness to Pay)
278
+
279
+ ```
280
+ **We believe** that mid-market and enterprise TeamFlow customers
281
+ **For** accounts with ≥10 active managers
282
+ **Will pay** $8-12/seat/month premium for AI 1:1 summarization
283
+ **We'll know it's true when** either:
284
+ (a) 30% visitors to landing page click "Pricing details" AND 15% of those click "Get beta access"
285
+ (b) 8 of 10 customer conversations confirm "we'd upgrade at that price"
286
+ **Because** 6 of 8 Discovery interviews expressed pay-interest
287
+ + competitor pricing ($5-7 for ChatGPT Teams) suggests price elasticity exists
288
+ + existing TeamFlow seats price point $15-50/mo → 20-30% premium within precedent range.
289
+ ```
290
+
291
+ #### Test Card — F1 (LLM Quality)
292
+
293
+ ```
294
+ **We believe** that GPT-4 / Claude 3.5 level LLMs
295
+ **For** 30-minute 1:1 performance conversations in English
296
+ **Will generate summaries** with >85% acceptable rate from managers
297
+ **We'll know it's true when** in Wizard-of-Oz test:
298
+ - Blind quality rating from managers: ≥4 out of 5 stars (average), across ≥100 meetings
299
+ - Hallucination rate (factually wrong info): <5% of summaries
300
+ - Misattribution rate (wrong person said X): <3%
301
+ **Because** recent LLM benchmarks on summarization task show 85-90% acceptable rates
302
+ + our manually-crafted test prompts achieved 90% in internal QA
303
+ + similar-adjacent use cases (Fireflies.ai, Gong) report >80% customer satisfaction.
304
+ ```
305
+
306
+ ### Iteration Log (3 weeks later, hypothetical)
307
+
308
+ **Status updates:**
309
+ - **V1:** ✅ Validated. Landing page test: 38% click-through, 22% "Get beta access". 7 of 10 customer conversations confirmed $10/seat acceptable. 2 customers said "we'd pay $15 for enterprise features". → **Risk downgraded to 6**.
310
+ - **F1:** ⚠️ Partial. Wizard-of-Oz: 78% quality acceptable (below 85% target). Hallucinations 8% (above 5% target). → Additional work needed: prompt engineering + human-review layer. Risk **still 15**.
311
+ - **U1:** ✅ Validated. Beta managers edit summaries 35% of time (not abandon). Sentiment positive. → Risk 6.
312
+ - **Vi1:** ✅ Validated. Privacy architecture approved by counsel (opt-in, no training on data, regional endpoints). Risk 3.
313
+ - **V2 / V3:** Pending MVP launch.
314
+
315
+ **New assumptions emerged:**
316
+ - **NEW V7:** "Customers accept 24-hour summary delivery delay for enhanced quality" (Uncertainty 4, Impact 3).
317
+ - **NEW F7:** "Human review layer scalable to 5,000 summaries/day" (Uncertainty 4, Impact 4). Added to high-risk quadrant.
318
+
319
+ ### Promoted to PRD Risk Register
320
+
321
+ Assumptions with lingering risk (F1 quality, F7 human review scale) → PRD Top 5 risks section + mitigation plan.
322
+
323
+ > **Assumption mapping lesson:** Brainstorm with a cross-functional team (legal, sales, CS in addition to PM + eng) revealed **Vi1 (privacy)** as an existential risk that an engineering-only session would have missed. Landing page test for V1 cost $400 and gave high-signal validation in 2 weeks — saved 10 weeks of engineering investment in the wrong pricing model.