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,300 +1,316 @@
1
- ---
2
- name: ansoff-matrix
3
- description: Growth strategy — market penetration, market development, product development, diversification
4
- ---
5
- # Ansoff Matrix — Business Growth Strategy
6
-
7
- ## When to use
8
- - When choosing a **growth strategy** — where to allocate resources scaling.
9
- - When assessing **new market opportunities** — entering new markets or segments.
10
- - When planning **product line expansion** — new products for existing or new customers.
11
- - When making decisions about **diversification** — assessing risks and potential.
12
-
13
- ## Input
14
-
15
- | Field | Required | Description |
16
- |------|:-----------:|----------|
17
- | Company / business unit | ✅ | The entity for which the growth strategy is being determined |
18
- | Current products | ✅ | List of existing products / services with revenue and margin |
19
- | Current markets | ✅ | List of current markets, segments, geographies with share and dynamics |
20
- | Strategic growth goals | ⬚ | Target metrics (revenue, share, profit) and horizon |
21
- | Available resources | | Budget, competencies, timeframes |
22
- | Competitive context | ⬚ | Market position, strengths, brand |
23
- | Risk appetite | ⬚ | Conservative / moderate / aggressive |
24
-
25
- > If required fields are not provided **ask** the user, do not generate assumptions.
26
-
27
- ## Data Sources
28
- 1. Internal reporting — revenue and margin by products and markets.
29
- 2. Market research — market size, growth potential, customer segments.
30
- 3. Competitive analysis — market shares, competitors' growth strategies.
31
- 4. Customer data LTV, churn, cross-sell potential, satisfaction.
32
- 5. Industry forecasts — trends, new niches, technological shifts.
33
-
34
- ### Connection with other skills
35
- | Skill | What we take | When to call |
36
- |------|-----------|----------------|
37
- | `tam-sam-som` | TAM/SAM/SOM to assess new markets (steps 2, 4) | If there is no data on the target market size |
38
- | `competitive-analysis` | Competitor shares, entry barriers, moats (steps 1, 2) | If there is no competitive context |
39
- | `swot-analysis` | Strengths/weaknesses, opportunities/threats (step 0) | If the strategic position is undefined |
40
- | `web-research` | Verification of market data, trends | If data sources are missing or outdated (>12 months) |
41
-
42
- ## Protocol
43
-
44
- ### Step 0Context Preparation
45
- 1. Define the current portfolio of products and markets.
46
- 2. Establish a baseline for each "product × market" pair:
47
-
48
- | Pair | Revenue | Market Share | Margin | YoY Dynamics |
49
- |------|---------|:----------:|:-----:|:------------:|
50
- | [Product A × Market 1] | $XXM | XX% | XX% | +/-XX% |
51
-
52
- 3. Define strategic growth goals and the horizon (1-3 years).
53
- 4. Assess available resources and constraints.
54
- 5. Establish the organization's risk appetite (conservative / moderate / aggressive).
55
-
56
- > Every market fact — specifying the source and date. Data older than 12 months mark with ⚠️ and verify via `web-research`.
57
-
58
- ### Step 1 — Market Penetration
59
- *Existing products → Existing markets. Risk: low.*
60
-
61
- 1. Analyze the potential for increasing share in current markets with current products.
62
- 2. Assess opportunities:
63
- - Increasing consumption frequency by existing customers.
64
- - Attracting competitors' customers (switching).
65
- - Converting non-consumers in the current segment.
66
- 3. Define tools: pricing, promo, distribution, loyalty.
67
- 4. For each initiative, fill out a card:
68
-
69
- | Field | Value |
70
- |------|----------|
71
- | Initiative | [Name] |
72
- | Mechanics | [How it works] |
73
- | Potential | +$XXM / +XX% share |
74
- | Investment | $XM |
75
- | Timeframe | X months |
76
- | Expected ROI | XX% |
77
- | Risk (1-5) | 1-2 |
78
-
79
- ### Step 2 Market Development
80
- *Existing products New markets. Risk: medium.*
81
-
82
- 1. Identify new markets for existing products:
83
- - New geographies (cities, countries, regions).
84
- - New customer segments (age, income, B2B vs B2C).
85
- - New distribution channels (online, partners, franchise).
86
- 2. For each new market, assess:
87
- - Size and potential — use `tam-sam-som` if there is no data.
88
- - Entry barriers (regulatory, cultural, competitive) — use `competitive-analysis` for assessment.
89
- - Required product adaptation (localization, customization).
90
- 3. For each initiative, fill out a card (similar to step 1, risk 2-3).
91
-
92
- ### Step 3 Product Development
93
- *New products Existing markets. Risk: medium.*
94
-
95
- 1. Identify new products for existing markets:
96
- - Expanding the current product line (new SKUs, tiers).
97
- - Upgrades and next generations of products.
98
- - Complementary products and services.
99
- - Cross-sells and up-sells.
100
- 2. For each new product, assess:
101
- - Alignment with current customer needs (product-market fit).
102
- - Synergy with current competencies and infrastructure.
103
- - Time-to-market.
104
- 3. For each initiative, fill out a card (similar to step 1, risk 2-3).
105
-
106
- ### Step 4 Diversification
107
- *New products → New markets. Risk: high.*
108
-
109
- 1. Consider diversification options:
110
- - **Related**: new product in a new market, but with synergy with the current business.
111
- - **Unrelated**: entirely new direction with no synergy.
112
- 2. For each option, assess:
113
- - Strategic rationale (why step outside the current business).
114
- - Potential synergy (technologies, brand, distribution, customers).
115
- - Required competencies — whether they exist internally or M&A / partnership is needed.
116
- - Investment size and payback period.
117
- 3. Consider alternatives: partnership, JV, licensing vs organic growth.
118
- 4. For each initiative, fill out a card (similar to step 1, risk 4-5).
119
-
120
- ### Step 5 Comparative Portfolio Analysis
121
- *End-to-end assessment of all initiatives from steps 1-4.*
122
-
123
- 1. Gather all initiatives into a single scoring table:
124
-
125
- | # | Quadrant | Initiative | Potential (1-10) | Risk (1-5) | ROI | Feasibility (1-10) | Synergy (1-10) | **Score** |
126
- |---|----------|-----------|:----------------:|:----------:|:---:|:--------------------:|:---------------:|:---------:|
127
- | 1 | MP | [Name] | X | X | XX% | X | X | **XX** |
128
-
129
- 2. Scoring formula (adapt weights according to risk appetite):
130
-
131
- | Risk appetite | wPotential | wRisk (invert.) | wROI | wFeasibility | wSynergy |
132
- |:------------:|:----------:|:---------------:|:----:|:--------------:|:---------:|
133
- | Conservative | 0.20 | 0.30 | 0.25 | 0.15 | 0.10 |
134
- | Moderate | 0.25 | 0.20 | 0.25 | 0.15 | 0.15 |
135
- | Aggressive | 0.35 | 0.10 | 0.20 | 0.15 | 0.20 |
136
-
137
- `Score = wPotential × Potential + wRisk × (6 - Risk) + wROI × norm(ROI) + wFeasibility × Feasibility + wSynergy × Synergy`
138
-
139
- 3. Rank initiatives by Score. Select Top-N into the portfolio.
140
- 4. Check the portfolio for balance: at least 2 quadrants are represented.
141
-
142
- ### Step 6 — Scenario Analysis
143
- 1. For the top 3 initiatives, build 3 scenarios:
144
-
145
- | Scenario | Potential | Probability | Key Assumption |
146
- |----------|-----------|:-----------:|---------------------|
147
- | Optimistic | +XX% from base | XX% | [What must come true] |
148
- | Base | base | XX% | [Current trends] |
149
- | Pessimistic | -XX% from base | XX% | [What could go wrong] |
150
-
151
- 2. Calculate the weighted expected value (EV) for each initiative.
152
- 3. Determine kill-conditions: under what scenario the initiative should be shut down.
153
-
154
- ### Step 7 — Resource Allocation and Roadmap
155
- 1. Allocate budget across quadrants (% of total growth budget).
156
- 2. Typical proportions (guideline, not dogma):
157
-
158
- | Risk appetite | Penetration | Market Development | Product Development | Diversification |
159
- |:------------:|:-------------:|:--------------:|:-----------------:|:--------------:|
160
- | Conservative | 50-60% | 20-25% | 15-20% | 0-5% |
161
- | Moderate | 35-45% | 20-25% | 20-25% | 10-15% |
162
- | Aggressive | 20-30% | 20-25% | 25-30% | 20-30% |
163
-
164
- 3. Formulate a roadmap with specific milestones, owners, and KPIs.
165
- 4. Define gates: go/no-go decision points for each initiative.
166
-
167
- ### Step 8 Synthesis and Conclusions
168
- 1. Formulate the recommended growth path (1-2 paragraphs of strategic logic).
169
- 2. Define key KPIs to track progress.
170
- 3. Record critical decisions and deadlines.
171
- 4. Prepare an action plan with owners and milestones.
172
-
173
- ## Example — SaaS Analytics Platform
174
-
175
- **Context:** B2B SaaS, product — business analytics platform. Revenue $12M ARR, 200 customers in the SMB segment of RF, margin 72%, growth +25% YoY. Goal: $30M ARR in 2 years. Risk appetite: moderate.
176
-
177
- | | Existing products | New products |
178
- |--|:---------------------:|:--------------:|
179
- | **Existing markets** | **MP: Upsell to Enterprise tier** | **PD: AI predictive analytics module** |
180
- | (SMB RF) | Potential: +$3M, Risk: 1, ROI: 180% | Potential: +$5M, Risk: 3, ROI: 90% |
181
- | | Switch 40 top customers to Pro tier | Add-on to the core product, cross-sell |
182
- | **New markets** | **MD: Expansion to CIS (KZ, UZ)** | **D: White-label for banks** |
183
- | | Potential: +$4M, Risk: 3, ROI: 65% | Potential: +$8M, Risk: 5, ROI: 45% |
184
- | | TAM CIS = $50M, SOM = $4M (via partners) | Related diversification, integration needed |
185
-
186
- **Scoring (moderate):** MP = 8.2, PD = 7.1, MD = 6.4, D = 5.0 → Portfolio: MP + PD + MD.
187
- **Budget:** Penetration 40%, Product Development 30%, Market Development 25%, Diversification 5% (research).
188
- **Kill-condition for MD:** if SOM < $1.5M after 6 months — shut down.
189
-
190
- ## Validation (Quality Gate)
191
-
192
- - [ ] All 4 quadrants are analyzed with specific initiatives
193
- - [ ] Baseline recorded: revenue, share, margin for each "product × market" pair
194
- - [ ] Card filled out for each initiative: potential, risk, ROI, investment, timeframe
195
- - [ ] Scoring performed using a unified model factoring in risk appetite
196
- - [ ] Scenario analysis for top 3 initiatives (optimistic / base / pessimistic)
197
- - [ ] Portfolio is balanced: at least 2 quadrants are represented
198
- - [ ] Resource allocation is justified and tied to risk appetite
199
- - [ ] Roadmap has milestones, owners, and go/no-go gates
200
- - [ ] Kill-conditions defined for initiatives with risk 3
201
- - [ ] Data sources indicated; data older than 12 months marked with ⚠️
202
-
203
- ## Handoff
204
- Result is handed over to:
205
- - **Strategist / Mediator** — to integrate into the strategic plan and budget.
206
- - **`unit-economics`** to calculate detailed unit economics for selected initiatives.
207
- - **`competitive-analysis`** — for in-depth competitor analysis in new markets (step 2).
208
- - **`tam-sam-som`** to refine market estimates if approximate data was used.
209
-
210
- Handoff format: filled output template + scoring table + scenario analysis.
211
-
212
- ## Anti-patterns
213
-
214
- | Error | Why it's bad | How to do it correctly |
215
- |--------|-------------|---------------|
216
- | Focus only on penetration | Current market potential is finite, company misses opportunities | Assess all 4 quadrants, portfolio of at least 2 quadrants |
217
- | Diversification without rationale | The riskiest quadrant without strategic logic | Diversification only with clear rationale + related > unrelated |
218
- | One strategy instead of a portfolio | All resources in one direction — no fallback | Combine strategies with varying risk levels and horizons |
219
- | Ignoring risks | Optimistic plans without validation → failure | Each initiative — with scoring, scenarios, and kill-conditions |
220
- | Lack of baseline metrics | Growth "from unknown" cannot be measured | Start by recording a baseline: revenue, share, margin by pairs |
221
- | Mixing market and product development | Unclear where growth comes from, focus blurs | Explicitly: new market (MD) vs new product (PD), don't mix |
222
- | Estimating "by eye" without a model | Subjective priorities, unreproducible result | Unified scoring with weights adapted to risk appetite |
223
- | Data without sources | Impossible to verify, quickly becomes outdated | Every fact with source and date; >12 months = ⚠️ |
224
-
225
- ## Output Template
226
-
227
- ```
228
- ## Ansoff Matrix: [Company / BU]
229
- **Horizon:** [period] | **Risk appetite:** [conserv./mod./aggress.] | **Date:** [date]
230
-
231
- ### Baseline — current portfolio
232
-
233
- | "Product × Market" pair | Revenue | Market Share | Margin | YoY Dynamics |
234
- |-------------------------|---------|:----------:|:-----:|:------------:|
235
- | [Product A × Market 1] | $XXM | XX% | XX% | +/-XX% |
236
-
237
- ### 2×2 Matrix
238
-
239
- | | Existing products | New products |
240
- |--|:---------------------:|:--------------:|
241
- | **Existing markets** | **Market Penetration** | **Product Development** |
242
- | | Risk: Low | Risk: Medium |
243
- | | 1. [Initiative MP1] | 1. [Initiative PD1] |
244
- | | 2. [Initiative MP2] | 2. [Initiative PD2] |
245
- | **New markets** | **Market Development** | **Diversification** |
246
- | | Risk: Medium | Risk: High |
247
- | | 1. [Initiative MD1] | 1. [Initiative D1] |
248
- | | 2. [Initiative MD2] | 2. [Initiative D2] |
249
-
250
- ### Initiative Scoring
251
-
252
- | # | Quadrant | Initiative | Potential (1-10) | Risk (1-5) | ROI | Feasibility (1-10) | Synergy (1-10) | **Score** |
253
- |---|----------|-----------|:----------------:|:----------:|:---:|:--------------------:|:---------------:|:---------:|
254
- | 1 | MP | [Name] | X | X | XX% | X | X | **X.X** |
255
-
256
- Scoring model: [conserv./mod./aggress.] — weights: [wP/wR/wROI/wFeas/wSyn]
257
-
258
- ### Scenario Analysis (top-3)
259
-
260
- | Initiative | Optimistic | Base | Pessimistic | EV | Kill-condition |
261
- |------------|:-------------:|:-------:|:--------------:|:--:|-------------|
262
- | [MP1] | +$XXM (p=XX%) | +$XXM (p=XX%) | +$XXM (p=XX%) | $XXM | [Condition] |
263
-
264
- ### Resource Allocation
265
-
266
- | Quadrant | % budget | Abs. value | Rationale |
267
- |----------|:---------:|:-------------:|-------------|
268
- | Market Penetration | [X%] | $XM | [Why] |
269
- | Market Development | [X%] | $XM | [Why] |
270
- | Product Development | [X%] | $XM | [Why] |
271
- | Diversification | [X%] | $XM | [Why] |
272
-
273
- ### Portfolio Risk Profile
274
-
275
- | Quadrant | Risk | Main threats | Mitigation |
276
- |----------|:----:|----------------|-----------|
277
- | Penetration | Low | [Threats] | [Measures] |
278
- | Market Development | Medium | [Threats] | [Measures] |
279
- | Product Development | Medium | [Threats] | [Measures] |
280
- | Diversification | High | [Threats] | [Measures] |
281
-
282
- ### Recommended Growth Path
283
- [1-2 paragraphs: strategic logic, priorities, why specifically this portfolio]
284
-
285
- ### Roadmap
286
-
287
- | Period | Action | Quadrant | Owner | KPI | Go/No-go gate |
288
- |--------|----------|----------|---------------|-----|---------------|
289
- | Q1-Q2 | [Action] | [X] | [Who] | [Metric] | [Condition] |
290
- | Q3-Q4 | [Action] | [X] | [Who] | [Metric] | [Condition] |
291
- | Year 2 | [Action] | [X] | [Who] | [Metric] | [Condition] |
292
-
293
- ### Sources and Assumptions
294
-
295
- | # | Fact / assumption | Source | Date | Reliability |
296
- |---|-------------------|----------|------|:-------------:|
297
- | 1 | [Fact] | [Source] | [Date] | ✅ / ⚠️ / 🔮 |
298
-
299
- Legend: ✅ Verified (2+ sources) | ⚠️ Estimated (1 source) | 🔮 Assumed (expert assessment)
300
- ```
1
+ ---
2
+ name: ansoff-matrix
3
+ description: Growth strategy — market penetration, market development, product development, diversification
4
+ type: triggered
5
+ domain: analytics
6
+ owners:
7
+ - strategist
8
+ gates:
9
+ - STRATEGIST
10
+ tech: []
11
+ topic: []
12
+ triggers:
13
+ - "ansoff-matrix"
14
+ - "матрица Ансоффа"
15
+ - "ansoff"
16
+ - "матрица роста"
17
+ related: []
18
+ budget_lines: 316
19
+ schema_version: 1
20
+ ---
21
+ # Ansoff Matrix Business Growth Strategy
22
+
23
+ ## When to use
24
+ - When choosing a **growth strategy** — where to allocate resources scaling.
25
+ - When assessing **new market opportunities**entering new markets or segments.
26
+ - When planning **product line expansion** — new products for existing or new customers.
27
+ - When making decisions about **diversification** — assessing risks and potential.
28
+
29
+ ## Input
30
+
31
+ | Field | Required | Description |
32
+ |------|:-----------:|----------|
33
+ | Company / business unit | ✅ | The entity for which the growth strategy is being determined |
34
+ | Current products | ✅ | List of existing products / services with revenue and margin |
35
+ | Current markets | | List of current markets, segments, geographies with share and dynamics |
36
+ | Strategic growth goals | ⬚ | Target metrics (revenue, share, profit) and horizon |
37
+ | Available resources | | Budget, competencies, timeframes |
38
+ | Competitive context | | Market position, strengths, brand |
39
+ | Risk appetite | | Conservative / moderate / aggressive |
40
+
41
+ > If required fields are not provided — **ask** the user, do not generate assumptions.
42
+
43
+ ## Data Sources
44
+ 1. Internal reportingrevenue and margin by products and markets.
45
+ 2. Market research market size, growth potential, customer segments.
46
+ 3. Competitive analysis market shares, competitors' growth strategies.
47
+ 4. Customer data — LTV, churn, cross-sell potential, satisfaction.
48
+ 5. Industry forecasts trends, new niches, technological shifts.
49
+
50
+ ### Connection with other skills
51
+ | Skill | What we take | When to call |
52
+ |------|-----------|----------------|
53
+ | `tam-sam-som` | TAM/SAM/SOM to assess new markets (steps 2, 4) | If there is no data on the target market size |
54
+ | `competitive-analysis` | Competitor shares, entry barriers, moats (steps 1, 2) | If there is no competitive context |
55
+ | `swot-analysis` | Strengths/weaknesses, opportunities/threats (step 0) | If the strategic position is undefined |
56
+ | `web-research` | Verification of market data, trends | If data sources are missing or outdated (>12 months) |
57
+
58
+ ## Protocol
59
+
60
+ ### Step 0 — Context Preparation
61
+ 1. Define the current portfolio of products and markets.
62
+ 2. Establish a baseline for each "product × market" pair:
63
+
64
+ | Pair | Revenue | Market Share | Margin | YoY Dynamics |
65
+ |------|---------|:----------:|:-----:|:------------:|
66
+ | [Product A × Market 1] | $XXM | XX% | XX% | +/-XX% |
67
+
68
+ 3. Define strategic growth goals and the horizon (1-3 years).
69
+ 4. Assess available resources and constraints.
70
+ 5. Establish the organization's risk appetite (conservative / moderate / aggressive).
71
+
72
+ > Every market fact — specifying the source and date. Data older than 12 months — mark with ⚠️ and verify via `web-research`.
73
+
74
+ ### Step 1 Market Penetration
75
+ *Existing products Existing markets. Risk: low.*
76
+
77
+ 1. Analyze the potential for increasing share in current markets with current products.
78
+ 2. Assess opportunities:
79
+ - Increasing consumption frequency by existing customers.
80
+ - Attracting competitors' customers (switching).
81
+ - Converting non-consumers in the current segment.
82
+ 3. Define tools: pricing, promo, distribution, loyalty.
83
+ 4. For each initiative, fill out a card:
84
+
85
+ | Field | Value |
86
+ |------|----------|
87
+ | Initiative | [Name] |
88
+ | Mechanics | [How it works] |
89
+ | Potential | +$XXM / +XX% share |
90
+ | Investment | $XM |
91
+ | Timeframe | X months |
92
+ | Expected ROI | XX% |
93
+ | Risk (1-5) | 1-2 |
94
+
95
+ ### Step 2 Market Development
96
+ *Existing products New markets. Risk: medium.*
97
+
98
+ 1. Identify new markets for existing products:
99
+ - New geographies (cities, countries, regions).
100
+ - New customer segments (age, income, B2B vs B2C).
101
+ - New distribution channels (online, partners, franchise).
102
+ 2. For each new market, assess:
103
+ - Size and potential — use `tam-sam-som` if there is no data.
104
+ - Entry barriers (regulatory, cultural, competitive) use `competitive-analysis` for assessment.
105
+ - Required product adaptation (localization, customization).
106
+ 3. For each initiative, fill out a card (similar to step 1, risk 2-3).
107
+
108
+ ### Step 3 — Product Development
109
+ *New products Existing markets. Risk: medium.*
110
+
111
+ 1. Identify new products for existing markets:
112
+ - Expanding the current product line (new SKUs, tiers).
113
+ - Upgrades and next generations of products.
114
+ - Complementary products and services.
115
+ - Cross-sells and up-sells.
116
+ 2. For each new product, assess:
117
+ - Alignment with current customer needs (product-market fit).
118
+ - Synergy with current competencies and infrastructure.
119
+ - Time-to-market.
120
+ 3. For each initiative, fill out a card (similar to step 1, risk 2-3).
121
+
122
+ ### Step 4 — Diversification
123
+ *New products New markets. Risk: high.*
124
+
125
+ 1. Consider diversification options:
126
+ - **Related**: new product in a new market, but with synergy with the current business.
127
+ - **Unrelated**: entirely new direction with no synergy.
128
+ 2. For each option, assess:
129
+ - Strategic rationale (why step outside the current business).
130
+ - Potential synergy (technologies, brand, distribution, customers).
131
+ - Required competencies whether they exist internally or M&A / partnership is needed.
132
+ - Investment size and payback period.
133
+ 3. Consider alternatives: partnership, JV, licensing vs organic growth.
134
+ 4. For each initiative, fill out a card (similar to step 1, risk 4-5).
135
+
136
+ ### Step 5 — Comparative Portfolio Analysis
137
+ *End-to-end assessment of all initiatives from steps 1-4.*
138
+
139
+ 1. Gather all initiatives into a single scoring table:
140
+
141
+ | # | Quadrant | Initiative | Potential (1-10) | Risk (1-5) | ROI | Feasibility (1-10) | Synergy (1-10) | **Score** |
142
+ |---|----------|-----------|:----------------:|:----------:|:---:|:--------------------:|:---------------:|:---------:|
143
+ | 1 | MP | [Name] | X | X | XX% | X | X | **XX** |
144
+
145
+ 2. Scoring formula (adapt weights according to risk appetite):
146
+
147
+ | Risk appetite | wPotential | wRisk (invert.) | wROI | wFeasibility | wSynergy |
148
+ |:------------:|:----------:|:---------------:|:----:|:--------------:|:---------:|
149
+ | Conservative | 0.20 | 0.30 | 0.25 | 0.15 | 0.10 |
150
+ | Moderate | 0.25 | 0.20 | 0.25 | 0.15 | 0.15 |
151
+ | Aggressive | 0.35 | 0.10 | 0.20 | 0.15 | 0.20 |
152
+
153
+ `Score = wPotential × Potential + wRisk × (6 - Risk) + wROI × norm(ROI) + wFeasibility × Feasibility + wSynergy × Synergy`
154
+
155
+ 3. Rank initiatives by Score. Select Top-N into the portfolio.
156
+ 4. Check the portfolio for balance: at least 2 quadrants are represented.
157
+
158
+ ### Step 6 Scenario Analysis
159
+ 1. For the top 3 initiatives, build 3 scenarios:
160
+
161
+ | Scenario | Potential | Probability | Key Assumption |
162
+ |----------|-----------|:-----------:|---------------------|
163
+ | Optimistic | +XX% from base | XX% | [What must come true] |
164
+ | Base | base | XX% | [Current trends] |
165
+ | Pessimistic | -XX% from base | XX% | [What could go wrong] |
166
+
167
+ 2. Calculate the weighted expected value (EV) for each initiative.
168
+ 3. Determine kill-conditions: under what scenario the initiative should be shut down.
169
+
170
+ ### Step 7 Resource Allocation and Roadmap
171
+ 1. Allocate budget across quadrants (% of total growth budget).
172
+ 2. Typical proportions (guideline, not dogma):
173
+
174
+ | Risk appetite | Penetration | Market Development | Product Development | Diversification |
175
+ |:------------:|:-------------:|:--------------:|:-----------------:|:--------------:|
176
+ | Conservative | 50-60% | 20-25% | 15-20% | 0-5% |
177
+ | Moderate | 35-45% | 20-25% | 20-25% | 10-15% |
178
+ | Aggressive | 20-30% | 20-25% | 25-30% | 20-30% |
179
+
180
+ 3. Formulate a roadmap with specific milestones, owners, and KPIs.
181
+ 4. Define gates: go/no-go decision points for each initiative.
182
+
183
+ ### Step 8 Synthesis and Conclusions
184
+ 1. Formulate the recommended growth path (1-2 paragraphs of strategic logic).
185
+ 2. Define key KPIs to track progress.
186
+ 3. Record critical decisions and deadlines.
187
+ 4. Prepare an action plan with owners and milestones.
188
+
189
+ ## Example — SaaS Analytics Platform
190
+
191
+ **Context:** B2B SaaS, product — business analytics platform. Revenue $12M ARR, 200 customers in the SMB segment of RF, margin 72%, growth +25% YoY. Goal: $30M ARR in 2 years. Risk appetite: moderate.
192
+
193
+ | | Existing products | New products |
194
+ |--|:---------------------:|:--------------:|
195
+ | **Existing markets** | **MP: Upsell to Enterprise tier** | **PD: AI predictive analytics module** |
196
+ | (SMB RF) | Potential: +$3M, Risk: 1, ROI: 180% | Potential: +$5M, Risk: 3, ROI: 90% |
197
+ | | Switch 40 top customers to Pro tier | Add-on to the core product, cross-sell |
198
+ | **New markets** | **MD: Expansion to CIS (KZ, UZ)** | **D: White-label for banks** |
199
+ | | Potential: +$4M, Risk: 3, ROI: 65% | Potential: +$8M, Risk: 5, ROI: 45% |
200
+ | | TAM CIS = $50M, SOM = $4M (via partners) | Related diversification, integration needed |
201
+
202
+ **Scoring (moderate):** MP = 8.2, PD = 7.1, MD = 6.4, D = 5.0 → Portfolio: MP + PD + MD.
203
+ **Budget:** Penetration 40%, Product Development 30%, Market Development 25%, Diversification 5% (research).
204
+ **Kill-condition for MD:** if SOM < $1.5M after 6 months — shut down.
205
+
206
+ ## Validation (Quality Gate)
207
+
208
+ - [ ] All 4 quadrants are analyzed with specific initiatives
209
+ - [ ] Baseline recorded: revenue, share, margin for each "product × market" pair
210
+ - [ ] Card filled out for each initiative: potential, risk, ROI, investment, timeframe
211
+ - [ ] Scoring performed using a unified model factoring in risk appetite
212
+ - [ ] Scenario analysis for top 3 initiatives (optimistic / base / pessimistic)
213
+ - [ ] Portfolio is balanced: at least 2 quadrants are represented
214
+ - [ ] Resource allocation is justified and tied to risk appetite
215
+ - [ ] Roadmap has milestones, owners, and go/no-go gates
216
+ - [ ] Kill-conditions defined for initiatives with risk 3
217
+ - [ ] Data sources indicated; data older than 12 months marked with ⚠️
218
+
219
+ ## Handoff
220
+ Result is handed over to:
221
+ - **Strategist / Mediator** to integrate into the strategic plan and budget.
222
+ - **`unit-economics`** to calculate detailed unit economics for selected initiatives.
223
+ - **`competitive-analysis`**for in-depth competitor analysis in new markets (step 2).
224
+ - **`tam-sam-som`** — to refine market estimates if approximate data was used.
225
+
226
+ Handoff format: filled output template + scoring table + scenario analysis.
227
+
228
+ ## Anti-patterns
229
+
230
+ | Error | Why it's bad | How to do it correctly |
231
+ |--------|-------------|---------------|
232
+ | Focus only on penetration | Current market potential is finite, company misses opportunities | Assess all 4 quadrants, portfolio of at least 2 quadrants |
233
+ | Diversification without rationale | The riskiest quadrant without strategic logic | Diversification only with clear rationale + related > unrelated |
234
+ | One strategy instead of a portfolio | All resources in one direction — no fallback | Combine strategies with varying risk levels and horizons |
235
+ | Ignoring risks | Optimistic plans without validation failure | Each initiative with scoring, scenarios, and kill-conditions |
236
+ | Lack of baseline metrics | Growth "from unknown" cannot be measured | Start by recording a baseline: revenue, share, margin by pairs |
237
+ | Mixing market and product development | Unclear where growth comes from, focus blurs | Explicitly: new market (MD) vs new product (PD), don't mix |
238
+ | Estimating "by eye" without a model | Subjective priorities, unreproducible result | Unified scoring with weights adapted to risk appetite |
239
+ | Data without sources | Impossible to verify, quickly becomes outdated | Every fact — with source and date; >12 months = ⚠️ |
240
+
241
+ ## Output Template
242
+
243
+ ```
244
+ ## Ansoff Matrix: [Company / BU]
245
+ **Horizon:** [period] | **Risk appetite:** [conserv./mod./aggress.] | **Date:** [date]
246
+
247
+ ### Baseline current portfolio
248
+
249
+ | "Product × Market" pair | Revenue | Market Share | Margin | YoY Dynamics |
250
+ |-------------------------|---------|:----------:|:-----:|:------------:|
251
+ | [Product A × Market 1] | $XXM | XX% | XX% | +/-XX% |
252
+
253
+ ### 2×2 Matrix
254
+
255
+ | | Existing products | New products |
256
+ |--|:---------------------:|:--------------:|
257
+ | **Existing markets** | **Market Penetration** | **Product Development** |
258
+ | | Risk: Low | Risk: Medium |
259
+ | | 1. [Initiative MP1] | 1. [Initiative PD1] |
260
+ | | 2. [Initiative MP2] | 2. [Initiative PD2] |
261
+ | **New markets** | **Market Development** | **Diversification** |
262
+ | | Risk: Medium | Risk: High |
263
+ | | 1. [Initiative MD1] | 1. [Initiative D1] |
264
+ | | 2. [Initiative MD2] | 2. [Initiative D2] |
265
+
266
+ ### Initiative Scoring
267
+
268
+ | # | Quadrant | Initiative | Potential (1-10) | Risk (1-5) | ROI | Feasibility (1-10) | Synergy (1-10) | **Score** |
269
+ |---|----------|-----------|:----------------:|:----------:|:---:|:--------------------:|:---------------:|:---------:|
270
+ | 1 | MP | [Name] | X | X | XX% | X | X | **X.X** |
271
+
272
+ Scoring model: [conserv./mod./aggress.] — weights: [wP/wR/wROI/wFeas/wSyn]
273
+
274
+ ### Scenario Analysis (top-3)
275
+
276
+ | Initiative | Optimistic | Base | Pessimistic | EV | Kill-condition |
277
+ |------------|:-------------:|:-------:|:--------------:|:--:|-------------|
278
+ | [MP1] | +$XXM (p=XX%) | +$XXM (p=XX%) | +$XXM (p=XX%) | $XXM | [Condition] |
279
+
280
+ ### Resource Allocation
281
+
282
+ | Quadrant | % budget | Abs. value | Rationale |
283
+ |----------|:---------:|:-------------:|-------------|
284
+ | Market Penetration | [X%] | $XM | [Why] |
285
+ | Market Development | [X%] | $XM | [Why] |
286
+ | Product Development | [X%] | $XM | [Why] |
287
+ | Diversification | [X%] | $XM | [Why] |
288
+
289
+ ### Portfolio Risk Profile
290
+
291
+ | Quadrant | Risk | Main threats | Mitigation |
292
+ |----------|:----:|----------------|-----------|
293
+ | Penetration | Low | [Threats] | [Measures] |
294
+ | Market Development | Medium | [Threats] | [Measures] |
295
+ | Product Development | Medium | [Threats] | [Measures] |
296
+ | Diversification | High | [Threats] | [Measures] |
297
+
298
+ ### Recommended Growth Path
299
+ [1-2 paragraphs: strategic logic, priorities, why specifically this portfolio]
300
+
301
+ ### Roadmap
302
+
303
+ | Period | Action | Quadrant | Owner | KPI | Go/No-go gate |
304
+ |--------|----------|----------|---------------|-----|---------------|
305
+ | Q1-Q2 | [Action] | [X] | [Who] | [Metric] | [Condition] |
306
+ | Q3-Q4 | [Action] | [X] | [Who] | [Metric] | [Condition] |
307
+ | Year 2 | [Action] | [X] | [Who] | [Metric] | [Condition] |
308
+
309
+ ### Sources and Assumptions
310
+
311
+ | # | Fact / assumption | Source | Date | Reliability |
312
+ |---|-------------------|----------|------|:-------------:|
313
+ | 1 | [Fact] | [Source] | [Date] | ✅ / ⚠️ / 🔮 |
314
+
315
+ Legend: ✅ Verified (2+ sources) | ⚠️ Estimated (1 source) | 🔮 Assumed (expert assessment)
316
+ ```