code-ai-installer 4.0.0 → 4.0.1-a

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (471) hide show
  1. package/README.md +83 -67
  2. package/dist/index.js +2 -0
  3. package/dist/mcp/audit_ledger.d.ts +12 -0
  4. package/dist/mcp/audit_ledger.js +82 -0
  5. package/dist/mcp/cli.js +7 -1
  6. package/dist/mcp/config.d.ts +23 -0
  7. package/dist/mcp/config.js +36 -0
  8. package/dist/mcp/index.d.ts +1 -2
  9. package/dist/mcp/index.js +1 -2
  10. package/dist/mcp/paths.d.ts +20 -2
  11. package/dist/mcp/paths.js +29 -5
  12. package/dist/mcp/proposal_dedup.d.ts +32 -0
  13. package/dist/mcp/proposal_dedup.js +102 -0
  14. package/dist/mcp/proposal_store.d.ts +18 -0
  15. package/dist/mcp/proposal_store.js +74 -0
  16. package/dist/mcp/scorecard.d.ts +140 -0
  17. package/dist/mcp/scorecard.js +103 -0
  18. package/dist/mcp/skill_invocations.d.ts +15 -0
  19. package/dist/mcp/skill_invocations.js +28 -0
  20. package/dist/mcp/task_state.d.ts +77 -2
  21. package/dist/mcp/tools/_subprocess.d.ts +16 -0
  22. package/dist/mcp/tools/_subprocess.js +56 -0
  23. package/dist/mcp/tools/advance_gate.js +2 -2
  24. package/dist/mcp/tools/aggregate_run_metrics.d.ts +19 -0
  25. package/dist/mcp/tools/aggregate_run_metrics.js +139 -0
  26. package/dist/mcp/tools/apply_diff.d.ts +2 -0
  27. package/dist/mcp/tools/apply_diff.js +29 -0
  28. package/dist/mcp/tools/audit_bilocale_parity.d.ts +2 -0
  29. package/dist/mcp/tools/audit_bilocale_parity.js +146 -0
  30. package/dist/mcp/tools/audit_budget_compliance.d.ts +35 -0
  31. package/dist/mcp/tools/audit_budget_compliance.js +172 -0
  32. package/dist/mcp/tools/build.d.ts +2 -0
  33. package/dist/mcp/tools/build.js +47 -0
  34. package/dist/mcp/tools/check_lint.d.ts +2 -0
  35. package/dist/mcp/tools/check_lint.js +23 -0
  36. package/dist/mcp/tools/classify_gate.js +2 -2
  37. package/dist/mcp/tools/current_gate.js +2 -2
  38. package/dist/mcp/tools/dependency_supply_chain.d.ts +2 -0
  39. package/dist/mcp/tools/dependency_supply_chain.js +59 -0
  40. package/dist/mcp/tools/docker_compose.d.ts +2 -0
  41. package/dist/mcp/tools/docker_compose.js +24 -0
  42. package/dist/mcp/tools/e2e_playwright.d.ts +2 -0
  43. package/dist/mcp/tools/e2e_playwright.js +88 -0
  44. package/dist/mcp/tools/get_skill.js +17 -0
  45. package/dist/mcp/tools/git_commit.d.ts +2 -0
  46. package/dist/mcp/tools/git_commit.js +30 -0
  47. package/dist/mcp/tools/list_proposals.d.ts +6 -0
  48. package/dist/mcp/tools/list_proposals.js +16 -0
  49. package/dist/mcp/tools/list_skills.js +9 -1
  50. package/dist/mcp/tools/load_role.d.ts +3 -4
  51. package/dist/mcp/tools/load_role.js +11 -13
  52. package/dist/mcp/tools/propose_change.d.ts +8 -0
  53. package/dist/mcp/tools/propose_change.js +36 -0
  54. package/dist/mcp/tools/record_decision.js +25 -25
  55. package/dist/mcp/tools/review_proposal.d.ts +17 -0
  56. package/dist/mcp/tools/review_proposal.js +99 -0
  57. package/dist/mcp/tools/run_drift_audit.d.ts +11 -0
  58. package/dist/mcp/tools/run_drift_audit.js +79 -0
  59. package/dist/mcp/tools/run_tests.d.ts +2 -0
  60. package/dist/mcp/tools/run_tests.js +92 -0
  61. package/dist/mcp/tools/sign_off.js +14 -2
  62. package/dist/mcp/tools/stubs.js +30 -9
  63. package/dist/mcp/tools/verify_claim.js +33 -6
  64. package/dist/mcp_setup.d.ts +8 -0
  65. package/dist/mcp_setup.js +4 -1
  66. package/dist/shared/frontmatter.d.ts +44 -2
  67. package/dist/shared/frontmatter.js +54 -6
  68. package/dist/shared/index.d.ts +0 -5
  69. package/dist/shared/index.js +0 -5
  70. package/dist/shared/persona.d.ts +2 -2
  71. package/dist/shared/persona.js +1 -1
  72. package/dist/shared/pipeline.d.ts +46 -1
  73. package/dist/shared/tools.d.ts +1382 -16
  74. package/dist/shared/tools.js +229 -0
  75. package/dist/shared/vocabulary.d.ts +99 -4
  76. package/dist/shared/vocabulary.js +94 -5
  77. package/domains/analytics/.agents/skills/ansoff-matrix/SKILL.md +316 -300
  78. package/domains/analytics/.agents/skills/bcg-matrix/SKILL.md +345 -329
  79. package/domains/analytics/.agents/skills/blue-ocean-strategy/SKILL.md +432 -416
  80. package/domains/analytics/.agents/skills/board/SKILL.md +22 -0
  81. package/domains/analytics/.agents/skills/cohort-analysis/SKILL.md +338 -322
  82. package/domains/analytics/.agents/skills/competitive-analysis/SKILL.md +413 -395
  83. package/domains/analytics/.agents/skills/customer-journey-mapping/SKILL.md +347 -331
  84. package/domains/analytics/.agents/skills/gates/SKILL.md +388 -366
  85. package/domains/analytics/.agents/skills/handoff/SKILL.md +402 -380
  86. package/domains/analytics/.agents/skills/html-pdf-report/SKILL.md +21 -289
  87. package/domains/analytics/.agents/skills/html-pdf-report-reference/SKILL.md +325 -0
  88. package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
  89. package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
  90. package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
  91. package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
  92. package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
  93. package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
  94. package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/skill.yaml +23 -0
  95. package/domains/analytics/.agents/skills/icp-buyer-persona/SKILL.md +407 -390
  96. package/domains/analytics/.agents/skills/jtbd-analysis/SKILL.md +357 -341
  97. package/domains/analytics/.agents/skills/karpathy-guidelines/SKILL.md +32 -0
  98. package/domains/analytics/.agents/skills/pest-analysis/SKILL.md +324 -305
  99. package/domains/analytics/.agents/skills/porters-five-forces/SKILL.md +377 -361
  100. package/domains/analytics/.agents/skills/report-design/SKILL.md +416 -398
  101. package/domains/analytics/.agents/skills/rfm-analysis/SKILL.md +330 -314
  102. package/domains/analytics/.agents/skills/session-prompt-generator/SKILL.md +400 -378
  103. package/domains/analytics/.agents/skills/swot-analysis/SKILL.md +340 -324
  104. package/domains/analytics/.agents/skills/tam-sam-som/SKILL.md +329 -312
  105. package/domains/analytics/.agents/skills/trend-analysis/SKILL.md +347 -331
  106. package/domains/analytics/.agents/skills/unit-economics/SKILL.md +430 -413
  107. package/domains/analytics/.agents/skills/value-chain-analysis/SKILL.md +346 -330
  108. package/domains/analytics/.agents/skills/web-research/SKILL.md +323 -308
  109. package/domains/analytics/AGENTS.md +1 -0
  110. package/domains/analytics/agents/auditor.md +76 -0
  111. package/domains/analytics/agents/conductor.md +11 -0
  112. package/domains/analytics/agents/data_analyst.md +11 -0
  113. package/domains/analytics/agents/designer.md +11 -0
  114. package/domains/analytics/agents/interviewer.md +11 -0
  115. package/domains/analytics/agents/layouter.md +11 -0
  116. package/domains/analytics/agents/mediator.md +11 -0
  117. package/domains/analytics/agents/researcher.md +11 -0
  118. package/domains/analytics/agents/strategist.md +11 -0
  119. package/domains/analytics/locales/en/.agents/skills/ansoff-matrix/SKILL.md +316 -300
  120. package/domains/analytics/locales/en/.agents/skills/bcg-matrix/SKILL.md +345 -329
  121. package/domains/analytics/locales/en/.agents/skills/blue-ocean-strategy/SKILL.md +432 -416
  122. package/domains/analytics/locales/en/.agents/skills/board/SKILL.md +22 -0
  123. package/domains/analytics/locales/en/.agents/skills/cohort-analysis/SKILL.md +338 -322
  124. package/domains/analytics/locales/en/.agents/skills/competitive-analysis/SKILL.md +413 -395
  125. package/domains/analytics/locales/en/.agents/skills/customer-journey-mapping/SKILL.md +347 -331
  126. package/domains/analytics/locales/en/.agents/skills/gates/SKILL.md +388 -366
  127. package/domains/analytics/locales/en/.agents/skills/handoff/SKILL.md +402 -380
  128. package/domains/analytics/locales/en/.agents/skills/html-pdf-report/SKILL.md +21 -289
  129. package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/SKILL.md +325 -0
  130. package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
  131. package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
  132. package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
  133. package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
  134. package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
  135. package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
  136. package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/skill.yaml +29 -0
  137. package/domains/analytics/locales/en/.agents/skills/icp-buyer-persona/SKILL.md +407 -390
  138. package/domains/analytics/locales/en/.agents/skills/jtbd-analysis/SKILL.md +357 -341
  139. package/domains/analytics/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +32 -0
  140. package/domains/analytics/locales/en/.agents/skills/pest-analysis/SKILL.md +324 -305
  141. package/domains/analytics/locales/en/.agents/skills/porters-five-forces/SKILL.md +377 -361
  142. package/domains/analytics/locales/en/.agents/skills/report-design/SKILL.md +416 -398
  143. package/domains/analytics/locales/en/.agents/skills/rfm-analysis/SKILL.md +330 -314
  144. package/domains/analytics/locales/en/.agents/skills/session-prompt-generator/SKILL.md +400 -378
  145. package/domains/analytics/locales/en/.agents/skills/swot-analysis/SKILL.md +340 -324
  146. package/domains/analytics/locales/en/.agents/skills/tam-sam-som/SKILL.md +329 -312
  147. package/domains/analytics/locales/en/.agents/skills/trend-analysis/SKILL.md +347 -331
  148. package/domains/analytics/locales/en/.agents/skills/unit-economics/SKILL.md +430 -413
  149. package/domains/analytics/locales/en/.agents/skills/value-chain-analysis/SKILL.md +366 -350
  150. package/domains/analytics/locales/en/.agents/skills/web-research/SKILL.md +324 -309
  151. package/domains/analytics/locales/en/AGENTS.md +1 -0
  152. package/domains/analytics/locales/en/agents/auditor.md +76 -0
  153. package/domains/analytics/locales/en/agents/conductor.md +27 -0
  154. package/domains/analytics/locales/en/agents/data_analyst.md +29 -0
  155. package/domains/analytics/locales/en/agents/designer.md +27 -0
  156. package/domains/analytics/locales/en/agents/interviewer.md +11 -0
  157. package/domains/analytics/locales/en/agents/layouter.md +11 -0
  158. package/domains/analytics/locales/en/agents/mediator.md +11 -0
  159. package/domains/analytics/locales/en/agents/researcher.md +11 -0
  160. package/domains/analytics/locales/en/agents/strategist.md +11 -0
  161. package/domains/analytics/persona/persona-base.md +94 -0
  162. package/domains/analytics/pipeline.yaml +102 -0
  163. package/domains/content/.agents/skills/audience-analysis/SKILL.md +15 -0
  164. package/domains/content/.agents/skills/board/SKILL.md +20 -0
  165. package/domains/content/.agents/skills/brand-compliance/SKILL.md +15 -0
  166. package/domains/content/.agents/skills/brand-guidelines/SKILL.md +17 -0
  167. package/domains/content/.agents/skills/competitor-content-analysis/SKILL.md +15 -0
  168. package/domains/content/.agents/skills/content-brief/SKILL.md +15 -0
  169. package/domains/content/.agents/skills/content-calendar/SKILL.md +15 -0
  170. package/domains/content/.agents/skills/content-release-gate/SKILL.md +15 -0
  171. package/domains/content/.agents/skills/content-review-checklist/SKILL.md +15 -0
  172. package/domains/content/.agents/skills/cta-optimization/SKILL.md +15 -0
  173. package/domains/content/.agents/skills/data-storytelling/SKILL.md +15 -0
  174. package/domains/content/.agents/skills/email-copywriting/SKILL.md +15 -0
  175. package/domains/content/.agents/skills/email-engagement-tiers/SKILL.md +15 -0
  176. package/domains/content/.agents/skills/fact-checking/SKILL.md +15 -0
  177. package/domains/content/.agents/skills/gates/SKILL.md +20 -0
  178. package/domains/content/.agents/skills/google-stitch-content/SKILL.md +15 -0
  179. package/domains/content/.agents/skills/handoff/SKILL.md +24 -0
  180. package/domains/content/.agents/skills/headline-formulas/SKILL.md +15 -0
  181. package/domains/content/.agents/skills/image-prompt-engineering/SKILL.md +15 -0
  182. package/domains/content/.agents/skills/karpathy-guidelines/SKILL.md +28 -0
  183. package/domains/content/.agents/skills/mailerlite-email-ops/SKILL.md +15 -0
  184. package/domains/content/.agents/skills/marketing-psychology/SKILL.md +15 -0
  185. package/domains/content/.agents/skills/moodboard/SKILL.md +15 -0
  186. package/domains/content/.agents/skills/platform-compliance/SKILL.md +15 -0
  187. package/domains/content/.agents/skills/platform-strategy/SKILL.md +15 -0
  188. package/domains/content/.agents/skills/platform-visual-specs/SKILL.md +15 -0
  189. package/domains/content/.agents/skills/readability-scoring/SKILL.md +15 -0
  190. package/domains/content/.agents/skills/seo-copywriting/SKILL.md +15 -0
  191. package/domains/content/.agents/skills/social-media-formats/SKILL.md +15 -0
  192. package/domains/content/.agents/skills/source-verification/SKILL.md +15 -0
  193. package/domains/content/.agents/skills/storytelling-framework/SKILL.md +15 -0
  194. package/domains/content/.agents/skills/tone-of-voice/SKILL.md +15 -0
  195. package/domains/content/.agents/skills/topic-research/SKILL.md +15 -0
  196. package/domains/content/.agents/skills/trend-research/SKILL.md +15 -0
  197. package/domains/content/.agents/skills/visual-brief/SKILL.md +15 -0
  198. package/domains/content/AGENTS.md +4 -0
  199. package/domains/content/agents/auditor.md +76 -0
  200. package/domains/content/agents/conductor.md +11 -0
  201. package/domains/content/agents/copywriter.md +11 -0
  202. package/domains/content/agents/researcher.md +11 -0
  203. package/domains/content/agents/reviewer.md +11 -0
  204. package/domains/content/agents/strategist.md +11 -0
  205. package/domains/content/agents/visual_concept.md +11 -0
  206. package/domains/content/locales/en/.agents/skills/audience-analysis/SKILL.md +15 -0
  207. package/domains/content/locales/en/.agents/skills/board/SKILL.md +20 -0
  208. package/domains/content/locales/en/.agents/skills/brand-compliance/SKILL.md +15 -0
  209. package/domains/content/locales/en/.agents/skills/brand-guidelines/SKILL.md +17 -0
  210. package/domains/content/locales/en/.agents/skills/competitor-content-analysis/SKILL.md +15 -0
  211. package/domains/content/locales/en/.agents/skills/content-brief/SKILL.md +15 -0
  212. package/domains/content/locales/en/.agents/skills/content-calendar/SKILL.md +15 -0
  213. package/domains/content/locales/en/.agents/skills/content-release-gate/SKILL.md +15 -0
  214. package/domains/content/locales/en/.agents/skills/content-review-checklist/SKILL.md +15 -0
  215. package/domains/content/locales/en/.agents/skills/cta-optimization/SKILL.md +15 -0
  216. package/domains/content/locales/en/.agents/skills/data-storytelling/SKILL.md +15 -0
  217. package/domains/content/locales/en/.agents/skills/email-copywriting/SKILL.md +15 -0
  218. package/domains/content/locales/en/.agents/skills/email-engagement-tiers/SKILL.md +15 -0
  219. package/domains/content/locales/en/.agents/skills/fact-checking/SKILL.md +15 -0
  220. package/domains/content/locales/en/.agents/skills/gates/SKILL.md +20 -0
  221. package/domains/content/locales/en/.agents/skills/google-stitch-content/SKILL.md +15 -0
  222. package/domains/content/locales/en/.agents/skills/handoff/SKILL.md +24 -0
  223. package/domains/content/locales/en/.agents/skills/headline-formulas/SKILL.md +15 -0
  224. package/domains/content/locales/en/.agents/skills/image-prompt-engineering/SKILL.md +15 -0
  225. package/domains/content/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +30 -1
  226. package/domains/content/locales/en/.agents/skills/mailerlite-email-ops/SKILL.md +15 -0
  227. package/domains/content/locales/en/.agents/skills/marketing-psychology/SKILL.md +15 -0
  228. package/domains/content/locales/en/.agents/skills/moodboard/SKILL.md +15 -0
  229. package/domains/content/locales/en/.agents/skills/platform-compliance/SKILL.md +15 -0
  230. package/domains/content/locales/en/.agents/skills/platform-strategy/SKILL.md +15 -0
  231. package/domains/content/locales/en/.agents/skills/platform-visual-specs/SKILL.md +15 -0
  232. package/domains/content/locales/en/.agents/skills/readability-scoring/SKILL.md +15 -0
  233. package/domains/content/locales/en/.agents/skills/seo-copywriting/SKILL.md +15 -0
  234. package/domains/content/locales/en/.agents/skills/social-media-formats/SKILL.md +15 -0
  235. package/domains/content/locales/en/.agents/skills/source-verification/SKILL.md +15 -0
  236. package/domains/content/locales/en/.agents/skills/storytelling-framework/SKILL.md +15 -0
  237. package/domains/content/locales/en/.agents/skills/tone-of-voice/SKILL.md +15 -0
  238. package/domains/content/locales/en/.agents/skills/topic-research/SKILL.md +15 -0
  239. package/domains/content/locales/en/.agents/skills/trend-research/SKILL.md +15 -0
  240. package/domains/content/locales/en/.agents/skills/visual-brief/SKILL.md +15 -0
  241. package/domains/content/locales/en/AGENTS.md +4 -0
  242. package/domains/content/locales/en/agents/auditor.md +76 -0
  243. package/domains/content/locales/en/agents/conductor.md +12 -0
  244. package/domains/content/locales/en/agents/copywriter.md +12 -0
  245. package/domains/content/locales/en/agents/researcher.md +12 -0
  246. package/domains/content/locales/en/agents/reviewer.md +12 -0
  247. package/domains/content/locales/en/agents/strategist.md +12 -0
  248. package/domains/content/locales/en/agents/visual_concept.md +12 -0
  249. package/domains/content/persona/persona-base.md +94 -0
  250. package/domains/content/pipeline.yaml +96 -0
  251. package/domains/development/.agents/skills/adr-log/SKILL.md +1 -0
  252. package/domains/development/.agents/skills/design-intake/SKILL.md +0 -4
  253. package/domains/development/.agents/skills/karpathy-guidelines/SKILL.md +2 -1
  254. package/domains/development/.agents/skills/lava-flow-legacy-detection/SKILL.md +15 -1
  255. package/domains/development/.agents/skills/mcp-integration/SKILL.md +211 -0
  256. package/domains/development/.agents/skills/mcp-integration/agents/claude.json +22 -0
  257. package/domains/development/.agents/skills/mcp-integration/agents/copilot.json +22 -0
  258. package/domains/development/.agents/skills/mcp-integration/agents/gemini.json +22 -0
  259. package/domains/development/.agents/skills/mcp-integration/agents/kimi.yaml +18 -0
  260. package/domains/development/.agents/skills/mcp-integration/agents/openai.yaml +8 -0
  261. package/domains/development/.agents/skills/mcp-integration/agents/qwen.json +22 -0
  262. package/domains/development/.agents/skills/mcp-integration/agents/skill.yaml +26 -0
  263. package/domains/development/.agents/skills/qa-ui-a11y-smoke/SKILL.md +1 -1
  264. package/domains/development/.agents/skills/ui-a11y-smoke-review/SKILL.md +1 -1
  265. package/domains/development/AGENTS.md +1 -0
  266. package/domains/development/AGENTS.yaml +1 -0
  267. package/domains/development/agents/architect.md +13 -1
  268. package/domains/development/agents/auditor.md +74 -0
  269. package/domains/development/agents/conductor.md +14 -3
  270. package/domains/development/agents/devops.md +8 -9
  271. package/domains/development/agents/reviewer.md +12 -0
  272. package/domains/development/agents/senior_full_stack.md +12 -0
  273. package/domains/development/agents/tester.md +10 -16
  274. package/domains/development/locales/en/.agents/skills/adr-log/SKILL.md +1 -0
  275. package/domains/development/locales/en/.agents/skills/current-state-analysis/SKILL.md +256 -172
  276. package/domains/development/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +2 -1
  277. package/domains/development/locales/en/.agents/skills/lava-flow-legacy-detection/SKILL.md +15 -1
  278. package/domains/development/locales/en/.agents/skills/mcp-integration/SKILL.md +211 -0
  279. package/domains/development/locales/en/.agents/skills/mcp-integration/agents/claude.json +22 -0
  280. package/domains/development/locales/en/.agents/skills/mcp-integration/agents/copilot.json +22 -0
  281. package/domains/development/locales/en/.agents/skills/mcp-integration/agents/gemini.json +22 -0
  282. package/domains/development/locales/en/.agents/skills/mcp-integration/agents/kimi.yaml +18 -0
  283. package/domains/development/locales/en/.agents/skills/mcp-integration/agents/openai.yaml +8 -0
  284. package/domains/development/locales/en/.agents/skills/mcp-integration/agents/qwen.json +22 -0
  285. package/domains/development/locales/en/.agents/skills/mcp-integration/agents/skill.yaml +26 -0
  286. package/domains/development/locales/en/.agents/skills/qa-ui-a11y-smoke/SKILL.md +1 -1
  287. package/domains/development/locales/en/.agents/skills/ui-a11y-smoke-review/SKILL.md +1 -1
  288. package/domains/development/locales/en/AGENTS.md +5 -0
  289. package/domains/development/locales/en/AGENTS.yaml +1 -0
  290. package/domains/development/locales/en/agents/architect.md +13 -1
  291. package/domains/development/locales/en/agents/auditor.md +74 -0
  292. package/domains/development/locales/en/agents/conductor.md +14 -3
  293. package/domains/development/locales/en/agents/devops.md +8 -9
  294. package/domains/development/locales/en/agents/reviewer.md +12 -0
  295. package/domains/development/locales/en/agents/senior_full_stack.md +12 -0
  296. package/domains/development/locales/en/agents/tester.md +10 -16
  297. package/domains/development/persona/persona-base.md +94 -0
  298. package/domains/product/.agents/skills/aarrr-metrics/SKILL.md +451 -433
  299. package/domains/product/.agents/skills/ab-test-design/SKILL.md +428 -412
  300. package/domains/product/.agents/skills/acceptance-criteria/SKILL.md +422 -406
  301. package/domains/product/.agents/skills/assumption-mapping/SKILL.md +323 -307
  302. package/domains/product/.agents/skills/board/SKILL.md +24 -0
  303. package/domains/product/.agents/skills/design-brief/SKILL.md +433 -418
  304. package/domains/product/.agents/skills/epic-breakdown/SKILL.md +435 -420
  305. package/domains/product/.agents/skills/gates/SKILL.md +470 -446
  306. package/domains/product/.agents/skills/gtm-brief/SKILL.md +18 -321
  307. package/domains/product/.agents/skills/gtm-brief-reference/SKILL.md +348 -0
  308. package/domains/product/.agents/skills/gtm-brief-reference/agents/claude.json +17 -0
  309. package/domains/product/.agents/skills/gtm-brief-reference/agents/copilot.json +17 -0
  310. package/domains/product/.agents/skills/gtm-brief-reference/agents/gemini.json +17 -0
  311. package/domains/product/.agents/skills/gtm-brief-reference/agents/kimi.yaml +15 -0
  312. package/domains/product/.agents/skills/gtm-brief-reference/agents/openai.yaml +10 -0
  313. package/domains/product/.agents/skills/gtm-brief-reference/agents/qwen.json +17 -0
  314. package/domains/product/.agents/skills/gtm-brief-reference/agents/skill.yaml +22 -0
  315. package/domains/product/.agents/skills/handoff/SKILL.md +463 -439
  316. package/domains/product/.agents/skills/html-pdf-report/SKILL.md +21 -663
  317. package/domains/product/.agents/skills/html-pdf-report-reference/SKILL.md +699 -0
  318. package/domains/product/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
  319. package/domains/product/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
  320. package/domains/product/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
  321. package/domains/product/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
  322. package/domains/product/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
  323. package/domains/product/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
  324. package/domains/product/.agents/skills/html-pdf-report-reference/agents/skill.yaml +22 -0
  325. package/domains/product/.agents/skills/hypothesis-template/SKILL.md +484 -469
  326. package/domains/product/.agents/skills/jtbd-canvas/SKILL.md +274 -258
  327. package/domains/product/.agents/skills/kano-model/SKILL.md +370 -355
  328. package/domains/product/.agents/skills/karpathy-guidelines/SKILL.md +36 -0
  329. package/domains/product/.agents/skills/launch-checklist/SKILL.md +434 -419
  330. package/domains/product/.agents/skills/moscow-prioritization/SKILL.md +407 -392
  331. package/domains/product/.agents/skills/north-star-metric/SKILL.md +317 -301
  332. package/domains/product/.agents/skills/okr-framework/SKILL.md +299 -284
  333. package/domains/product/.agents/skills/opportunity-solution-tree/SKILL.md +472 -456
  334. package/domains/product/.agents/skills/prd-template/SKILL.md +18 -258
  335. package/domains/product/.agents/skills/prd-template-reference/SKILL.md +285 -0
  336. package/domains/product/.agents/skills/prd-template-reference/agents/claude.json +17 -0
  337. package/domains/product/.agents/skills/prd-template-reference/agents/copilot.json +17 -0
  338. package/domains/product/.agents/skills/prd-template-reference/agents/gemini.json +17 -0
  339. package/domains/product/.agents/skills/prd-template-reference/agents/kimi.yaml +16 -0
  340. package/domains/product/.agents/skills/prd-template-reference/agents/openai.yaml +10 -0
  341. package/domains/product/.agents/skills/prd-template-reference/agents/qwen.json +17 -0
  342. package/domains/product/.agents/skills/prd-template-reference/agents/skill.yaml +23 -0
  343. package/domains/product/.agents/skills/problem-statement/SKILL.md +327 -312
  344. package/domains/product/.agents/skills/product-roadmap/SKILL.md +320 -304
  345. package/domains/product/.agents/skills/product-vision/SKILL.md +409 -394
  346. package/domains/product/.agents/skills/release-notes/SKILL.md +18 -258
  347. package/domains/product/.agents/skills/release-notes-reference/SKILL.md +285 -0
  348. package/domains/product/.agents/skills/release-notes-reference/agents/claude.json +17 -0
  349. package/domains/product/.agents/skills/release-notes-reference/agents/copilot.json +17 -0
  350. package/domains/product/.agents/skills/release-notes-reference/agents/gemini.json +17 -0
  351. package/domains/product/.agents/skills/release-notes-reference/agents/kimi.yaml +15 -0
  352. package/domains/product/.agents/skills/release-notes-reference/agents/openai.yaml +10 -0
  353. package/domains/product/.agents/skills/release-notes-reference/agents/qwen.json +17 -0
  354. package/domains/product/.agents/skills/release-notes-reference/agents/skill.yaml +22 -0
  355. package/domains/product/.agents/skills/report-design/SKILL.md +17 -307
  356. package/domains/product/.agents/skills/report-design-reference/SKILL.md +331 -0
  357. package/domains/product/.agents/skills/report-design-reference/agents/claude.json +17 -0
  358. package/domains/product/.agents/skills/report-design-reference/agents/copilot.json +17 -0
  359. package/domains/product/.agents/skills/report-design-reference/agents/gemini.json +17 -0
  360. package/domains/product/.agents/skills/report-design-reference/agents/kimi.yaml +15 -0
  361. package/domains/product/.agents/skills/report-design-reference/agents/openai.yaml +10 -0
  362. package/domains/product/.agents/skills/report-design-reference/agents/qwen.json +17 -0
  363. package/domains/product/.agents/skills/report-design-reference/agents/skill.yaml +22 -0
  364. package/domains/product/.agents/skills/rice-scoring/SKILL.md +266 -251
  365. package/domains/product/.agents/skills/saas-metrics/SKILL.md +422 -404
  366. package/domains/product/.agents/skills/session-prompt-generator/SKILL.md +474 -450
  367. package/domains/product/.agents/skills/user-flow/SKILL.md +491 -476
  368. package/domains/product/.agents/skills/user-interview-script/SKILL.md +315 -298
  369. package/domains/product/.agents/skills/user-story/SKILL.md +401 -385
  370. package/domains/product/.agents/skills/wsjf-scoring/SKILL.md +333 -315
  371. package/domains/product/AGENTS.md +5 -0
  372. package/domains/product/AGENTS.yaml +1 -0
  373. package/domains/product/agents/auditor.md +76 -0
  374. package/domains/product/agents/conductor.md +11 -0
  375. package/domains/product/agents/data_analyst.md +11 -0
  376. package/domains/product/agents/designer.md +11 -0
  377. package/domains/product/agents/discovery.md +11 -0
  378. package/domains/product/agents/layouter.md +11 -0
  379. package/domains/product/agents/mediator.md +11 -0
  380. package/domains/product/agents/pm.md +11 -0
  381. package/domains/product/agents/product_strategist.md +11 -0
  382. package/domains/product/agents/tech_lead.md +11 -0
  383. package/domains/product/agents/ux_designer.md +11 -0
  384. package/domains/product/locales/en/.agents/skills/aarrr-metrics/SKILL.md +451 -433
  385. package/domains/product/locales/en/.agents/skills/ab-test-design/SKILL.md +428 -412
  386. package/domains/product/locales/en/.agents/skills/acceptance-criteria/SKILL.md +422 -406
  387. package/domains/product/locales/en/.agents/skills/assumption-mapping/SKILL.md +323 -307
  388. package/domains/product/locales/en/.agents/skills/board/SKILL.md +24 -0
  389. package/domains/product/locales/en/.agents/skills/design-brief/SKILL.md +433 -418
  390. package/domains/product/locales/en/.agents/skills/epic-breakdown/SKILL.md +435 -420
  391. package/domains/product/locales/en/.agents/skills/gates/SKILL.md +470 -446
  392. package/domains/product/locales/en/.agents/skills/gtm-brief/SKILL.md +18 -321
  393. package/domains/product/locales/en/.agents/skills/gtm-brief-reference/SKILL.md +348 -0
  394. package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/claude.json +17 -0
  395. package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/copilot.json +17 -0
  396. package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/gemini.json +17 -0
  397. package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/kimi.yaml +15 -0
  398. package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/openai.yaml +10 -0
  399. package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/qwen.json +17 -0
  400. package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/skill.yaml +22 -0
  401. package/domains/product/locales/en/.agents/skills/handoff/SKILL.md +463 -439
  402. package/domains/product/locales/en/.agents/skills/html-pdf-report/SKILL.md +21 -663
  403. package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/SKILL.md +699 -0
  404. package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
  405. package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
  406. package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
  407. package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
  408. package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
  409. package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
  410. package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/skill.yaml +22 -0
  411. package/domains/product/locales/en/.agents/skills/hypothesis-template/SKILL.md +484 -469
  412. package/domains/product/locales/en/.agents/skills/jtbd-canvas/SKILL.md +273 -257
  413. package/domains/product/locales/en/.agents/skills/kano-model/SKILL.md +370 -355
  414. package/domains/product/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +36 -0
  415. package/domains/product/locales/en/.agents/skills/launch-checklist/SKILL.md +434 -419
  416. package/domains/product/locales/en/.agents/skills/moscow-prioritization/SKILL.md +407 -392
  417. package/domains/product/locales/en/.agents/skills/north-star-metric/SKILL.md +317 -301
  418. package/domains/product/locales/en/.agents/skills/okr-framework/SKILL.md +299 -284
  419. package/domains/product/locales/en/.agents/skills/opportunity-solution-tree/SKILL.md +472 -456
  420. package/domains/product/locales/en/.agents/skills/prd-template/SKILL.md +18 -258
  421. package/domains/product/locales/en/.agents/skills/prd-template-reference/SKILL.md +285 -0
  422. package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/claude.json +16 -0
  423. package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/copilot.json +16 -0
  424. package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/gemini.json +16 -0
  425. package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/kimi.yaml +15 -0
  426. package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/openai.yaml +10 -0
  427. package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/qwen.json +16 -0
  428. package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/skill.yaml +22 -0
  429. package/domains/product/locales/en/.agents/skills/problem-statement/SKILL.md +327 -312
  430. package/domains/product/locales/en/.agents/skills/product-roadmap/SKILL.md +321 -305
  431. package/domains/product/locales/en/.agents/skills/product-vision/SKILL.md +410 -395
  432. package/domains/product/locales/en/.agents/skills/release-notes/SKILL.md +18 -258
  433. package/domains/product/locales/en/.agents/skills/release-notes-reference/SKILL.md +285 -0
  434. package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/claude.json +16 -0
  435. package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/copilot.json +16 -0
  436. package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/gemini.json +16 -0
  437. package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/kimi.yaml +14 -0
  438. package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/openai.yaml +10 -0
  439. package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/qwen.json +16 -0
  440. package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/skill.yaml +21 -0
  441. package/domains/product/locales/en/.agents/skills/report-design/SKILL.md +17 -307
  442. package/domains/product/locales/en/.agents/skills/report-design-reference/SKILL.md +331 -0
  443. package/domains/product/locales/en/.agents/skills/report-design-reference/agents/claude.json +17 -0
  444. package/domains/product/locales/en/.agents/skills/report-design-reference/agents/copilot.json +17 -0
  445. package/domains/product/locales/en/.agents/skills/report-design-reference/agents/gemini.json +17 -0
  446. package/domains/product/locales/en/.agents/skills/report-design-reference/agents/kimi.yaml +15 -0
  447. package/domains/product/locales/en/.agents/skills/report-design-reference/agents/openai.yaml +10 -0
  448. package/domains/product/locales/en/.agents/skills/report-design-reference/agents/qwen.json +17 -0
  449. package/domains/product/locales/en/.agents/skills/report-design-reference/agents/skill.yaml +22 -0
  450. package/domains/product/locales/en/.agents/skills/rice-scoring/SKILL.md +266 -251
  451. package/domains/product/locales/en/.agents/skills/saas-metrics/SKILL.md +422 -404
  452. package/domains/product/locales/en/.agents/skills/session-prompt-generator/SKILL.md +474 -450
  453. package/domains/product/locales/en/.agents/skills/user-flow/SKILL.md +491 -476
  454. package/domains/product/locales/en/.agents/skills/user-interview-script/SKILL.md +314 -297
  455. package/domains/product/locales/en/.agents/skills/user-story/SKILL.md +401 -385
  456. package/domains/product/locales/en/.agents/skills/wsjf-scoring/SKILL.md +333 -315
  457. package/domains/product/locales/en/AGENTS.md +5 -0
  458. package/domains/product/locales/en/agents/auditor.md +76 -0
  459. package/domains/product/locales/en/agents/conductor.md +11 -0
  460. package/domains/product/locales/en/agents/data_analyst.md +11 -0
  461. package/domains/product/locales/en/agents/designer.md +11 -0
  462. package/domains/product/locales/en/agents/discovery.md +11 -0
  463. package/domains/product/locales/en/agents/layouter.md +11 -0
  464. package/domains/product/locales/en/agents/mediator.md +11 -0
  465. package/domains/product/locales/en/agents/pm.md +11 -0
  466. package/domains/product/locales/en/agents/product_strategist.md +11 -0
  467. package/domains/product/locales/en/agents/tech_lead.md +11 -0
  468. package/domains/product/locales/en/agents/ux_designer.md +11 -0
  469. package/domains/product/persona/persona-base.md +94 -0
  470. package/domains/product/pipeline.yaml +115 -0
  471. package/package.json +72 -70
