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,392 +1,407 @@
1
- ---
2
- name: moscow-prioritization
3
- description: Prioritization by Must / Should / Could / Won't — for coarse scope cuts
4
- ---
5
- # MoSCoW Prioritization
6
-
7
- > **Category:** Prioritization · **Slug:** `moscow-prioritization`
8
-
9
- ## When to Use
10
-
11
- - When release scoping — what is the minimum viable set?
12
- - In Cut-Camp (`/shape-prioritize`) — as the primary tool.
13
- - For stakeholder communication — simple language about scope.
14
- - In time-boxed projects (hard deadline) — what to cut first.
15
-
16
- ## Input
17
-
18
- | Field | Required | Description |
19
- |-------|:--------:|-------------|
20
- | Feature list / requirements | ✅ | What is in consideration |
21
- | Release goal | ✅ | What counts as «successful release» |
22
- | Time box | ✅ | Deadline / sprint count |
23
- | Capacity estimate | ✅ | Team bandwidth |
24
- | Camp (Full B) | ⬚ | alpha (Build) / beta (Cut) |
25
-
26
- ## Data Sources
27
-
28
- 1. `$rice-scoring`quantitative base, MoSCoW on top.
29
- 2. `$kano-model` must-haves automatically go to Must.
30
- 3. Customer commitments / SLA — contractual musts.
31
- 4. Compliance / security — non-negotiable musts.
32
-
33
- ### Related Skills
34
-
35
- | Skill | What we take | When to invoke |
36
- |-------|-------------|----------------|
37
- | `rice-scoring` | Quantitative ranking | Before MoSCoW |
38
- | `kano-model` | Must-haves | For Must bucket |
39
- | `prd-template` | Out-of-scope section | After MoSCoW |
40
- | `epic-breakdown` | Stories per bucket | After assignment |
41
-
42
- ## Four Buckets
43
-
44
- | Bucket | Meaning | Rule |
45
- |--------|---------|------|
46
- | **Must have** | Release blocker. Without this release failed. | Only ~60% capacity. Strict. |
47
- | **Should have** | Important, but not a blocker. Cutting doesn't kill release. | ~20% capacity |
48
- | **Could have** | Nice to have. If remaining time — do it. | ~20% capacity |
49
- | **Won't have (this time)** | Out of scope, explicit. Possibly in next release. | Unlimited list |
50
-
51
- ## Protocol
52
-
53
- ### Step 0 Camp Framing (Full B)
54
-
55
- **Build-Camp:** presume most items as Must. Bar for moving to Should — high.
56
-
57
- **Cut-Camp:** presume most items as Could / Won't. Bar for Must — very high («without this release will fail»).
58
-
59
- Without adversarial balanced.
60
-
61
- ### Step 1Raw List
62
-
63
- Gather all features / requirements. Usually 15-40.
64
-
65
- ### Step 2 — Classification Rules
66
-
67
- **Must have** criteria:
68
- - Absence = release failure
69
- - Legal / compliance / security requirement
70
- - SLA or customer contract commitment
71
- - Core user flow (without which product is unusable)
72
- - Must-have from Kano analysis
73
-
74
- **Should have** criteria:
75
- - High value, but workaround exists
76
- - Delays cause pain, but not failure
77
- - «Day 2» features after core release
78
-
79
- **Could have** criteria:
80
- - Nice enhancements
81
- - Small effort, low complexity
82
- - Easy to defer
83
-
84
- **Won't have (this time)** criteria:
85
- - Explicit out-of-scope
86
- - Requires prerequisite not done
87
- - Low value vs effort
88
- - Belongs in future release
89
-
90
- ### Step 3 Capacity Allocation
91
-
92
- Healthy distribution:
93
- - Must: ~60% capacity
94
- - Should: ~20%
95
- - Could: ~20%
96
- - Won't: unlimited
97
-
98
- If Musts > 60% — too ambitious, move some to Should or negotiate timeline.
99
-
100
- ### Step 4 — Individual Assessment
101
-
102
- For each feature:
103
-
104
- | # | Feature | Bucket | Rationale | Dependent on? |
105
- |---|---------|:------:|-----------|---------------|
106
- | 1 | SSO via SAML | Must | Enterprise contract requirement | — |
107
- | 2 | User profile avatar | Could | Nice, low impact | Profile feature |
108
-
109
- ### Step 5 — Must Challenge
110
-
111
- Challenge session: team asks about each Must in pairs: **«Could we release without this?»**
112
-
113
- If the answer is «annoying but yes» move to Should.
114
-
115
- Real Musts survive the challenge: «No, release would fail because X».
116
-
117
- ### Step 6 — Won't Documentation
118
-
119
- «Won't have» **explicit**, not implicit. Record:
120
- - Why excluded now
121
- - When might be considered
122
- - Dependency / prerequisite
123
-
124
- This prevents re-debates later.
125
-
126
- ### Step 7 Stakeholder Review
127
-
128
- Communicate:
129
- - Musts → «will ship»
130
- - Shoulds «plan to ship, may slip»
131
- - Coulds → «if time permits»
132
- - Won'ts «not this release, here's why»
133
-
134
- ## Validation (Quality Gate)
135
-
136
- - [ ] All features assigned to one of 4 buckets
137
- - [ ] Must capacity ≤ 60%
138
- - [ ] Each Must passes «could we ship without?» challenge
139
- - [ ] Should/Could have rationale
140
- - [ ] Won't features documented with reason
141
- - [ ] Capacity check: total estimated ≤ available
142
- - [ ] Dependencies mapped
143
-
144
- ## Handoff
145
-
146
- The output is the input for:
147
- - **`prd-template`**Must/Should in scope, Won't in out-of-scope
148
- - **`epic-breakdown`** → stories per bucket
149
- - **Tech Lead** → effort validation
150
- - **Mediator** (Full B) — Cut camp evidence
151
-
152
- Format: MoSCoW table with rationale. Via `$handoff`.
153
-
154
- ## Anti-patterns
155
-
156
- | Error | Why it's bad | How to do it right |
157
- |-------|-------------|---------------------|
158
- | Everything is Must | Lost prioritization | Max 60% capacity Must |
159
- | No Won't | Scope uncontrolled | Explicit Won't list |
160
- | No rationale | Debates repeat | Every item has justification |
161
- | MoSCoW once, never updated | Stale | Review at sprint boundaries |
162
- | «Negotiating» up at Should | Scope creep | Challenge process |
163
- | Vague buckets | Unclear scope | Strict definitions |
164
-
165
- ## Template
166
-
167
- ```markdown
168
- # MoSCoW — [Release Name] / [Quarter]
169
-
170
- ## Release Goal
171
- [What makes this release successful]
172
-
173
- ## Must Have (~60% capacity)
174
- | # | Feature | Rationale | Effort |
175
- | 1 | ... | Contract requirement | 2pm |
176
-
177
- ## Should Have (~20%)
178
- ...
179
-
180
- ## Could Have (~20%)
181
- ...
182
-
183
- ## Won't Have (This Release)
184
- | # | Feature | Why not now | When considered |
185
- | 1 | Mobile app | Web-first strategy | Q4 2026 |
186
-
187
- ## Capacity Summary
188
- - Available: N person-weeks
189
- - Must: X (Y%)
190
- - Should: X (Y%)
191
- - Could: X (Y%)
192
- - Buffer: Z
193
- ```
194
-
195
- ## Worked Example — TeamFlow `/shape-prioritize` Build-Camp vs Cut-Camp
196
-
197
- **Context:** TeamFlow. Strategy and vision approved (Mediator synthesis). Team uses Full Pipeline B for **AI Summarization MVP scope debate** — Build-Camp (α) vs Cut-Camp (β) adversarial scope battle. Output — Mediator synthesis.
198
-
199
- ### Build-Camp MoSCoW (PM-01α)
200
-
201
- **Position:** Every idea is justified. Burden of proof — show it can be deferred. Result: inclusive tendency.
202
-
203
- ```markdown
204
- # Build-Camp MoSCoW AI Summarization MVP Q2 2026
205
-
206
- ## Release Goal
207
- Ship «best-in-category» AI summarization MVP that managers can't live without.
208
-
209
- ## Must Have (~80% capacity)
210
- | # | Feature | Rationale | Effort (pm) |
211
- |---|---------|-----------|:-----------:|
212
- | 1 | AI Summary (core transcribe + summarize) | Core promise of initiative | 3 |
213
- | 2 | Auto action items extraction | JTBD F3 — action items dropped without this | 1.5 |
214
- | 3 | Inline summary edit | Must-have per Kano, all segments | 0.5 |
215
- | 4 | Per-meeting AI toggle | Privacy Must-have, Kano | 0.5 |
216
- | 5 | Data retention controls | Compliance Must-have | 1 |
217
- | 6 | Calendar integration | Must-have per Kano for mid-market+ | 2 |
218
- | 7 | Action items reminders (rule-based) | Highest RICE, quick win | 0.5 |
219
- | 8 | Real-time transcription | Enables AI summary + delighter SMB | 4 |
220
- | 9 | Pre-1:1 prep card | Leverages summary data, high-value workflow | 2 |
221
- | 10 | Manager dashboard (per-manager 1:1 health) | Visual reinforcement of usage | 2 |
222
- | 11 | SSO SAML (enterprise unblocker) | 2 enterprise deals waiting | 1 |
223
- | 12 | Audit log enhancements | SOC 2 compliance — blocking | 1.5 |
224
-
225
- **Must total: 19.5 pm** (of 24 person-months capacity)
226
-
227
- ## Should Have (~15%)
228
- | # | Feature | Rationale | Effort (pm) |
229
- |---|---------|-----------|:-----------:|
230
- | 13 | Slack notifications | SMB Delighter, low effort | 0.5 |
231
- | 14 | Quarterly exec report generator | VP HR Must per Kano | 2 |
232
-
233
- **Should total: 2.5 pm**
234
-
235
- ## Could Have (~5%)
236
- | # | Feature | Rationale | Effort (pm) |
237
- |---|---------|-----------|:-----------:|
238
- | 15 | AI discussion prompts | SMB Delighter | 1 |
239
- | 16 | Meeting templates | SMB Delighter | 1 |
240
-
241
- **Could total: 2 pm**
242
-
243
- ## Won't Have (This Release)
244
- | # | Feature | Why not now | When considered |
245
- |---|---------|-------------|:---------------:|
246
- | 1 | Zoom/Meet recording import | Integration risk, Q2 tight | Q3 2026 |
247
- | 2 | Sentiment tracking | Kano Reverse in SMB | Not on roadmap |
248
- | 3 | Mobile-only experience | Web-first, mobile responsive OK | Q4 2026 |
249
-
250
- ## Capacity Summary
251
- - Available: 24 person-months (8 eng × 13 weeks ÷ 52 = technical capacity)
252
- - Must: 19.5 (81%) ⚠️ over target, but «everything is justified»
253
- - Should: 2.5 (10%)
254
- - Could: 2 (8%)
255
- - Buffer: 0 (basically none)
256
-
257
- **Build-Camp Argument:** «Managers who adopt this feature halfway will churn. We need full MVP — prep card + dashboard alongside core — to make it sticky. Cutting scope = ships mediocre feature in a category where Lattice has a 6 month lead. Must go big.»
258
- ```
259
-
260
- ### Cut-Camp MoSCoW (PM-02β)
261
-
262
- **Position:** Every idea is unnecessary until proven otherwise. Burden of proof show why it is **required now**. Result: minimalist tendency.
263
-
264
- ```markdown
265
- # Cut-Camp MoSCoW — AI Summarization MVP Q2 2026
266
-
267
- ## Release Goal
268
- Ship **minimal viable** AI summarization — validate market want, protect quality,
269
- leave room for post-launch iteration.
270
-
271
- ## Must Have (~40% capacity)
272
- | # | Feature | Rationale | Effort (pm) |
273
- |---|---------|-----------|:-----------:|
274
- | 1 | AI Summary (core only — transcribe + summarize) | THE feature. Without it there's nothing. | 3 |
275
- | 2 | Inline summary edit | Trust rule — must let managers correct | 0.5 |
276
- | 3 | Per-meeting AI toggle | Privacy — cannot ship without | 0.5 |
277
- | 4 | Data retention controls (basic) | Compliance baseline | 1 |
278
- | 5 | Calendar integration (basic pull only) | Without this managers can't find 1:1s in AI UI | 1 |
279
- | 6 | SSO SAML | Enterprise contract blocker, 2 deals waiting | 1 |
280
-
281
- **Must total: 7 pm** (of 24 person-months capacity)
282
-
283
- ## Should Have (~30%)
284
- | # | Feature | Rationale | Effort (pm) |
285
- |---|---------|-----------|:-----------:|
286
- | 7 | Auto action items extraction | High value, but depends on AI summary quality, can wait 1 iteration | 1.5 |
287
- | 8 | Action items reminders (rule-based) | Quick win, doesn't depend on AI | 0.5 |
288
- | 9 | Audit log enhancements | Needed for SOC 2 Type II, but 4 weeks leeway before audit | 1.5 |
289
-
290
- **Should total: 3.5 pm**
291
-
292
- ## Could Have (~10%)
293
- | # | Feature | Rationale | Effort (pm) |
294
- |---|---------|-----------|:-----------:|
295
- | 10 | Slack notifications | Delighter, trivial effort | 0.5 |
296
- | 11 | Quarterly exec report generator | Useful but not blocking adoption | 2 |
297
-
298
- **Could total: 2.5 pm**
299
-
300
- ## Won't Have (This Release)
301
- | # | Feature | Why not now | When considered |
302
- |---|---------|-------------|:---------------:|
303
- | 1 | **Real-time transcription** | HIGH RISK: 4pm effort, can delay launch. Ship post-meeting summary first, live later. | Q3 2026 after MVP learnings |
304
- | 2 | **Pre-1:1 prep card** | Depends on multi-meeting data — won't have enough until post-MVP | Q3 2026 |
305
- | 3 | **Per-manager dashboard** | Duplicates aggregate dashboard (Theme 2) — scope collision | Post-MVP |
306
- | 4 | **AI discussion prompts** | Delighter, defer to post-validation | Q4 2026 |
307
- | 5 | **Meeting templates** | Adjacent feature, different team scope | Post-MVP |
308
- | 6 | Zoom/Meet import | Integration complexity | Q4 2026 |
309
- | 7 | Sentiment tracking | Kano Reverse | ❌ Never |
310
-
311
- ## Capacity Summary
312
- - Available: 24 person-months
313
- - Must: 7 (29%)
314
- - Should: 3.5 (15%)
315
- - Could: 2.5 (10%)
316
- - **Buffer: 11 pm (46%)** allows quality investment, bug bash, beta iteration
317
-
318
- **Cut-Camp Argument:** «Real-time transcription adds 4 pm effort and 50% delivery risk. Ship post-meeting summary first (still solves JTBD F1 + F2), validate with customers, then add real-time in Q3. Pre-1:1 prep card needs multi-meeting data — MVP doesn't have enough context. Per-manager dashboard duplicates Theme 2 aggregate dashboard — scope collision not resolved. 11pm buffer = 46% — even Build-Camp acknowledges quality needs headroom, we build it into the plan.»
319
- ```
320
-
321
- ### Mediator Synthesis (MED-01)
322
-
323
- **Evidence audit:**
324
- - Build-Camp evidence: 3/5. Strong on user value, weak on delivery confidence (81% Must capacity = over-commitment)
325
- - Cut-Camp evidence: 4/5. Strong on risk argument, but Should items 7, 8 look bordering-Must for launch success
326
-
327
- **Synthesis decision Hybrid:**
328
-
329
- ```markdown
330
- # Unified Scope Decision — AI Summarization MVP Q2 2026
331
-
332
- ## Adopted (from Cut-Camp baseline + select Build-Camp adds)
333
-
334
- ### Must Have (~60% capacity)
335
- | # | Feature | Effort | Source camp |
336
- |---|---------|:------:|:-----------:|
337
- | 1 | AI Summary (core) | 3 | Both |
338
- | 2 | Inline summary edit | 0.5 | Both |
339
- | 3 | Per-meeting AI toggle | 0.5 | Both |
340
- | 4 | Data retention controls | 1 | Both |
341
- | 5 | Calendar integration | 2 | Build (upgrade from Cut's basic) |
342
- | 6 | SSO SAML | 1 | Both |
343
- | 7 | Auto action items extraction | 1.5 | Build (promoted from Cut's Should) |
344
- | 8 | Action items reminders | 0.5 | Both |
345
- | 9 | Audit log enhancements | 1.5 | Cut (Should → promoted to Must per compliance deadline) |
346
- | 10 | Manager inline edit | 0.5 | Both |
347
-
348
- **Must total: 12 pm (50% — within healthy target)**
349
-
350
- ### Should Have
351
- | Feature | Rationale |
352
- |---------|-----------|
353
- | Slack notifications | SMB delighter quick win |
354
- | Quarterly exec report generator | VP HR value (Theme 2 anchor) |
355
-
356
- ### Could Have
357
- | Feature | Rationale |
358
- |---------|-----------|
359
- | AI discussion prompts | SMB delighter if time |
360
- | Meeting templates | SMB delighter if time |
361
-
362
- ### Won't Have
363
- | Feature | Why |
364
- |---------|-----|
365
- | **Real-time transcription** | **Cut-Camp wins this battle** — ship post-meeting MVP first, prove adoption, add real-time in Q3. Evidence: 4 pm effort + 50% risk of launch delay. |
366
- | **Pre-1:1 prep card** | Cut-Camp wins — needs multi-meeting data not available in MVP. Q3 addition. |
367
- | **Per-manager dashboard** | Scope collision with Theme 2 — consolidate post-MVP. |
368
- | Zoom/Meet import | Q3-Q4 as Kano Delighter |
369
- | Sentiment tracking | Kano Reverse |
370
-
371
- ## Capacity Summary
372
- - Available: 24 pm
373
- - Must: 12 (50%) ✅
374
- - Should: 2.5 (10%)
375
- - Could: 2 (8%)
376
- - **Buffer: 7.5 pm (32%)** — room for quality + emergent work
377
-
378
- ## Rationale for Hybrid
379
- - Cut-Camp correctly identified **real-time transcription as highest-risk Must** — demote to Q3 saves ship-risk
380
- - Cut-Camp correctly identified **per-manager dashboard scope collision** Theme 2 handles this
381
- - Build-Camp correctly identified **action items extraction is near-Must** demoting creates «why have AI summary without action items?» confusion
382
- - Build-Camp correctly identified **calendar integration must go beyond basic** mid-market expectations
383
- - **Buffer 32%** respects Cut-Camp's quality concern while shipping meaningful MVP
384
-
385
- ## Open risks
386
- - Action items extraction depends on AI summary quality reaching threshold — spike in Week 2 to validate before commit
387
- - Q3 addition of real-time transcription must be planned now (infra)
388
-
389
- ## Sign-off required from: CTO (capacity), CPO (feature scope), VP Sales (enterprise readiness)
390
- ```
391
-
392
- > **MoSCoW adversarial lesson:** Build-Camp's Must = 81% capacity = **delivery risk**. Cut-Camp's Must = 29% = **feature anemia**. Mediator landed at 50% — **goldilocks zone**. Neither camp's argument was «wrong» — each was optimizing for a different failure mode. Structured debate forced explicit trade-offs instead of team compromising in private channels. Final Must list can be traced per-feature to which camp owned the decision, preserving accountability.
1
+ ---
2
+ name: moscow-prioritization
3
+ description: Prioritization by Must / Should / Could / Won't — for coarse scope cuts
4
+ type: triggered
5
+ domain: product
6
+ owners:
7
+ - pm
8
+ gates:
9
+ - PM
10
+ tech: []
11
+ topic: []
12
+ triggers:
13
+ - moscow-prioritization
14
+ - MoSCoW
15
+ - must should could
16
+ related: []
17
+ budget_lines: 407
18
+ schema_version: 1
19
+ ---
20
+ # MoSCoW Prioritization
21
+
22
+ > **Category:** Prioritization · **Slug:** `moscow-prioritization`
23
+
24
+ ## When to Use
25
+
26
+ - When release scoping — what is the minimum viable set?
27
+ - In Cut-Camp (`/shape-prioritize`) — as the primary tool.
28
+ - For stakeholder communication simple language about scope.
29
+ - In time-boxed projects (hard deadline) — what to cut first.
30
+
31
+ ## Input
32
+
33
+ | Field | Required | Description |
34
+ |-------|:--------:|-------------|
35
+ | Feature list / requirements | | What is in consideration |
36
+ | Release goal | ✅ | What counts as «successful release» |
37
+ | Time box | | Deadline / sprint count |
38
+ | Capacity estimate | | Team bandwidth |
39
+ | Camp (Full B) | | alpha (Build) / beta (Cut) |
40
+
41
+ ## Data Sources
42
+
43
+ 1. `$rice-scoring` — quantitative base, MoSCoW on top.
44
+ 2. `$kano-model` must-haves automatically go to Must.
45
+ 3. Customer commitments / SLA — contractual musts.
46
+ 4. Compliance / securitynon-negotiable musts.
47
+
48
+ ### Related Skills
49
+
50
+ | Skill | What we take | When to invoke |
51
+ |-------|-------------|----------------|
52
+ | `rice-scoring` | Quantitative ranking | Before MoSCoW |
53
+ | `kano-model` | Must-haves | For Must bucket |
54
+ | `prd-template` | Out-of-scope section | After MoSCoW |
55
+ | `epic-breakdown` | Stories per bucket | After assignment |
56
+
57
+ ## Four Buckets
58
+
59
+ | Bucket | Meaning | Rule |
60
+ |--------|---------|------|
61
+ | **Must have** | Release blocker. Without this release failed. | Only ~60% capacity. Strict. |
62
+ | **Should have** | Important, but not a blocker. Cutting doesn't kill release. | ~20% capacity |
63
+ | **Could have** | Nice to have. If remaining time — do it. | ~20% capacity |
64
+ | **Won't have (this time)** | Out of scope, explicit. Possibly in next release. | Unlimited list |
65
+
66
+ ## Protocol
67
+
68
+ ### Step 0 Camp Framing (Full B)
69
+
70
+ **Build-Camp:** presume most items as Must. Bar for moving to Should — high.
71
+
72
+ **Cut-Camp:** presume most items as Could / Won't. Bar for Must very high («without this release will fail»).
73
+
74
+ Without adversarial — balanced.
75
+
76
+ ### Step 1 Raw List
77
+
78
+ Gather all features / requirements. Usually 15-40.
79
+
80
+ ### Step 2 — Classification Rules
81
+
82
+ **Must have** criteria:
83
+ - Absence = release failure
84
+ - Legal / compliance / security requirement
85
+ - SLA or customer contract commitment
86
+ - Core user flow (without which product is unusable)
87
+ - Must-have from Kano analysis
88
+
89
+ **Should have** criteria:
90
+ - High value, but workaround exists
91
+ - Delays cause pain, but not failure
92
+ - «Day 2» features after core release
93
+
94
+ **Could have** criteria:
95
+ - Nice enhancements
96
+ - Small effort, low complexity
97
+ - Easy to defer
98
+
99
+ **Won't have (this time)** criteria:
100
+ - Explicit out-of-scope
101
+ - Requires prerequisite not done
102
+ - Low value vs effort
103
+ - Belongs in future release
104
+
105
+ ### Step 3 — Capacity Allocation
106
+
107
+ Healthy distribution:
108
+ - Must: ~60% capacity
109
+ - Should: ~20%
110
+ - Could: ~20%
111
+ - Won't: unlimited
112
+
113
+ If Musts > 60% too ambitious, move some to Should or negotiate timeline.
114
+
115
+ ### Step 4 Individual Assessment
116
+
117
+ For each feature:
118
+
119
+ | # | Feature | Bucket | Rationale | Dependent on? |
120
+ |---|---------|:------:|-----------|---------------|
121
+ | 1 | SSO via SAML | Must | Enterprise contract requirement | — |
122
+ | 2 | User profile avatar | Could | Nice, low impact | Profile feature |
123
+
124
+ ### Step 5 — Must Challenge
125
+
126
+ Challenge session: team asks about each Must in pairs: **«Could we release without this?»**
127
+
128
+ If the answer is «annoying but yes» → move to Should.
129
+
130
+ Real Musts survive the challenge: «No, release would fail because X».
131
+
132
+ ### Step 6 Won't Documentation
133
+
134
+ «Won't have» **explicit**, not implicit. Record:
135
+ - Why excluded now
136
+ - When might be considered
137
+ - Dependency / prerequisite
138
+
139
+ This prevents re-debates later.
140
+
141
+ ### Step 7 Stakeholder Review
142
+
143
+ Communicate:
144
+ - Musts → «will ship»
145
+ - Shoulds → «plan to ship, may slip»
146
+ - Coulds «if time permits»
147
+ - Won'ts«not this release, here's why»
148
+
149
+ ## Validation (Quality Gate)
150
+
151
+ - [ ] All features assigned to one of 4 buckets
152
+ - [ ] Must capacity 60%
153
+ - [ ] Each Must passes «could we ship without?» challenge
154
+ - [ ] Should/Could have rationale
155
+ - [ ] Won't features documented with reason
156
+ - [ ] Capacity check: total estimated available
157
+ - [ ] Dependencies mapped
158
+
159
+ ## Handoff
160
+
161
+ The output is the input for:
162
+ - **`prd-template`** Must/Should in scope, Won't in out-of-scope
163
+ - **`epic-breakdown`** stories per bucket
164
+ - **Tech Lead** → effort validation
165
+ - **Mediator** (Full B) — Cut camp evidence
166
+
167
+ Format: MoSCoW table with rationale. Via `$handoff`.
168
+
169
+ ## Anti-patterns
170
+
171
+ | Error | Why it's bad | How to do it right |
172
+ |-------|-------------|---------------------|
173
+ | Everything is Must | Lost prioritization | Max 60% capacity Must |
174
+ | No Won't | Scope uncontrolled | Explicit Won't list |
175
+ | No rationale | Debates repeat | Every item has justification |
176
+ | MoSCoW once, never updated | Stale | Review at sprint boundaries |
177
+ | «Negotiating» up at Should | Scope creep | Challenge process |
178
+ | Vague buckets | Unclear scope | Strict definitions |
179
+
180
+ ## Template
181
+
182
+ ```markdown
183
+ # MoSCoW [Release Name] / [Quarter]
184
+
185
+ ## Release Goal
186
+ [What makes this release successful]
187
+
188
+ ## Must Have (~60% capacity)
189
+ | # | Feature | Rationale | Effort |
190
+ | 1 | ... | Contract requirement | 2pm |
191
+
192
+ ## Should Have (~20%)
193
+ ...
194
+
195
+ ## Could Have (~20%)
196
+ ...
197
+
198
+ ## Won't Have (This Release)
199
+ | # | Feature | Why not now | When considered |
200
+ | 1 | Mobile app | Web-first strategy | Q4 2026 |
201
+
202
+ ## Capacity Summary
203
+ - Available: N person-weeks
204
+ - Must: X (Y%)
205
+ - Should: X (Y%)
206
+ - Could: X (Y%)
207
+ - Buffer: Z
208
+ ```
209
+
210
+ ## Worked Example TeamFlow `/shape-prioritize` Build-Camp vs Cut-Camp
211
+
212
+ **Context:** TeamFlow. Strategy and vision approved (Mediator synthesis). Team uses Full Pipeline B for **AI Summarization MVP scope debate** — Build-Camp (α) vs Cut-Camp ) adversarial scope battle. Output Mediator synthesis.
213
+
214
+ ### Build-Camp MoSCoW (PM-01α)
215
+
216
+ **Position:** Every idea is justified. Burden of proof show it can be deferred. Result: inclusive tendency.
217
+
218
+ ```markdown
219
+ # Build-Camp MoSCoW AI Summarization MVP Q2 2026
220
+
221
+ ## Release Goal
222
+ Ship «best-in-category» AI summarization MVP that managers can't live without.
223
+
224
+ ## Must Have (~80% capacity)
225
+ | # | Feature | Rationale | Effort (pm) |
226
+ |---|---------|-----------|:-----------:|
227
+ | 1 | AI Summary (core transcribe + summarize) | Core promise of initiative | 3 |
228
+ | 2 | Auto action items extraction | JTBD F3 — action items dropped without this | 1.5 |
229
+ | 3 | Inline summary edit | Must-have per Kano, all segments | 0.5 |
230
+ | 4 | Per-meeting AI toggle | Privacy Must-have, Kano | 0.5 |
231
+ | 5 | Data retention controls | Compliance Must-have | 1 |
232
+ | 6 | Calendar integration | Must-have per Kano for mid-market+ | 2 |
233
+ | 7 | Action items reminders (rule-based) | Highest RICE, quick win | 0.5 |
234
+ | 8 | Real-time transcription | Enables AI summary + delighter SMB | 4 |
235
+ | 9 | Pre-1:1 prep card | Leverages summary data, high-value workflow | 2 |
236
+ | 10 | Manager dashboard (per-manager 1:1 health) | Visual reinforcement of usage | 2 |
237
+ | 11 | SSO SAML (enterprise unblocker) | 2 enterprise deals waiting | 1 |
238
+ | 12 | Audit log enhancements | SOC 2 compliance — blocking | 1.5 |
239
+
240
+ **Must total: 19.5 pm** (of 24 person-months capacity)
241
+
242
+ ## Should Have (~15%)
243
+ | # | Feature | Rationale | Effort (pm) |
244
+ |---|---------|-----------|:-----------:|
245
+ | 13 | Slack notifications | SMB Delighter, low effort | 0.5 |
246
+ | 14 | Quarterly exec report generator | VP HR Must per Kano | 2 |
247
+
248
+ **Should total: 2.5 pm**
249
+
250
+ ## Could Have (~5%)
251
+ | # | Feature | Rationale | Effort (pm) |
252
+ |---|---------|-----------|:-----------:|
253
+ | 15 | AI discussion prompts | SMB Delighter | 1 |
254
+ | 16 | Meeting templates | SMB Delighter | 1 |
255
+
256
+ **Could total: 2 pm**
257
+
258
+ ## Won't Have (This Release)
259
+ | # | Feature | Why not now | When considered |
260
+ |---|---------|-------------|:---------------:|
261
+ | 1 | Zoom/Meet recording import | Integration risk, Q2 tight | Q3 2026 |
262
+ | 2 | Sentiment tracking | Kano Reverse in SMB | Not on roadmap |
263
+ | 3 | Mobile-only experience | Web-first, mobile responsive OK | Q4 2026 |
264
+
265
+ ## Capacity Summary
266
+ - Available: 24 person-months (8 eng × 13 weeks ÷ 52 = technical capacity)
267
+ - Must: 19.5 (81%) ⚠️ over target, but «everything is justified»
268
+ - Should: 2.5 (10%)
269
+ - Could: 2 (8%)
270
+ - Buffer: 0 (basically none)
271
+
272
+ **Build-Camp Argument:** «Managers who adopt this feature halfway will churn. We need full MVP — prep card + dashboard alongside core — to make it sticky. Cutting scope = ships mediocre feature in a category where Lattice has a 6 month lead. Must go big.»
273
+ ```
274
+
275
+ ### Cut-Camp MoSCoW (PM-02β)
276
+
277
+ **Position:** Every idea is unnecessary until proven otherwise. Burden of proof show why it is **required now**. Result: minimalist tendency.
278
+
279
+ ```markdown
280
+ # Cut-Camp MoSCoW — AI Summarization MVP Q2 2026
281
+
282
+ ## Release Goal
283
+ Ship **minimal viable** AI summarization — validate market want, protect quality,
284
+ leave room for post-launch iteration.
285
+
286
+ ## Must Have (~40% capacity)
287
+ | # | Feature | Rationale | Effort (pm) |
288
+ |---|---------|-----------|:-----------:|
289
+ | 1 | AI Summary (core only — transcribe + summarize) | THE feature. Without it there's nothing. | 3 |
290
+ | 2 | Inline summary edit | Trust rule — must let managers correct | 0.5 |
291
+ | 3 | Per-meeting AI toggle | Privacy — cannot ship without | 0.5 |
292
+ | 4 | Data retention controls (basic) | Compliance baseline | 1 |
293
+ | 5 | Calendar integration (basic pull only) | Without this managers can't find 1:1s in AI UI | 1 |
294
+ | 6 | SSO SAML | Enterprise contract blocker, 2 deals waiting | 1 |
295
+
296
+ **Must total: 7 pm** (of 24 person-months capacity)
297
+
298
+ ## Should Have (~30%)
299
+ | # | Feature | Rationale | Effort (pm) |
300
+ |---|---------|-----------|:-----------:|
301
+ | 7 | Auto action items extraction | High value, but depends on AI summary quality, can wait 1 iteration | 1.5 |
302
+ | 8 | Action items reminders (rule-based) | Quick win, doesn't depend on AI | 0.5 |
303
+ | 9 | Audit log enhancements | Needed for SOC 2 Type II, but 4 weeks leeway before audit | 1.5 |
304
+
305
+ **Should total: 3.5 pm**
306
+
307
+ ## Could Have (~10%)
308
+ | # | Feature | Rationale | Effort (pm) |
309
+ |---|---------|-----------|:-----------:|
310
+ | 10 | Slack notifications | Delighter, trivial effort | 0.5 |
311
+ | 11 | Quarterly exec report generator | Useful but not blocking adoption | 2 |
312
+
313
+ **Could total: 2.5 pm**
314
+
315
+ ## Won't Have (This Release)
316
+ | # | Feature | Why not now | When considered |
317
+ |---|---------|-------------|:---------------:|
318
+ | 1 | **Real-time transcription** | HIGH RISK: 4pm effort, can delay launch. Ship post-meeting summary first, live later. | Q3 2026 after MVP learnings |
319
+ | 2 | **Pre-1:1 prep card** | Depends on multi-meeting data — won't have enough until post-MVP | Q3 2026 |
320
+ | 3 | **Per-manager dashboard** | Duplicates aggregate dashboard (Theme 2) — scope collision | Post-MVP |
321
+ | 4 | **AI discussion prompts** | Delighter, defer to post-validation | Q4 2026 |
322
+ | 5 | **Meeting templates** | Adjacent feature, different team scope | Post-MVP |
323
+ | 6 | Zoom/Meet import | Integration complexity | Q4 2026 |
324
+ | 7 | Sentiment tracking | Kano Reverse | Never |
325
+
326
+ ## Capacity Summary
327
+ - Available: 24 person-months
328
+ - Must: 7 (29%)
329
+ - Should: 3.5 (15%)
330
+ - Could: 2.5 (10%)
331
+ - **Buffer: 11 pm (46%)** — allows quality investment, bug bash, beta iteration
332
+
333
+ **Cut-Camp Argument:** «Real-time transcription adds 4 pm effort and 50% delivery risk. Ship post-meeting summary first (still solves JTBD F1 + F2), validate with customers, then add real-time in Q3. Pre-1:1 prep card needs multi-meeting data — MVP doesn't have enough context. Per-manager dashboard duplicates Theme 2 aggregate dashboard — scope collision not resolved. 11pm buffer = 46% — even Build-Camp acknowledges quality needs headroom, we build it into the plan.»
334
+ ```
335
+
336
+ ### Mediator Synthesis (MED-01)
337
+
338
+ **Evidence audit:**
339
+ - Build-Camp evidence: 3/5. Strong on user value, weak on delivery confidence (81% Must capacity = over-commitment)
340
+ - Cut-Camp evidence: 4/5. Strong on risk argument, but Should items 7, 8 look bordering-Must for launch success
341
+
342
+ **Synthesis decision Hybrid:**
343
+
344
+ ```markdown
345
+ # Unified Scope Decision AI Summarization MVP Q2 2026
346
+
347
+ ## Adopted (from Cut-Camp baseline + select Build-Camp adds)
348
+
349
+ ### Must Have (~60% capacity)
350
+ | # | Feature | Effort | Source camp |
351
+ |---|---------|:------:|:-----------:|
352
+ | 1 | AI Summary (core) | 3 | Both |
353
+ | 2 | Inline summary edit | 0.5 | Both |
354
+ | 3 | Per-meeting AI toggle | 0.5 | Both |
355
+ | 4 | Data retention controls | 1 | Both |
356
+ | 5 | Calendar integration | 2 | Build (upgrade from Cut's basic) |
357
+ | 6 | SSO SAML | 1 | Both |
358
+ | 7 | Auto action items extraction | 1.5 | Build (promoted from Cut's Should) |
359
+ | 8 | Action items reminders | 0.5 | Both |
360
+ | 9 | Audit log enhancements | 1.5 | Cut (Should → promoted to Must per compliance deadline) |
361
+ | 10 | Manager inline edit | 0.5 | Both |
362
+
363
+ **Must total: 12 pm (50% — within healthy target)**
364
+
365
+ ### Should Have
366
+ | Feature | Rationale |
367
+ |---------|-----------|
368
+ | Slack notifications | SMB delighter quick win |
369
+ | Quarterly exec report generator | VP HR value (Theme 2 anchor) |
370
+
371
+ ### Could Have
372
+ | Feature | Rationale |
373
+ |---------|-----------|
374
+ | AI discussion prompts | SMB delighter if time |
375
+ | Meeting templates | SMB delighter if time |
376
+
377
+ ### Won't Have
378
+ | Feature | Why |
379
+ |---------|-----|
380
+ | **Real-time transcription** | **Cut-Camp wins this battle** — ship post-meeting MVP first, prove adoption, add real-time in Q3. Evidence: 4 pm effort + 50% risk of launch delay. |
381
+ | **Pre-1:1 prep card** | Cut-Camp winsneeds multi-meeting data not available in MVP. Q3 addition. |
382
+ | **Per-manager dashboard** | Scope collision with Theme 2consolidate post-MVP. |
383
+ | Zoom/Meet import | Q3-Q4 as Kano Delighter |
384
+ | Sentiment tracking | ❌ Kano Reverse |
385
+
386
+ ## Capacity Summary
387
+ - Available: 24 pm
388
+ - Must: 12 (50%) ✅
389
+ - Should: 2.5 (10%)
390
+ - Could: 2 (8%)
391
+ - **Buffer: 7.5 pm (32%)** — room for quality + emergent work
392
+
393
+ ## Rationale for Hybrid
394
+ - Cut-Camp correctly identified **real-time transcription as highest-risk Must** — demote to Q3 saves ship-risk
395
+ - Cut-Camp correctly identified **per-manager dashboard scope collision** — Theme 2 handles this
396
+ - Build-Camp correctly identified **action items extraction is near-Must** — demoting creates «why have AI summary without action items?» confusion
397
+ - Build-Camp correctly identified **calendar integration must go beyond basic** — mid-market expectations
398
+ - **Buffer 32%** respects Cut-Camp's quality concern while shipping meaningful MVP
399
+
400
+ ## Open risks
401
+ - Action items extraction depends on AI summary quality reaching threshold — spike in Week 2 to validate before commit
402
+ - Q3 addition of real-time transcription must be planned now (infra)
403
+
404
+ ## Sign-off required from: CTO (capacity), CPO (feature scope), VP Sales (enterprise readiness)
405
+ ```
406
+
407
+ > **MoSCoW adversarial lesson:** Build-Camp's Must = 81% capacity = **delivery risk**. Cut-Camp's Must = 29% = **feature anemia**. Mediator landed at 50% — **goldilocks zone**. Neither camp's argument was «wrong» — each was optimizing for a different failure mode. Structured debate forced explicit trade-offs instead of team compromising in private channels. Final Must list can be traced per-feature to which camp owned the decision, preserving accountability.