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,395 +1,410 @@
1
- ---
2
- name: product-vision
3
- description: Product vision — for whom / why / what's unique / 2-3 year horizon / guiding principles
4
- ---
5
- # Product Vision
6
-
7
- > **Category:** Strategy · **Slug:** `product-vision`
8
-
9
- ## When to Use
10
-
11
- - At the start of a new product direction (new product line, pivot).
12
- - When onboarding new teams — vision as a shared north star.
13
- - When the team diverges on strategic decisions — no shared framework.
14
- - For investor / exec communication — vision = story.
15
-
16
- ## Input
17
-
18
- | Field | Required | Description |
19
- |-------|:--------:|-------------|
20
- | Discovery Brief (JTBD, problems) | ✅ | Customer-value foundation |
21
- | Business context (ARR, segment, stage) | ✅ | Business-value foundation |
22
- | Competitive landscape | ⬚ | Differentiation context |
23
- | Horizon | ⬚ | 2-3 years is standard |
24
- | Adversarial camp (Full A) | ⬚ | alpha (Customer) / beta (Business) |
25
-
26
- ## Data Sources
27
-
28
- 1. `$jtbd-canvas` language for whom / what job.
29
- 2. Business metrics (ARR, NRR, churn)for the Business-Champion lens.
30
- 3. Competitive analysis — moat identification.
31
- 4. Company mission / values — alignment.
32
-
33
- ### Related Skills
34
-
35
- | Skill | What we take | When to invoke |
36
- |-------|-------------|----------------|
37
- | `jtbd-canvas` | Customer frame | For user-value formulation |
38
- | `okr-framework` | Vision quarterly goals | After vision |
39
- | `north-star-metric` | Vision measurable NSM | After vision |
40
- | `product-roadmap` | Vision → themes | After NSM |
41
-
42
- ## Vision Formula (Geoffrey Moore)
43
-
44
- ```
45
- For [target customer]
46
- Who [statement of the need or opportunity]
47
- Our [product name] is a [product category]
48
- That [statement of key benefit — that is, compelling reason to buy]
49
- Unlike [primary competitive alternative]
50
- Our product [statement of primary differentiation]
51
- ```
52
-
53
- ## Protocol
54
-
55
- ### Step 0 Role Determination (Full A)
56
-
57
- If Full Pipeline A — determine the camp (Customer-Champion or Business-Champion). Different emphases:
58
-
59
- **Customer-Champion:**
60
- - For whom — specific end-user / buyer segment
61
- - Why user outcome, JTBD fulfillment
62
- - Differentiator user experience, value per usage
63
-
64
- **Business-Champion:**
65
- - For whom segment with highest NRR / expansion potential
66
- - Why — business outcome (ARR, moat, strategic asset)
67
- - Differentiator — technical/market moat, scale economics
68
-
69
- ### Step 1 — Target Customer
70
-
71
- Specific segment, not «B2B companies»:
72
- - Firmographic (size, industry, geography)
73
- - Psychographic (buying behavior, maturity)
74
- - Primary role (buyer) + primary user (end-user)
75
-
76
- ### Step 2 Need / Opportunity
77
-
78
- One **primary** unmet job or problem (from Discovery). Not a list — ONE.
79
-
80
- ### Step 3Product Category
81
-
82
- Which category we play in. If a new category document what it includes.
83
-
84
- ### Step 4Key Benefit
85
-
86
- Outcome-focused («get X done in Y time») or emotional («confident about Z»), not a feature list.
87
-
88
- ### Step 5 Alternative
89
-
90
- Honestly: what do customers currently use instead of our product? Including «do nothing» and self-built solutions.
91
-
92
- ### Step 6 — Differentiation
93
-
94
- Why are we better for this customer in this job? Not «better at X» generally — a specific differentiator.
95
-
96
- ### Step 7 — Guiding Principles (3-5)
97
-
98
- Points that guide decisions:
99
- - «Ship small and often over perfect and late»
100
- - «Optimize for end-user time-to-value, not feature count»
101
- - «Enterprise-grade, SMB-simple»
102
-
103
- ### Step 8Vision Story
104
-
105
- Final artifact: 1-3 paragraphs, reads as a story. Includes:
106
- - Who's the hero (target customer)
107
- - What's their pain
108
- - How our product changes their life
109
- - Where we'll be in 2-3 years
110
-
111
- ### Step 9Vision Test (FOCUS)
112
-
113
- - **F**easible can we implement it?
114
- - **O**bsession-worthy does it inspire the team?
115
- - **C**larifying does it help make trade-offs?
116
- - **U**nique — different from competitors' copies?
117
- - **S**pecific — not generic words?
118
-
119
- ## Validation (Quality Gate)
120
-
121
- - [ ] Geoffrey Moore formula filled in
122
- - [ ] Target customer — specific, not generic
123
- - [ ] Need one primary job, not a list
124
- - [ ] Differentiation specific, checkable
125
- - [ ] 3-5 guiding principles
126
- - [ ] Vision story ≤ 3 paragraphs
127
- - [ ] Passes FOCUS test
128
- - [ ] (Full A) camp determined, emphases match
129
-
130
- ## Handoff
131
-
132
- The result is input for:
133
- - **`okr-framework`** — vision → quarterly Objectives
134
- - **`north-star-metric`** vision → measurable NSM
135
- - **`product-roadmap`** — vision → themes
136
- - **Mediator** (Full A) alpha and beta vision for synthesis
137
-
138
- Format: vision doc (~1 page) + Moore-formula + principles. Via `$handoff`.
139
-
140
- ## Anti-patterns
141
-
142
- | Error | Why it's bad | How to do it right |
143
- |-------|-------------|-------------------|
144
- | Vision = feature roadmap | No differentiator, no story | Story: hero + pain + transform |
145
- | Generic customer | «Teams» | Specific: «DevOps teams in mid-market SaaS» |
146
- | Multiple «primary» needs | Distraction | ONE primary, rest secondary |
147
- | Copy competitors | No moat | Specific differentiator |
148
- | Feasible only in 10 years | Team disengages | 2-3 years horizon |
149
- | No guiding principles | Team trade-offs by mood | 3-5 principles |
150
-
151
- ## Template
152
-
153
- ```markdown
154
- # Product Vision
155
-
156
- ## Target Customer
157
- [Specific segment]
158
-
159
- ## Need / Opportunity
160
- [ONE primary unmet job / problem]
161
-
162
- ## Product Category
163
- [Category we play in]
164
-
165
- ## Key Benefit
166
- [Compelling outcome]
167
-
168
- ## Unlike (Alternative)
169
- [Current alternatives + why we're different]
170
-
171
- ## Differentiation
172
- [Specific, defensible]
173
-
174
- ## Guiding Principles
175
- 1. ...
176
-
177
- ## Vision Story (1-3 paragraphs)
178
- ...
179
-
180
- ## FOCUS Check
181
- - Feasible: ✅
182
- - Obsession-worthy: ✅
183
- - Clarifying:
184
- - Unique:
185
- - Specific: ✅
186
- ```
187
-
188
- ## Worked Example — TeamFlow (Full Pipeline A: Customer-Champion vs Business-Champion)
189
-
190
- **Context:** TeamFlow AI summarization initiative. Full Pipeline A (`/ship-right-thing`) — adversarial vision sessions. Alpha (STRAT-01α) and Beta (STRAT-02β) work **independently**, each receiving only the Discovery Brief. The Mediator synthesizes in session 4. Below — complete vision docs from both camps + Mediator output.
191
-
192
- ### Camp Alpha — Customer-Champion Vision (STRAT-01α)
193
-
194
- ```markdown
195
- # Product Vision — AI 1:1 Summarization (Customer-Champion perspective)
196
-
197
- ## Target Customer
198
- People managers (5-15 direct reports) in B2B SaaS / Tech companies 100-1000 employees.
199
- Secondary: individual contributors, benefiting indirectly through better managers.
200
-
201
- ## Need / Opportunity
202
- Every week managers lose 3-4 hours to admin overhead (prep + note-taking + follow-up).
203
- This robs both time AND attention from actual conversation when a manager types notes during
204
- a 1:1, they don't listen deeply. End-user managers want TeamFlow to **handle the admin work
205
- so they can focus on people**.
206
-
207
- ## Product Category
208
- AI-assisted 1:1 workflow (new category — extends «performance management platform»).
209
-
210
- ## Key Benefit
211
- **Reclaim 3 hours per week of deep work time + transform 1:1s from anxiety-inducing
212
- admin task into confident, connected conversations.** Manager enters each 1:1
213
- knowing context, leaves without homework, never loses an action item.
214
-
215
- ## Unlike (Alternatives)
216
- - **Manual workflow (today):** 3-4 hrs/week lost, 40% action items dropped, anxiety
217
- + guilt from skipped prep.
218
- - **Otter.ai + ChatGPT workaround:** privacy concern (confidential HR data in OpenAI
219
- consumer), disconnected from TeamFlow context.
220
- - **Lattice / 15Five:** same gap — no native AI summarization. Manual templates only.
221
-
222
- ## Differentiation
223
- **Privacy-first AI integrated in TeamFlow's 1:1 data model.** Summaries know previous
224
- 1:1s, action items, OKR context. Standalone transcription tools can't replicate
225
- contextual awareness. Competitors may catch up on AI — but our end-user trust moat
226
- (3+ years of HR data handling) is deeper.
227
-
228
- ## Guiding Principles
229
- 1. **End-user time is sacred.** Every feature must save minutes, not add them.
230
- 2. **Summaries supplement, not replace, human judgment.** Inline edit always available.
231
- 3. **Privacy by design.** Manager controls every toggle. No training on user data.
232
- 4. **Integrated always beats standalone.** Context > accuracy.
233
- 5. **Delight the manager, not surveil them.** Individual value, not management control.
234
-
235
- ## Vision Story
236
- Imagine Marcus, an engineering manager with 8 reports. Monday morning: TeamFlow shows
237
- him an AI-generated prep card for his 10am 1:1 with Sarah — last week's commitments
238
- resurfaced, her recent Slack mood indicators flagged, suggested discussion prompts
239
- from org patterns. During the conversation, Marcus is fully present no typing.
240
- When it ends, TeamFlow has a draft summary ready, action items extracted, ready for
241
- Marcus's one-tap approval. By Friday, Marcus has spent 45 minutes on 1:1 admin
242
- instead of 3.5 hours. He's a better manager because the tool does the work AI does best.
243
-
244
- By 2028, TeamFlow has become the standard: if you're a manager and you're not using
245
- AI-assisted 1:1s, you're considered behind the way typing without autocomplete feels now.
246
-
247
- ## FOCUS Check
248
- - **Feasible:** LLM APIs at required quality exist today
249
- - **Obsession-worthy:** ✅ Managers personally want this, beyond business case
250
- - **Clarifying:** ✅ "Does this save manager time?" — clear decision filter
251
- - **Unique:** Native TeamFlow integration + privacy architecture
252
- - **Specific:** Concrete segment, concrete time-save, concrete alternatives
253
- ```
254
-
255
- ---
256
-
257
- ### Camp Beta Business-Champion Vision (STRAT-02β)
258
-
259
- ```markdown
260
- # Product VisionAI 1:1 Summarization (Business-Champion perspective)
261
-
262
- ## Target Customer
263
- VP People / Chief People Officers at mid-market and enterprise B2B SaaS companies
264
- ($5M-$500M ARR, 100-1000 employees). Secondary: managers, as tool users.
265
-
266
- ## Need / Opportunity
267
- Mid-market CPOs cannot **measure or drive** manager effectiveness at scale. They rely
268
- on storytelling + anecdata when CFO asks «what's the ROI of $200K manager training?».
269
- The gap: no data layer on 1:1 practice. **We unlock measurable People Ops** — turning
270
- HR into a data-driven discipline on par with Sales and Engineering.
271
-
272
- ## Product Category
273
- People Ops analytics platform (category expansion from «performance management
274
- platform» to broader «people operations intelligence»).
275
-
276
- ## Key Benefit
277
- **Make People Operations as measurable as Sales Operations.** Dashboard showing 1:1
278
- cadence, action items velocity, team health indicators per-manager and org-wide
279
- the metrics CPOs have always wanted. Turns the «soft» HR function into a credible
280
- ELT presence.
281
-
282
- ## Unlike (Alternatives)
283
- - **Culture Amp, Lattice surveys:** lagging, quarterly, employee-reported. Our metrics
284
- are leading, continuous, behavioral.
285
- - **Spreadsheets + tribal knowledge:** doesn't scale past 200 employees.
286
- - **Zendesk-style approach «just count tickets»:** doesn't surface cause.
287
-
288
- ## Differentiation
289
- **Leading indicators of manager effectiveness**, extracted from 1:1 patterns. Moat:
290
- 1. 3+ years of customer 1:1 behavioral data (training corpus for AI)
291
- 2. Network effect — more customers → better aggregate benchmarks (is your 1:1 cadence
292
- in top quartile?)
293
- 3. Analytics layer as expansion driver (Enterprise tier unlocks this)
294
-
295
- ## Guiding Principles
296
- 1. **Measure or it doesn't exist.** Every feature generates a data point.
297
- 2. **Analytics drives tier expansion.** Basic usage = Team tier, analytics = Enterprise.
298
- 3. **Aggregate > individual for buyers.** Never surveillance content.
299
- 4. **Benchmark as value-add.** Industry / cohort comparisons = hard-to-copy.
300
- 5. **ROI visibility for CPO.** Dashboard Board deck in 1 click.
301
-
302
- ## Vision Story
303
- Imagine Jennifer, CPO at a 450-person B2B SaaS. Monday morning, she reviews the TeamFlow
304
- dashboard: 89% of managers ran 1:1s last week (vs 82% last month — green arrow). Action
305
- item completion rate is 68% org-wide, but the Engineering team is at 52% (flag: manager
306
- training opportunity). Her top-performer-retention cohort shows a 1:1 pattern that differs
307
- from the at-risk cohort — 3 weeks of early warning before regrettable attrition.
308
-
309
- When CEO asks «what's ROI on People investment?», Jennifer has a one-page dashboard
310
- ready: 1:1 cadence correlates with retention r=0.71, actions velocity correlates
311
- with NPS r=0.58. For the first time, People shows up at ELT with hard numbers.
312
-
313
- By 2028, TeamFlow is the «Salesforce for People Operations» the platform where
314
- CPOs spend their morning like CROs live in their pipeline dashboard. Category-defining,
315
- not feature-expanding.
316
-
317
- ## FOCUS Check
318
- - **Feasible:** Data exists in product, surfacing is eng-solvable
319
- - **Obsession-worthy:** CPOs have been asking for this for years
320
- - **Clarifying:** "Does this give CPOs a new metric?" filter
321
- - **Unique:** Our data corpus is unique; benchmarks create moat
322
- - **Specific:** Concrete persona, concrete ELT narrative, concrete metrics
323
- ```
324
-
325
- ---
326
-
327
- ### Mediator Synthesis (MED-01, Session 4)
328
-
329
- **Alpha evidence strength:** 4/5 (strong JTBD connection, strong competitive differentiation)
330
- **Beta evidence strength:** 4/5 (strong buyer need, strong tier expansion rationale)
331
-
332
- **Key disagreements:**
333
- 1. **Factual:** Alpha says «manager time saved drives retention»; Beta says «analytics drives expansion». Evidence supports BOTH — not mutually exclusive.
334
- 2. **Value:** Alpha centers end-user; Beta centers buyer. Both are real customers in the B2B buying loop.
335
- 3. **Risk:** Alpha under-weights aggregate dashboard importance for Enterprise; Beta under-weights privacy concerns for SMB.
336
-
337
- **Synthesis: HYBRID vision**
338
-
339
- ```markdown
340
- # Unified Product Vision — AI-Assisted 1:1 Workflow + Analytics
341
-
342
- ## Target Customer (Expanded)
343
- Two user types, both buyers in B2B People Ops decisions:
344
- - **Primary user:** People managers (5-15 reports)
345
- - **Primary buyer:** VP People / CPO (mid-market + enterprise)
346
-
347
- ## Need / Opportunity
348
- Simultaneously solve two connected problems:
349
- 1. Managers lose 3-4 hrs/week to 1:1 admin (end-user pain)
350
- 2. CPOs cannot measure manager effectiveness (buyer pain)
351
- Both stem from the same root: 1:1 workflow is manual, leaving no data and no time.
352
-
353
- ## Key Benefit
354
- **For managers:** Reclaim hours per week, transform 1:1s from admin to connection.
355
- **For CPOs:** Make People Ops measurable leading indicators + benchmarks.
356
- Both benefits reinforce each other: time saved → more 1:1s happen → more data →
357
- better insights better coaching → retention.
358
-
359
- ## Product Category
360
- AI-powered People Operations platform (convergence of workflow + analytics tiers).
361
-
362
- ## Differentiation (Moat Stack)
363
- 1. **Privacy architecture** (from Alpha): end-user trust
364
- 2. **Behavioral data corpus** (from Beta): analytics moat
365
- 3. **Integrated workflow** (from Alpha): context-aware summaries
366
- 4. **Benchmark network** (from Beta): industry comparison value
367
-
368
- ## Guiding Principles (Merged)
369
- 1. End-user time is sacred AND generates valuable data alignment.
370
- 2. Summaries are individual; analytics are aggregate. Never mix.
371
- 3. Privacy by design (end-user consent for AI; aggregate-only for buyer).
372
- 4. Tiered value: Team tier = workflow, Enterprise tier = analytics.
373
- 5. Delight manager AND equip CPO — both stakeholders win.
374
-
375
- ## Tier Architecture (from synthesis)
376
- - **Core (today):** Manual 1:1 workflow
377
- - **AI Team tier (+$8/seat):** AI summarization, auto action items, reminders (Alpha focus)
378
- - **Enterprise tier (+$15/seat):** Aggregate dashboard, manager health scores, benchmarks (Beta focus)
379
-
380
- ## Open Risks
381
- - [Alpha concern] Privacy architecture must be bulletproof for end-user adoption
382
- - [Beta concern] Analytics tier must not feel like surveillance (Alpha principle #5 applied)
383
- - [Mediator add] Pricing can cannibalize if not tiered cleanly — test with customer advisory board
384
-
385
- ## Rationale for Hybrid
386
- Alpha and Beta are not competing visions they're complementary layers of the same
387
- platform. Choosing only one would:
388
- - Alpha only: miss $2-3M ARR Enterprise expansion opportunity
389
- - Beta only: lack end-user love, leading to low adoption and churn risk
390
-
391
- Synthesis: **Ship Alpha MVP first (workflow), layer Beta (analytics) as Enterprise
392
- tier within 4-6 months.** Sequencing respects end-user trust (must work before surveilling).
393
- ```
394
-
395
- > **Product-vision adversarial lesson:** Customer vs Business camps, independent work, Mediator synthesis. **Neither camp won outright** — the synthesis revealed both were right but incomplete. Without the formal adversarial process, the team would have shipped Alpha's vision alone and missed the $2-3M Enterprise ARR opportunity, OR shipped Beta's vision alone and faced adoption backlash. The structured debate cost 2 extra sessions but saved at least one strategic misstep.
1
+ ---
2
+ name: product-vision
3
+ description: Product vision — for whom / why / what's unique / 2-3 year horizon / guiding principles
4
+ type: triggered
5
+ domain: product
6
+ owners:
7
+ - product_strategist
8
+ gates:
9
+ - PRODUCT_STRATEGIST
10
+ tech: []
11
+ topic: []
12
+ triggers:
13
+ - product-vision
14
+ - product vision
15
+ - видение продукта
16
+ related: []
17
+ budget_lines: 410
18
+ schema_version: 1
19
+ ---
20
+ # Product Vision
21
+
22
+ > **Category:** Strategy · **Slug:** `product-vision`
23
+
24
+ ## When to Use
25
+
26
+ - At the start of a new product direction (new product line, pivot).
27
+ - When onboarding new teams — vision as a shared north star.
28
+ - When the team diverges on strategic decisions — no shared framework.
29
+ - For investor / exec communicationvision = story.
30
+
31
+ ## Input
32
+
33
+ | Field | Required | Description |
34
+ |-------|:--------:|-------------|
35
+ | Discovery Brief (JTBD, problems) | | Customer-value foundation |
36
+ | Business context (ARR, segment, stage) | ✅ | Business-value foundation |
37
+ | Competitive landscape | | Differentiation context |
38
+ | Horizon | | 2-3 years is standard |
39
+ | Adversarial camp (Full A) | | alpha (Customer) / beta (Business) |
40
+
41
+ ## Data Sources
42
+
43
+ 1. `$jtbd-canvas` — language for whom / what job.
44
+ 2. Business metrics (ARR, NRR, churn) — for the Business-Champion lens.
45
+ 3. Competitive analysis — moat identification.
46
+ 4. Company mission / values alignment.
47
+
48
+ ### Related Skills
49
+
50
+ | Skill | What we take | When to invoke |
51
+ |-------|-------------|----------------|
52
+ | `jtbd-canvas` | Customer frame | For user-value formulation |
53
+ | `okr-framework` | Vision → quarterly goals | After vision |
54
+ | `north-star-metric` | Vision → measurable NSM | After vision |
55
+ | `product-roadmap` | Vision themes | After NSM |
56
+
57
+ ## Vision Formula (Geoffrey Moore)
58
+
59
+ ```
60
+ For [target customer]
61
+ Who [statement of the need or opportunity]
62
+ Our [product name] is a [product category]
63
+ That [statement of key benefit — that is, compelling reason to buy]
64
+ Unlike [primary competitive alternative]
65
+ Our product [statement of primary differentiation]
66
+ ```
67
+
68
+ ## Protocol
69
+
70
+ ### Step 0 — Role Determination (Full A)
71
+
72
+ If Full Pipeline A — determine the camp (Customer-Champion or Business-Champion). Different emphases:
73
+
74
+ **Customer-Champion:**
75
+ - For whom — specific end-user / buyer segment
76
+ - Whyuser outcome, JTBD fulfillment
77
+ - Differentiator — user experience, value per usage
78
+
79
+ **Business-Champion:**
80
+ - For whomsegment with highest NRR / expansion potential
81
+ - Why — business outcome (ARR, moat, strategic asset)
82
+ - Differentiatortechnical/market moat, scale economics
83
+
84
+ ### Step 1Target Customer
85
+
86
+ Specific segment, not «B2B companies»:
87
+ - Firmographic (size, industry, geography)
88
+ - Psychographic (buying behavior, maturity)
89
+ - Primary role (buyer) + primary user (end-user)
90
+
91
+ ### Step 2 — Need / Opportunity
92
+
93
+ One **primary** unmet job or problem (from Discovery). Not a list — ONE.
94
+
95
+ ### Step 3 — Product Category
96
+
97
+ Which category we play in. If a new category — document what it includes.
98
+
99
+ ### Step 4 Key Benefit
100
+
101
+ Outcome-focused («get X done in Y time») or emotional («confident about Z»), not a feature list.
102
+
103
+ ### Step 5Alternative
104
+
105
+ Honestly: what do customers currently use instead of our product? Including «do nothing» and self-built solutions.
106
+
107
+ ### Step 6 — Differentiation
108
+
109
+ Why are we better for this customer in this job? Not «better at X» generally — a specific differentiator.
110
+
111
+ ### Step 7Guiding Principles (3-5)
112
+
113
+ Points that guide decisions:
114
+ - «Ship small and often over perfect and late»
115
+ - «Optimize for end-user time-to-value, not feature count»
116
+ - «Enterprise-grade, SMB-simple»
117
+
118
+ ### Step 8 — Vision Story
119
+
120
+ Final artifact: 1-3 paragraphs, reads as a story. Includes:
121
+ - Who's the hero (target customer)
122
+ - What's their pain
123
+ - How our product changes their life
124
+ - Where we'll be in 2-3 years
125
+
126
+ ### Step 9 Vision Test (FOCUS)
127
+
128
+ - **F**easiblecan we implement it?
129
+ - **O**bsession-worthy — does it inspire the team?
130
+ - **C**larifying — does it help make trade-offs?
131
+ - **U**nique — different from competitors' copies?
132
+ - **S**pecific not generic words?
133
+
134
+ ## Validation (Quality Gate)
135
+
136
+ - [ ] Geoffrey Moore formula filled in
137
+ - [ ] Target customer — specific, not generic
138
+ - [ ] Need one primary job, not a list
139
+ - [ ] Differentiation — specific, checkable
140
+ - [ ] 3-5 guiding principles
141
+ - [ ] Vision story ≤ 3 paragraphs
142
+ - [ ] Passes FOCUS test
143
+ - [ ] (Full A) — camp determined, emphases match
144
+
145
+ ## Handoff
146
+
147
+ The result is input for:
148
+ - **`okr-framework`** vision quarterly Objectives
149
+ - **`north-star-metric`** vision measurable NSM
150
+ - **`product-roadmap`** — vision → themes
151
+ - **Mediator** (Full A) — alpha and beta vision for synthesis
152
+
153
+ Format: vision doc (~1 page) + Moore-formula + principles. Via `$handoff`.
154
+
155
+ ## Anti-patterns
156
+
157
+ | Error | Why it's bad | How to do it right |
158
+ |-------|-------------|-------------------|
159
+ | Vision = feature roadmap | No differentiator, no story | Story: hero + pain + transform |
160
+ | Generic customer | «Teams» | Specific: «DevOps teams in mid-market SaaS» |
161
+ | Multiple «primary» needs | Distraction | ONE primary, rest secondary |
162
+ | Copy competitors | No moat | Specific differentiator |
163
+ | Feasible only in 10 years | Team disengages | 2-3 years horizon |
164
+ | No guiding principles | Team trade-offs by mood | 3-5 principles |
165
+
166
+ ## Template
167
+
168
+ ```markdown
169
+ # Product Vision
170
+
171
+ ## Target Customer
172
+ [Specific segment]
173
+
174
+ ## Need / Opportunity
175
+ [ONE primary unmet job / problem]
176
+
177
+ ## Product Category
178
+ [Category we play in]
179
+
180
+ ## Key Benefit
181
+ [Compelling outcome]
182
+
183
+ ## Unlike (Alternative)
184
+ [Current alternatives + why we're different]
185
+
186
+ ## Differentiation
187
+ [Specific, defensible]
188
+
189
+ ## Guiding Principles
190
+ 1. ...
191
+
192
+ ## Vision Story (1-3 paragraphs)
193
+ ...
194
+
195
+ ## FOCUS Check
196
+ - Feasible: ✅
197
+ - Obsession-worthy:
198
+ - Clarifying:
199
+ - Unique:
200
+ - Specific: ✅
201
+ ```
202
+
203
+ ## Worked Example TeamFlow (Full Pipeline A: Customer-Champion vs Business-Champion)
204
+
205
+ **Context:** TeamFlow AI summarization initiative. Full Pipeline A (`/ship-right-thing`) — adversarial vision sessions. Alpha (STRAT-01α) and Beta (STRAT-02β) work **independently**, each receiving only the Discovery Brief. The Mediator synthesizes in session 4. Below — complete vision docs from both camps + Mediator output.
206
+
207
+ ### Camp Alpha — Customer-Champion Vision (STRAT-01α)
208
+
209
+ ```markdown
210
+ # Product Vision — AI 1:1 Summarization (Customer-Champion perspective)
211
+
212
+ ## Target Customer
213
+ People managers (5-15 direct reports) in B2B SaaS / Tech companies 100-1000 employees.
214
+ Secondary: individual contributors, benefiting indirectly through better managers.
215
+
216
+ ## Need / Opportunity
217
+ Every week managers lose 3-4 hours to admin overhead (prep + note-taking + follow-up).
218
+ This robs both time AND attention from actual conversation when a manager types notes during
219
+ a 1:1, they don't listen deeply. End-user managers want TeamFlow to **handle the admin work
220
+ so they can focus on people**.
221
+
222
+ ## Product Category
223
+ AI-assisted 1:1 workflow (new category extends «performance management platform»).
224
+
225
+ ## Key Benefit
226
+ **Reclaim 3 hours per week of deep work time + transform 1:1s from anxiety-inducing
227
+ admin task into confident, connected conversations.** Manager enters each 1:1
228
+ knowing context, leaves without homework, never loses an action item.
229
+
230
+ ## Unlike (Alternatives)
231
+ - **Manual workflow (today):** 3-4 hrs/week lost, 40% action items dropped, anxiety
232
+ + guilt from skipped prep.
233
+ - **Otter.ai + ChatGPT workaround:** privacy concern (confidential HR data in OpenAI
234
+ consumer), disconnected from TeamFlow context.
235
+ - **Lattice / 15Five:** same gap — no native AI summarization. Manual templates only.
236
+
237
+ ## Differentiation
238
+ **Privacy-first AI integrated in TeamFlow's 1:1 data model.** Summaries know previous
239
+ 1:1s, action items, OKR context. Standalone transcription tools can't replicate
240
+ contextual awareness. Competitors may catch up on AI but our end-user trust moat
241
+ (3+ years of HR data handling) is deeper.
242
+
243
+ ## Guiding Principles
244
+ 1. **End-user time is sacred.** Every feature must save minutes, not add them.
245
+ 2. **Summaries supplement, not replace, human judgment.** Inline edit always available.
246
+ 3. **Privacy by design.** Manager controls every toggle. No training on user data.
247
+ 4. **Integrated always beats standalone.** Context > accuracy.
248
+ 5. **Delight the manager, not surveil them.** Individual value, not management control.
249
+
250
+ ## Vision Story
251
+ Imagine Marcus, an engineering manager with 8 reports. Monday morning: TeamFlow shows
252
+ him an AI-generated prep card for his 10am 1:1 with Sarah — last week's commitments
253
+ resurfaced, her recent Slack mood indicators flagged, suggested discussion prompts
254
+ from org patterns. During the conversation, Marcus is fully present — no typing.
255
+ When it ends, TeamFlow has a draft summary ready, action items extracted, ready for
256
+ Marcus's one-tap approval. By Friday, Marcus has spent 45 minutes on 1:1 admin
257
+ instead of 3.5 hours. He's a better manager because the tool does the work AI does best.
258
+
259
+ By 2028, TeamFlow has become the standard: if you're a manager and you're not using
260
+ AI-assisted 1:1s, you're considered behind the way typing without autocomplete feels now.
261
+
262
+ ## FOCUS Check
263
+ - **Feasible:** LLM APIs at required quality exist today
264
+ - **Obsession-worthy:** Managers personally want this, beyond business case
265
+ - **Clarifying:** ✅ "Does this save manager time?" — clear decision filter
266
+ - **Unique:** Native TeamFlow integration + privacy architecture
267
+ - **Specific:** Concrete segment, concrete time-save, concrete alternatives
268
+ ```
269
+
270
+ ---
271
+
272
+ ### Camp Beta — Business-Champion Vision (STRAT-02β)
273
+
274
+ ```markdown
275
+ # Product Vision — AI 1:1 Summarization (Business-Champion perspective)
276
+
277
+ ## Target Customer
278
+ VP People / Chief People Officers at mid-market and enterprise B2B SaaS companies
279
+ ($5M-$500M ARR, 100-1000 employees). Secondary: managers, as tool users.
280
+
281
+ ## Need / Opportunity
282
+ Mid-market CPOs cannot **measure or drive** manager effectiveness at scale. They rely
283
+ on storytelling + anecdata when CFO asks «what's the ROI of $200K manager training?».
284
+ The gap: no data layer on 1:1 practice. **We unlock measurable People Ops** — turning
285
+ HR into a data-driven discipline on par with Sales and Engineering.
286
+
287
+ ## Product Category
288
+ People Ops analytics platform (category expansion from «performance management
289
+ platform» to broader «people operations intelligence»).
290
+
291
+ ## Key Benefit
292
+ **Make People Operations as measurable as Sales Operations.** Dashboard showing 1:1
293
+ cadence, action items velocity, team health indicators per-manager and org-wide —
294
+ the metrics CPOs have always wanted. Turns the «soft» HR function into a credible
295
+ ELT presence.
296
+
297
+ ## Unlike (Alternatives)
298
+ - **Culture Amp, Lattice surveys:** lagging, quarterly, employee-reported. Our metrics
299
+ are leading, continuous, behavioral.
300
+ - **Spreadsheets + tribal knowledge:** doesn't scale past 200 employees.
301
+ - **Zendesk-style approach «just count tickets»:** doesn't surface cause.
302
+
303
+ ## Differentiation
304
+ **Leading indicators of manager effectiveness**, extracted from 1:1 patterns. Moat:
305
+ 1. 3+ years of customer 1:1 behavioral data (training corpus for AI)
306
+ 2. Network effect more customers → better aggregate benchmarks (is your 1:1 cadence
307
+ in top quartile?)
308
+ 3. Analytics layer as expansion driver (Enterprise tier unlocks this)
309
+
310
+ ## Guiding Principles
311
+ 1. **Measure or it doesn't exist.** Every feature generates a data point.
312
+ 2. **Analytics drives tier expansion.** Basic usage = Team tier, analytics = Enterprise.
313
+ 3. **Aggregate > individual for buyers.** Never surveillance content.
314
+ 4. **Benchmark as value-add.** Industry / cohort comparisons = hard-to-copy.
315
+ 5. **ROI visibility for CPO.** Dashboard → Board deck in 1 click.
316
+
317
+ ## Vision Story
318
+ Imagine Jennifer, CPO at a 450-person B2B SaaS. Monday morning, she reviews the TeamFlow
319
+ dashboard: 89% of managers ran 1:1s last week (vs 82% last month — green arrow). Action
320
+ item completion rate is 68% org-wide, but the Engineering team is at 52% (flag: manager
321
+ training opportunity). Her top-performer-retention cohort shows a 1:1 pattern that differs
322
+ from the at-risk cohort 3 weeks of early warning before regrettable attrition.
323
+
324
+ When CEO asks «what's ROI on People investment?», Jennifer has a one-page dashboard
325
+ ready: 1:1 cadence correlates with retention r=0.71, actions velocity correlates
326
+ with NPS r=0.58. For the first time, People shows up at ELT with hard numbers.
327
+
328
+ By 2028, TeamFlow is the «Salesforce for People Operations» — the platform where
329
+ CPOs spend their morning like CROs live in their pipeline dashboard. Category-defining,
330
+ not feature-expanding.
331
+
332
+ ## FOCUS Check
333
+ - **Feasible:** Data exists in product, surfacing is eng-solvable
334
+ - **Obsession-worthy:** CPOs have been asking for this for years
335
+ - **Clarifying:** "Does this give CPOs a new metric?" filter
336
+ - **Unique:** ✅ Our data corpus is unique; benchmarks create moat
337
+ - **Specific:** Concrete persona, concrete ELT narrative, concrete metrics
338
+ ```
339
+
340
+ ---
341
+
342
+ ### Mediator Synthesis (MED-01, Session 4)
343
+
344
+ **Alpha evidence strength:** 4/5 (strong JTBD connection, strong competitive differentiation)
345
+ **Beta evidence strength:** 4/5 (strong buyer need, strong tier expansion rationale)
346
+
347
+ **Key disagreements:**
348
+ 1. **Factual:** Alpha says «manager time saved drives retention»; Beta says «analytics drives expansion». Evidence supports BOTH — not mutually exclusive.
349
+ 2. **Value:** Alpha centers end-user; Beta centers buyer. Both are real customers in the B2B buying loop.
350
+ 3. **Risk:** Alpha under-weights aggregate dashboard importance for Enterprise; Beta under-weights privacy concerns for SMB.
351
+
352
+ **Synthesis: HYBRID vision**
353
+
354
+ ```markdown
355
+ # Unified Product Vision AI-Assisted 1:1 Workflow + Analytics
356
+
357
+ ## Target Customer (Expanded)
358
+ Two user types, both buyers in B2B People Ops decisions:
359
+ - **Primary user:** People managers (5-15 reports)
360
+ - **Primary buyer:** VP People / CPO (mid-market + enterprise)
361
+
362
+ ## Need / Opportunity
363
+ Simultaneously solve two connected problems:
364
+ 1. Managers lose 3-4 hrs/week to 1:1 admin (end-user pain)
365
+ 2. CPOs cannot measure manager effectiveness (buyer pain)
366
+ Both stem from the same root: 1:1 workflow is manual, leaving no data and no time.
367
+
368
+ ## Key Benefit
369
+ **For managers:** Reclaim hours per week, transform 1:1s from admin to connection.
370
+ **For CPOs:** Make People Ops measurable leading indicators + benchmarks.
371
+ Both benefits reinforce each other: time saved more 1:1s happen → more data →
372
+ better insights better coaching retention.
373
+
374
+ ## Product Category
375
+ AI-powered People Operations platform (convergence of workflow + analytics tiers).
376
+
377
+ ## Differentiation (Moat Stack)
378
+ 1. **Privacy architecture** (from Alpha): end-user trust
379
+ 2. **Behavioral data corpus** (from Beta): analytics moat
380
+ 3. **Integrated workflow** (from Alpha): context-aware summaries
381
+ 4. **Benchmark network** (from Beta): industry comparison value
382
+
383
+ ## Guiding Principles (Merged)
384
+ 1. End-user time is sacred AND generates valuable data — alignment.
385
+ 2. Summaries are individual; analytics are aggregate. Never mix.
386
+ 3. Privacy by design (end-user consent for AI; aggregate-only for buyer).
387
+ 4. Tiered value: Team tier = workflow, Enterprise tier = analytics.
388
+ 5. Delight manager AND equip CPO both stakeholders win.
389
+
390
+ ## Tier Architecture (from synthesis)
391
+ - **Core (today):** Manual 1:1 workflow
392
+ - **AI Team tier (+$8/seat):** AI summarization, auto action items, reminders (Alpha focus)
393
+ - **Enterprise tier (+$15/seat):** Aggregate dashboard, manager health scores, benchmarks (Beta focus)
394
+
395
+ ## Open Risks
396
+ - [Alpha concern] Privacy architecture must be bulletproof for end-user adoption
397
+ - [Beta concern] Analytics tier must not feel like surveillance (Alpha principle #5 applied)
398
+ - [Mediator add] Pricing can cannibalize if not tiered cleanly — test with customer advisory board
399
+
400
+ ## Rationale for Hybrid
401
+ Alpha and Beta are not competing visions — they're complementary layers of the same
402
+ platform. Choosing only one would:
403
+ - Alpha only: miss $2-3M ARR Enterprise expansion opportunity
404
+ - Beta only: lack end-user love, leading to low adoption and churn risk
405
+
406
+ Synthesis: **Ship Alpha MVP first (workflow), layer Beta (analytics) as Enterprise
407
+ tier within 4-6 months.** Sequencing respects end-user trust (must work before surveilling).
408
+ ```
409
+
410
+ > **Product-vision adversarial lesson:** Customer vs Business camps, independent work, Mediator synthesis. **Neither camp won outright** — the synthesis revealed both were right but incomplete. Without the formal adversarial process, the team would have shipped Alpha's vision alone and missed the $2-3M Enterprise ARR opportunity, OR shipped Beta's vision alone and faced adoption backlash. The structured debate cost 2 extra sessions but saved at least one strategic misstep.