@@ -1,251 +1,266 @@
1
- ---
2
- name: rice-scoring
3
- description: Prioritization by Reach × Impact × Confidence / Effort
4
- ---
5
- # RICE Scoring
6
-
7
- > **Category:** Prioritization · **Slug:** `rice-scoring`
8
-
9
- ## When to Use
10
-
11
- - When ranking multiple initiatives / features for a roadmap.
12
- - As an initial screening before deeper analysis.
13
- - For comparable scoring across initiatives of different types.
14
- - In Build-Camp (`/shape-prioritize`) — each initiative must have a RICE score.
15
-
16
- ## Input
17
-
18
- | Field | Required | Description |
19
- |-------|:--------:|-------------|
20
- | Backlog / initiative list | ✅ | 10-50 initiatives is optimal |
21
- | Reach data | ✅ | Analytics / CRM for reach estimation |
22
- | Impact hypothesis | ✅ | Metric target + rationale |
23
- | Effort estimates | ✅ | Engineering/design time |
24
- | Time period | ✅ | Typically a quarter |
25
-
26
- ## Data Sources
27
-
28
- 1. Product analytics users / accounts data for reach.
29
- 2. Customer interviewsimpact signal.
30
- 3. Engineering estimates — effort (time, not cost).
31
- 4. Historical data — similar features' actual outcomes.
32
-
33
- ### Related Skills
34
-
35
- | Skill | What we take | When to invoke |
36
- |-------|-------------|----------------|
37
- | `problem-statement` | Reach + impact evidence | For calculation |
38
- | `kano-model` | Category multiplier | Post-scoring adjustment |
39
- | `product-roadmap` | Scored list Now/Next | After scoring |
40
- | `hypothesis-template` | Confidence basis | For Confidence assessment |
41
-
42
- ## Formula
43
-
44
- ```
45
- RICE = (Reach × Impact × Confidence) / Effort
46
- ```
47
-
48
- ## Protocol
49
-
50
- ### Step 1 Reach
51
-
52
- How many **people / accounts** affected within time period.
53
-
54
- Scale:
55
- - Reach is always for a fixed period (quarter, half-year)
56
- - B2B SaaS: count accounts or teams, not raw seats (usually)
57
- - Precise metric: «150 accounts per quarter» > «many customers»
58
-
59
- ✅ Good: «120 accounts using current flow / quarter»
60
- Bad: «A lot of teams» (unmeasured)
61
-
62
- ### Step 2 — Impact
63
-
64
- How much value will it create for each affected user?
65
-
66
- Scale (fixed by Intercom originator):
67
- - **3** = Massive impact
68
- - **2** = High
69
- - **1** = Medium
70
- - **0.5** = Low
71
- - **0.25** = Minimal
72
-
73
- Attach metric hypothesis: «+15% activation» → medium-high Impact.
74
-
75
- ### Step 3 Confidence
76
-
77
- How confident are we in reach × impact?
78
-
79
- Scale:
80
- - **100%** — Strong evidence (A/B test data, similar feature launched)
81
- - **80%** — Moderate evidence (customer interviews N ≥ 10, some data)
82
- - **50%** Low evidence (assumption-based, no direct data)
83
-
84
- Below 50% assumption-mapping first.
85
-
86
- ### Step 4 — Effort
87
-
88
- Person-months (total across roles).
89
-
90
- Decomposition:
91
- - Engineering (senior + junior adjusted)
92
- - Design
93
- - PM time
94
- - QA
95
- - Data instrumentation
96
- - Post-launch support
97
-
98
- Round to quarters (0.25 / 0.5 / 1 / 2 person-months).
99
-
100
- ### Step 5 — Calculate
101
-
102
- ```
103
- RICE = (Reach × Impact × Confidence) / Effort
104
- ```
105
-
106
- Example:
107
- - Reach: 120 accounts
108
- - Impact: 2 (High)
109
- - Confidence: 80%
110
- - Effort: 3 person-months
111
-
112
- RICE = (120 × 2 × 0.8) / 3 = **64**
113
-
114
- ### Step 6 — Rank
115
-
116
- Sort initiatives by RICE. Top items are candidates for Now.
117
-
118
- ### Step 7 Sanity Check
119
-
120
- Top 5 from RICE — reasonable?
121
-
122
- Common red flags:
123
- - «Tiny effort, massive reach» — check if effort was underestimated
124
- - Confidence 100% without evidence — over-confident
125
- - Reach > total customer base — math error
126
- - Initiatives with radically different sizes competing — split or bucket
127
-
128
- ### Step 8 — Adjust with Kano + Strategy Fit
129
-
130
- RICE — pure math. Add:
131
- - Kano must-have: boost (×1.5)
132
- - Kano indifferent: kill (×0)
133
- - Strategic fit (aligned with theme): +20% boost
134
- - Out of theme: reduce (×0.5)
135
-
136
- Final = RICE × adjustments.
137
-
138
- ### Step 9Document Rationale
139
-
140
- For each score — 1-line rationale. Future you (and team) needs to understand where the numbers came from.
141
-
142
- ## Validation (Quality Gate)
143
-
144
- - [ ] Each initiative has numeric Reach (not «a lot»)
145
- - [ ] Impact on fixed Intercom scale
146
- - [ ] Confidence is honest — evidence stated
147
- - [ ] Effort includes ALL roles, not only eng
148
- - [ ] Math verified (no errors)
149
- - [ ] Sanity check passed
150
- - [ ] Kano + theme fit applied
151
- - [ ] Rationale documented per score
152
-
153
- ## Handoff
154
-
155
- The result is input for:
156
- - **`product-roadmap`** — scored list → Now/Next/Later
157
- - **`wsjf-scoring`** alternative method for enterprise context
158
- - **PM** → PRD decisions
159
- - **Mediator** (Full B) evidence for Build/Cut debate
160
-
161
- Format: scored backlog table, top items with rationale. Via `$handoff`.
162
-
163
- ## Anti-patterns
164
-
165
- | Error | Why it's bad | How to do it right |
166
- |-------|-------------|-------------------|
167
- | Reach = total customers | Inflates score | Only affected within period |
168
- | Impact without metric | Subjective | Attach numeric hypothesis |
169
- | Confidence 100% always | Over-confident | Evidence per level |
170
- | Effort = only engineering | Under-estimates | Include all roles |
171
- | No adjustments | Ignores strategy / Kano | Apply multipliers |
172
- | Scoring discussion | RICE = start, not end | Top items → discussion |
173
-
174
- ## Template
175
-
176
- ```markdown
177
- # RICE Scoring — Q2 2026 Backlog
178
-
179
- | # | Initiative | Reach | Impact | Confidence | Effort (pm) | RICE | Adj. | Final | Rationale |
180
- |---|------------|:-----:|:------:|:----------:|:-----------:|:----:|:----:|:-----:|-----------|
181
- | 1 | In-app checklist | 300 | 2 | 80% | 2 | 240 | +20% (theme) | 288 | «300 acct/q × 80% conf from 5 pilots» |
182
- | 2 | Custom branding | 180 | 1 | 50% | 3 | 30 | ×0 (indifferent) | 0 | «Low signal» |
183
-
184
- ## Top 5 Recommended (Now)
185
- ...
186
-
187
- ## Adjustments Applied
188
- - Kano must-have: ×1.5
189
- - Theme-aligned: +20%
190
- - Indifferent: ×0
191
- ```
192
-
193
- ## Worked Example — TeamFlow Q2 Backlog RICE Scoring
194
-
195
- **Context:** TeamFlow. After Kano classification (18 features across 3 segments) the team scores initiatives for Q2 implementation. Period: one quarter (13 weeks). Baseline RICE + Kano adjustments + theme fit.
196
-
197
- ### Backlog Scoring (Top 18 items)
198
-
199
- | # | Initiative | Reach (accts / quarter) | Impact | Confidence | Effort (pm) | RICE | Kano Adj | Theme Adj | **Final** | Rationale |
200
- |---|------------|:----------------------:|:------:|:----------:|:-----------:|:----:|:--------:|:---------:|:---------:|-----------|
201
- | 1 | AI Summary (core) | 200 (base) | 3 (Massive) | 80% (wizard-of-oz validated) | 3 | **160** | Performance ×1.0 | Theme1 +20% | **192** | «Core AI feature, strong discovery evidence, engineering validated» |
202
- | 2 | Auto Action Items Extraction | 200 | 2 | 80% | 1.5 | **213** | Performance ×1.0 | Theme1 +20% | **256** | «Highest RICE — high reach, low effort as extension of AI summary» |
203
- | 3 | Action Items Reminders | 200 | 2 | 90% (rule-based, no AI) | 0.5 | **720** | Must (enterprise) ×1.5 | Theme1 +20% | **1296** | «Quick win — minimal effort, already-built notification stack» |
204
- | 4 | Per-Meeting AI Toggle | 200 | 1 | 100% | 0.5 | **400** | Must ×1.5 | Theme3 +20% | **720** | «Privacy must-have, simple UI» |
205
- | 5 | Data Retention Controls | 200 | 1 | 100% | 1 | **200** | Must ×1.5 | Theme3 +20% | **360** | «Must-have for compliance» |
206
- | 6 | Inline Summary Edit | 200 | 1 | 100% | 0.5 | **400** | Must ×1.5 | Theme1 +20% | **720** | «Must-have, simple UX» |
207
- | 7 | Aggregate Dashboard MVP | 80 (mid+ accts) | 3 | 70% (design partners ready) | 3 | **56** | Performance ×1.0 | Theme2 +20% | **67** | «Enterprise tier enabler» |
208
- | 8 | Manager Health Score | 80 | 2 | 60% (formula unclear) | 4 | **24** | Performance (ent) ×1.0 | Theme2 +20% | **29** | «Needs assumption validation» |
209
- | 9 | Quarterly Exec Report Generator | 80 | 2 | 80% | 2 | **64** | Must (mid+) ×1.5 | Theme2 +20% | **115** | «VP HR reporting need» |
210
- | 10 | SSO SAML | 27 (enterprise) | 3 | 100% | 1 | **81** | Must (ent) ×1.5 | Theme2 +20% | **146** | «Enterprise contract blocker» |
211
- | 11 | Audit Log Enhancements | 27 | 2 | 100% | 1.5 | **36** | Must (ent) ×1.5 | Theme3 +20% | **65** | «SOC 2 compliance» |
212
- | 12 | Calendar Integration v2 | 150 (mid+) | 2 | 90% | 2 | **135** | Must (mid+) ×1.5 | Theme1 +20% | **243** | «Unblocker for mid-market adoption» |
213
- | 13 | Slack Notifications | 150 | 1 | 90% | 0.5 | **270** | Delighter ×1.3 | Theme1 +20% | **421** | «Delighter in SMB + mid, quick build» |
214
- | 14 | Zoom/Meet Import | 70 (mid) | 1 | 60% (integration risk) | 3 | **14** | Delighter (mid) ×1.3 | — | **18** | «Low RICE, defer to Q3» |
215
- | 15 | AI Discussion Prompts | 120 (SMB primary) | 1 | 50% (novelty — adoption unclear) | 1 | **60** | Delighter (SMB) ×1.3 | Theme1 +10% | **86** | «SMB delighter» |
216
- | 16 | Meeting Templates | 120 | 1 | 80% | 1 | **96** | Delighter (SMB) ×1.3 | Theme1 +10% | **137** | «SMB onboarding aid» |
217
- | 17 | Sentiment Tracking | 0 (Reverse in SMB!) | 0 | 100% | 2 | **0** | Reverse ×0 | | **0** | «❌ CUTReverse signal in Kano» |
218
- | 18 | Real-time Transcription | 150 (mid+) | 2 | 75% | 4 | **56** | Performance ×1.0 | Theme1 +20% | **68** | «High effort, consider in Q3» |
219
-
220
- ### Sanity Check Observations
221
-
222
- 1. **Item 3 (Action Items Reminders) RICE is highest** smells suspicious initially. But rationale holds: very low effort (0.5 pm = 2 weeks), large reach, high confidence (rule-based, no AI uncertainty). Green light as Q2 quick-win.
223
- 2. **Item 17 (Sentiment Tracking) killed** by Kano Reverse multiplier would have shipped in naive RICE-only view (baseline 60). Kano integration saved this.
224
- 3. **Item 8 (Manager Health Score) low** due to confidence penalty formula unclear. Triggers decision: **spike** 1 week to define formula, THEN re-score.
225
- 4. **Item 14 (Zoom/Meet) deferred** low absolute RICE, high integration risk.
226
-
227
- ### Top 10 Recommended for Now (sorted by Final)
228
-
229
- 1. **Action Items Reminders** (1296) — P0 quick win
230
- 2. **Auto Action Items Extraction** (256) — P0 core
231
- 3. **Calendar Integration v2** (243) P0 mid-market enabler
232
- 4. **AI Summary core** (192) — P0 flagship
233
- 5. **Per-Meeting AI Toggle** (720) P0 privacy must
234
- 6. **Inline Summary Edit** (720) — P0 UX must
235
- 7. **Data Retention Controls** (360) — P0 compliance
236
- 8. **Slack Notifications** (421) — P1 SMB delighter
237
- 9. **Data Retention Controls** — also P0 compliance
238
- 10. **SSO SAML** (146) — P0 enterprise unblocker
239
-
240
- ### Effort Total (Top 10)
241
-
242
- **Must-haves (P0):** 14.5 person-months
243
- **Should-haves + Delighters:** 1.5 person-months
244
- **Total Now bucket:** 16 person-months in 13-week quarter = ~5 engineers fully allocated. Matches team capacity (8 eng) with 3 reserved for Theme 2 + 3.
245
-
246
- ### Deferred to Q3
247
-
248
- - Real-time Transcription (item 18) — too high effort for Q2, queued for Q3 when AI infra stabilized
249
- - Zoom/Meet Import (item 14) — dependent on integration platform work
250
-
251
- > **RICE lesson:** Kano multipliers **changed the order** — without them Sentiment Tracking would have shipped. Theme fit bonus concentrated work in 3 strategic themes — avoided scattered backlog. Confidence penalty on Item 8 (Manager Health Score) prevented commitment without formula validation converted to spike first. Scoring — discussion starter; top 10 is a commitment after alignment, not algorithm output.
1
+ ---
2
+ name: rice-scoring
3
+ description: Prioritization by Reach × Impact × Confidence / Effort
4
+ type: triggered
5
+ domain: product
6
+ owners:
7
+ - pm
8
+ gates:
9
+ - PM
10
+ tech: []
11
+ topic: []
12
+ triggers:
13
+ - rice-scoring
14
+ - RICE
15
+ - reach impact confidence effort
16
+ related: []
17
+ budget_lines: 266
18
+ schema_version: 1
19
+ ---
20
+ # RICE Scoring
21
+
22
+ > **Category:** Prioritization · **Slug:** `rice-scoring`
23
+
24
+ ## When to Use
25
+
26
+ - When ranking multiple initiatives / features for a roadmap.
27
+ - As an initial screening before deeper analysis.
28
+ - For comparable scoring across initiatives of different types.
29
+ - In Build-Camp (`/shape-prioritize`) each initiative must have a RICE score.
30
+
31
+ ## Input
32
+
33
+ | Field | Required | Description |
34
+ |-------|:--------:|-------------|
35
+ | Backlog / initiative list | | 10-50 initiatives is optimal |
36
+ | Reach data | ✅ | Analytics / CRM for reach estimation |
37
+ | Impact hypothesis | | Metric target + rationale |
38
+ | Effort estimates | | Engineering/design time |
39
+ | Time period | | Typically a quarter |
40
+
41
+ ## Data Sources
42
+
43
+ 1. Product analytics — users / accounts data for reach.
44
+ 2. Customer interviews — impact signal.
45
+ 3. Engineering estimates effort (time, not cost).
46
+ 4. Historical data — similar features' actual outcomes.
47
+
48
+ ### Related Skills
49
+
50
+ | Skill | What we take | When to invoke |
51
+ |-------|-------------|----------------|
52
+ | `problem-statement` | Reach + impact evidence | For calculation |
53
+ | `kano-model` | Category multiplier | Post-scoring adjustment |
54
+ | `product-roadmap` | Scored list → Now/Next | After scoring |
55
+ | `hypothesis-template` | Confidence basis | For Confidence assessment |
56
+
57
+ ## Formula
58
+
59
+ ```
60
+ RICE = (Reach × Impact × Confidence) / Effort
61
+ ```
62
+
63
+ ## Protocol
64
+
65
+ ### Step 1 — Reach
66
+
67
+ How many **people / accounts** affected within time period.
68
+
69
+ Scale:
70
+ - Reach is always for a fixed period (quarter, half-year)
71
+ - B2B SaaS: count accounts or teams, not raw seats (usually)
72
+ - Precise metric: «150 accounts per quarter» > «many customers»
73
+
74
+ ✅ Good: «120 accounts using current flow / quarter»
75
+ Bad: «A lot of teams» (unmeasured)
76
+
77
+ ### Step 2 Impact
78
+
79
+ How much value will it create for each affected user?
80
+
81
+ Scale (fixed by Intercom originator):
82
+ - **3** = Massive impact
83
+ - **2** = High
84
+ - **1** = Medium
85
+ - **0.5** = Low
86
+ - **0.25** = Minimal
87
+
88
+ Attach metric hypothesis: «+15% activation» → medium-high Impact.
89
+
90
+ ### Step 3 — Confidence
91
+
92
+ How confident are we in reach × impact?
93
+
94
+ Scale:
95
+ - **100%** — Strong evidence (A/B test data, similar feature launched)
96
+ - **80%** — Moderate evidence (customer interviews N ≥ 10, some data)
97
+ - **50%** — Low evidence (assumption-based, no direct data)
98
+
99
+ Below 50% → assumption-mapping first.
100
+
101
+ ### Step 4 — Effort
102
+
103
+ Person-months (total across roles).
104
+
105
+ Decomposition:
106
+ - Engineering (senior + junior adjusted)
107
+ - Design
108
+ - PM time
109
+ - QA
110
+ - Data instrumentation
111
+ - Post-launch support
112
+
113
+ Round to quarters (0.25 / 0.5 / 1 / 2 person-months).
114
+
115
+ ### Step 5 — Calculate
116
+
117
+ ```
118
+ RICE = (Reach × Impact × Confidence) / Effort
119
+ ```
120
+
121
+ Example:
122
+ - Reach: 120 accounts
123
+ - Impact: 2 (High)
124
+ - Confidence: 80%
125
+ - Effort: 3 person-months
126
+
127
+ RICE = (120 × 2 × 0.8) / 3 = **64**
128
+
129
+ ### Step 6 — Rank
130
+
131
+ Sort initiatives by RICE. Top items are candidates for Now.
132
+
133
+ ### Step 7 Sanity Check
134
+
135
+ Top 5 from RICE — reasonable?
136
+
137
+ Common red flags:
138
+ - «Tiny effort, massive reach» check if effort was underestimated
139
+ - Confidence 100% without evidence — over-confident
140
+ - Reach > total customer base math error
141
+ - Initiatives with radically different sizes competing — split or bucket
142
+
143
+ ### Step 8 — Adjust with Kano + Strategy Fit
144
+
145
+ RICE pure math. Add:
146
+ - Kano must-have: boost (×1.5)
147
+ - Kano indifferent: kill (×0)
148
+ - Strategic fit (aligned with theme): +20% boost
149
+ - Out of theme: reduce (×0.5)
150
+
151
+ Final = RICE × adjustments.
152
+
153
+ ### Step 9 — Document Rationale
154
+
155
+ For each score 1-line rationale. Future you (and team) needs to understand where the numbers came from.
156
+
157
+ ## Validation (Quality Gate)
158
+
159
+ - [ ] Each initiative has numeric Reach (not «a lot»)
160
+ - [ ] Impact on fixed Intercom scale
161
+ - [ ] Confidence is honest evidence stated
162
+ - [ ] Effort includes ALL roles, not only eng
163
+ - [ ] Math verified (no errors)
164
+ - [ ] Sanity check passed
165
+ - [ ] Kano + theme fit applied
166
+ - [ ] Rationale documented per score
167
+
168
+ ## Handoff
169
+
170
+ The result is input for:
171
+ - **`product-roadmap`** scored list Now/Next/Later
172
+ - **`wsjf-scoring`** alternative method for enterprise context
173
+ - **PM** → PRD decisions
174
+ - **Mediator** (Full B) — evidence for Build/Cut debate
175
+
176
+ Format: scored backlog table, top items with rationale. Via `$handoff`.
177
+
178
+ ## Anti-patterns
179
+
180
+ | Error | Why it's bad | How to do it right |
181
+ |-------|-------------|-------------------|
182
+ | Reach = total customers | Inflates score | Only affected within period |
183
+ | Impact without metric | Subjective | Attach numeric hypothesis |
184
+ | Confidence 100% always | Over-confident | Evidence per level |
185
+ | Effort = only engineering | Under-estimates | Include all roles |
186
+ | No adjustments | Ignores strategy / Kano | Apply multipliers |
187
+ | Scoring ≠ discussion | RICE = start, not end | Top items → discussion |
188
+
189
+ ## Template
190
+
191
+ ```markdown
192
+ # RICE Scoring — Q2 2026 Backlog
193
+
194
+ | # | Initiative | Reach | Impact | Confidence | Effort (pm) | RICE | Adj. | Final | Rationale |
195
+ |---|------------|:-----:|:------:|:----------:|:-----------:|:----:|:----:|:-----:|-----------|
196
+ | 1 | In-app checklist | 300 | 2 | 80% | 2 | 240 | +20% (theme) | 288 | «300 acct/q × 80% conf from 5 pilots» |
197
+ | 2 | Custom branding | 180 | 1 | 50% | 3 | 30 | ×0 (indifferent) | 0 | «Low signal» |
198
+
199
+ ## Top 5 Recommended (Now)
200
+ ...
201
+
202
+ ## Adjustments Applied
203
+ - Kano must-have: ×1.5
204
+ - Theme-aligned: +20%
205
+ - Indifferent: ×0
206
+ ```
207
+
208
+ ## Worked Example TeamFlow Q2 Backlog RICE Scoring
209
+
210
+ **Context:** TeamFlow. After Kano classification (18 features across 3 segments) the team scores initiatives for Q2 implementation. Period: one quarter (13 weeks). Baseline RICE + Kano adjustments + theme fit.
211
+
212
+ ### Backlog Scoring (Top 18 items)
213
+
214
+ | # | Initiative | Reach (accts / quarter) | Impact | Confidence | Effort (pm) | RICE | Kano Adj | Theme Adj | **Final** | Rationale |
215
+ |---|------------|:----------------------:|:------:|:----------:|:-----------:|:----:|:--------:|:---------:|:---------:|-----------|
216
+ | 1 | AI Summary (core) | 200 (base) | 3 (Massive) | 80% (wizard-of-oz validated) | 3 | **160** | Performance ×1.0 | Theme1 +20% | **192** | «Core AI feature, strong discovery evidence, engineering validated» |
217
+ | 2 | Auto Action Items Extraction | 200 | 2 | 80% | 1.5 | **213** | Performance ×1.0 | Theme1 +20% | **256** | «Highest RICEhigh reach, low effort as extension of AI summary» |
218
+ | 3 | Action Items Reminders | 200 | 2 | 90% (rule-based, no AI) | 0.5 | **720** | Must (enterprise) ×1.5 | Theme1 +20% | **1296** | «Quick win — minimal effort, already-built notification stack» |
219
+ | 4 | Per-Meeting AI Toggle | 200 | 1 | 100% | 0.5 | **400** | Must ×1.5 | Theme3 +20% | **720** | «Privacy must-have, simple UI» |
220
+ | 5 | Data Retention Controls | 200 | 1 | 100% | 1 | **200** | Must ×1.5 | Theme3 +20% | **360** | «Must-have for compliance» |
221
+ | 6 | Inline Summary Edit | 200 | 1 | 100% | 0.5 | **400** | Must ×1.5 | Theme1 +20% | **720** | «Must-have, simple UX» |
222
+ | 7 | Aggregate Dashboard MVP | 80 (mid+ accts) | 3 | 70% (design partners ready) | 3 | **56** | Performance ×1.0 | Theme2 +20% | **67** | «Enterprise tier enabler» |
223
+ | 8 | Manager Health Score | 80 | 2 | 60% (formula unclear) | 4 | **24** | Performance (ent) ×1.0 | Theme2 +20% | **29** | «Needs assumption validation» |
224
+ | 9 | Quarterly Exec Report Generator | 80 | 2 | 80% | 2 | **64** | Must (mid+) ×1.5 | Theme2 +20% | **115** | «VP HR reporting need» |
225
+ | 10 | SSO SAML | 27 (enterprise) | 3 | 100% | 1 | **81** | Must (ent) ×1.5 | Theme2 +20% | **146** | «Enterprise contract blocker» |
226
+ | 11 | Audit Log Enhancements | 27 | 2 | 100% | 1.5 | **36** | Must (ent) ×1.5 | Theme3 +20% | **65** | «SOC 2 compliance» |
227
+ | 12 | Calendar Integration v2 | 150 (mid+) | 2 | 90% | 2 | **135** | Must (mid+) ×1.5 | Theme1 +20% | **243** | «Unblocker for mid-market adoption» |
228
+ | 13 | Slack Notifications | 150 | 1 | 90% | 0.5 | **270** | Delighter ×1.3 | Theme1 +20% | **421** | «Delighter in SMB + mid, quick build» |
229
+ | 14 | Zoom/Meet Import | 70 (mid) | 1 | 60% (integration risk) | 3 | **14** | Delighter (mid) ×1.3 | | **18** | «Low RICE, defer to Q3» |
230
+ | 15 | AI Discussion Prompts | 120 (SMB primary) | 1 | 50% (novelty adoption unclear) | 1 | **60** | Delighter (SMB) ×1.3 | Theme1 +10% | **86** | «SMB delighter» |
231
+ | 16 | Meeting Templates | 120 | 1 | 80% | 1 | **96** | Delighter (SMB) ×1.3 | Theme1 +10% | **137** | «SMB onboarding aid» |
232
+ | 17 | Sentiment Tracking | 0 (Reverse in SMB!) | 0 | 100% | 2 | **0** | Reverse ×0 | | **0** | «❌ CUT — Reverse signal in Kano» |
233
+ | 18 | Real-time Transcription | 150 (mid+) | 2 | 75% | 4 | **56** | Performance ×1.0 | Theme1 +20% | **68** | «High effort, consider in Q3» |
234
+
235
+ ### Sanity Check Observations
236
+
237
+ 1. **Item 3 (Action Items Reminders) RICE is highest** — smells suspicious initially. But rationale holds: very low effort (0.5 pm = 2 weeks), large reach, high confidence (rule-based, no AI uncertainty). Green light as Q2 quick-win.
238
+ 2. **Item 17 (Sentiment Tracking) killed** by Kano Reverse multiplier would have shipped in naive RICE-only view (baseline 60). Kano integration saved this.
239
+ 3. **Item 8 (Manager Health Score) low** due to confidence penalty — formula unclear. Triggers decision: **spike** 1 week to define formula, THEN re-score.
240
+ 4. **Item 14 (Zoom/Meet) deferred** — low absolute RICE, high integration risk.
241
+
242
+ ### Top 10 Recommended for Now (sorted by Final)
243
+
244
+ 1. **Action Items Reminders** (1296) P0 quick win
245
+ 2. **Auto Action Items Extraction** (256) — P0 core
246
+ 3. **Calendar Integration v2** (243) — P0 mid-market enabler
247
+ 4. **AI Summary core** (192) — P0 flagship
248
+ 5. **Per-Meeting AI Toggle** (720) — P0 privacy must
249
+ 6. **Inline Summary Edit** (720) — P0 UX must
250
+ 7. **Data Retention Controls** (360) — P0 compliance
251
+ 8. **Slack Notifications** (421) — P1 SMB delighter
252
+ 9. **Data Retention Controls** — also P0 compliance
253
+ 10. **SSO SAML** (146) — P0 enterprise unblocker
254
+
255
+ ### Effort Total (Top 10)
256
+
257
+ **Must-haves (P0):** 14.5 person-months
258
+ **Should-haves + Delighters:** 1.5 person-months
259
+ **Total Now bucket:** 16 person-months in 13-week quarter = ~5 engineers fully allocated. Matches team capacity (8 eng) with 3 reserved for Theme 2 + 3.
260
+
261
+ ### Deferred to Q3
262
+
263
+ - Real-time Transcription (item 18) — too high effort for Q2, queued for Q3 when AI infra stabilized
264
+ - Zoom/Meet Import (item 14) — dependent on integration platform work
265
+
266
+ > **RICE lesson:** Kano multipliers **changed the order** — without them Sentiment Tracking would have shipped. Theme fit bonus concentrated work in 3 strategic themes — avoided scattered backlog. Confidence penalty on Item 8 (Manager Health Score) prevented commitment without formula validation — converted to spike first. Scoring — discussion starter; top 10 is a commitment after alignment, not algorithm output.