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,395 +1,413 @@
1
- ---
2
- name: competitive-analysis
3
- description: Competitor benchmarking — features, pricing, positioning, competitive advantages
4
- ---
5
- # Competitive Analysis — Competitor Benchmarking
6
-
7
- ## When to use
8
- - When entering a new market — to understand the competitive landscape.
9
- - When developing a positioning strategy — differentiation from competitors.
10
- - When pricing — benchmarking competitors' prices and packages.
11
- - When discovering new competitors or due to changes in competitive dynamics.
12
-
13
- ## Input
14
-
15
- | Field | Required | Description |
16
- |------|:-----------:|----------|
17
- | Product / service | ✅ | What we are analyzing in a competitive context |
18
- | Market / niche | ✅ | Which category we are competing in |
19
- | Known competitors | ⬚ | List, if available; otherwise they will be determined |
20
- | Key product features | ⬚ | To build a comparison matrix |
21
- | Current pricing | ⬚ | Current pricing model for the benchmark |
22
- | Target audience | ⬚ | From `$icp-buyer-persona`, if available |
23
- | Analysis focus | ⬚ | Features / Pricing / Positioning / Full |
24
-
25
- > If mandatory fields are not provided — **ask the user** before starting the analysis. Do not guess.
26
-
27
- ## Data Sources
28
- 1. **Web search**competitor websites, reviews, ratings (G2, Capterra, TrustRadius, Product Hunt).
29
- 2. **Financial data** public reports, funding rounds (Crunchbase, PitchBook).
30
- 3. **Marketing materials** — competitor landing pages, blogs, case studies.
31
- 4. **Social signals** — customer reviews, discussions on Reddit, HN, professional forums.
32
- 5. **Analytical reports** — Gartner Magic Quadrant, Forrester Wave, industry overviews.
33
-
34
- > For each competitor — at least 2 independent sources of information. Every fact — indicating the source and date. Data older than 12 months — mark with ⚠️ and verify via `web-research`.
35
-
36
- ### Connection with other skills
37
- | Skill | What we take | When to call |
38
- |------|-----------|----------------|
39
- | `web-research` | Data on competitors, pricing, features, reviews (steps 1-6) | Main collection tool call at every step |
40
- | `swot-analysis` | Strengths/weaknesses of our product for comparison (step 5) | If there is no internal S/W assessment |
41
- | `tam-sam-som` | Market size, shares for assessing competitor scale (step 1) | If the market size is unknown |
42
- | `blue-ocean-strategy` | Unoccupied positions, ERRC for differentiation (steps 4, 7) | If the analysis reveals an overcrowded zone |
43
- | `icp-buyer-persona` | Target personas to assess competitive overlap | If there is no data on the target audience |
44
-
45
- ## Protocol
46
-
47
- ### Step 0Context collection
48
- 1. Check the availability of mandatory input data.
49
- 2. Determine the focus of the analysis:
50
-
51
- | Focus | Depth | Steps |
52
- |-------|---------|------|
53
- | Features | Feature matrix + implementation quality | 0-2, 5, 7 |
54
- | Pricing | Tiers + model + hidden costs | 0-1, 3, 7 |
55
- | Positioning | Map + messaging + audience | 0-1, 4, 7 |
56
- | Full | All of the above | 0-7 |
57
-
58
- 3. Request missing data from the user.
59
- 4. Determine the horizon: current snapshot + dynamics over the last 12 months.
60
-
61
- ### Step 1 Identification of competitors
62
- 1. Classify competitors into three categories:
63
- - **Direct** — solve the same problem for the same segment in the same way (3-5).
64
- - **Indirect** — solve the same problem in a different way or for a different segment (2-3).
65
- - **Aspirational**market leaders to look up to (1-2).
66
- 2. For each competitor, assemble a profile card:
67
-
68
- | Field | Description |
69
- |------|----------|
70
- | Name | Legal entity / brand |
71
- | Type | Direct / Indirect / Aspirational |
72
- | Year founded | Maturity |
73
- | Size | Employees, revenue (if public) |
74
- | Funding | Rounds, investors (if startup) |
75
- | Target segment | Who they sell to |
76
- | Key feature | Main differentiation |
77
- | Dynamics (12 mo) | Growing / Stable / Declining ↘ |
78
-
79
- ### Step 2Feature matrix
80
- 1. Define 10-20 key features / criteria.
81
- 2. Group by categories (Core, Advanced, Integrations, Support).
82
- 3. Evaluate each competitor on the implementation quality scale:
83
-
84
- | Rating | Meaning |
85
- |:------:|----------|
86
- | ★★★ | Best in class — competitive advantage |
87
- | ★★ | Good implementation — at the market level |
88
- | | Basic implementation exists, but weak |
89
- | | Missing |
90
-
91
- 4. Calculate the score: ★★★ = 3, ★★ = 2, ★ = 1, — = 0. Total for each competitor.
92
- 5. Highlight unique features of each competitor (found only in one).
93
- 6. Define table stakes features that everyone has (mandatory minimum).
94
-
95
- ### Step 3 Pricing analysis
96
- 1. Collect the public pricing tiers of all competitors.
97
- 2. Bring to a unified model for comparison:
98
-
99
- | Competitor | Model | $/mo (entry) | $/mo (average) | $/mo (enterprise) | Free tier | Strategy |
100
- |-----------|--------|:-----------------:|:---------------:|:-----------------:|:---------:|-----------|
101
- | [A] | Per seat | $XX | $XX | On request | Yes / No | Premium |
102
-
103
- 3. Determine pricing strategies: premium / value / freemium / usage-based.
104
- 4. Identify hidden costs (onboarding, support, integrations, minimum contract).
105
- 5. Calculate the pricing index: `our price / average of competitors × 100`.
106
-
107
- ### Step 4 Positioning map
108
- 1. Choose axes based on market priorities:
109
-
110
- | Popular axis pairs | When to use |
111
- |---------------------|--------------------|
112
- | Price × Features | Classic value vs features comparison |
113
- | Simplicity × Power | For products with different UX approaches |
114
- | Verticalization × Horizontality | Niche vs universal solutions |
115
- | Self-serve × Sales-led | Distribution model |
116
-
117
- 2. Place all competitors on the map (score 1-10 on each axis).
118
- 3. Identify clusters of competitors (concentration zones).
119
- 4. Identify empty zones (unoccupied positions potential for differentiation).
120
- 5. Determine the recommended position for our product.
121
-
122
- ### Step 5 Strengths and weaknesses
123
- For each competitor:
124
-
125
- | Aspect | Strengths | Weaknesses | Source |
126
- |--------|----------------|----------------|----------|
127
- | Technology | [+] | [-] | [Source, date] |
128
- | UX / design | [+] | [-] | [Source, date] |
129
- | Brand / reputation | [+] | [-] | [Source, date] |
130
- | Price / value | [+] | [-] | [Source, date] |
131
- | Ecosystem / integrations | [+] | [-] | [Source, date] |
132
- | Support / service | [+] | [-] | [Source, date] |
133
-
134
- > Support each thesis with data: review, rating, fact. Not "good UX", but "4.7/5 on G2 (234 reviews), +0.3 vs category average".
135
-
136
- ### Step 6 Competitive Moats and threats
137
- 1. Identify the sustainable advantages of each competitor:
138
-
139
- | Moat type | Description | Examples |
140
- |---------|----------|---------|
141
- | Network effects | Value grows with the number of users | Marketplaces, social networks |
142
- | Switching costs | High migration cost | ERP, CRM with deep integration |
143
- | Brand | Awareness and trust | Enterprise brands |
144
- | Technological barrier | Patents, unique technology | AI models, proprietary data |
145
- | Economies of scale | Cost drops with growth | Infrastructure products |
146
- | Ecosystem | Lock-in through integrations and plugins | Platforms with app store |
147
-
148
- 2. Evaluate moat strength: weak / medium / strong.
149
- 3. **Threat score** rank competitors by aggregate threat:
150
-
151
- | Criterion | Weight | Scale |
152
- |----------|:---:|:-----:|
153
- | Audience overlap | 0.25 | 1-10 |
154
- | Feature overlap | 0.20 | 1-10 |
155
- | Moat strength | 0.20 | 1-10 |
156
- | Growth dynamics | 0.20 | 1-10 |
157
- | Resources (funding, team) | 0.15 | 1-10 |
158
-
159
- `Threat Score = Σ(weight × score)`. Rank: **≥ 7.0 High**, **4.0-6.9 Medium**, **< 4.0 Low**.
160
-
161
- ### Step 7 Dynamics and trends (12 months)
162
- 1. For each key competitor, record changes over the last 12 months:
163
-
164
- | Competitor | Feature changes | Price changes | New segments | Funding | Strategic pivot |
165
- |-----------|:-------------:|:-------------:|:--------------:|:--------------:|:----------------------:|
166
- | [A] | +3 major features | 15% increase | Entry into enterprise | Series C, $50M | No |
167
-
168
- 2. Identify trends: where the market as a whole is heading.
169
- 3. Identify potential new threats: startups, big tech, adjacent markets.
170
-
171
- ### Step 8 Strategic recommendations
172
- Based on the analysis:
173
- 1. **Positioning** recommended position on the map, messaging.
174
- 2. **Table stakes** features mandatory for competition (possessed by all direct competitors).
175
- 3. **Differentiation** a unique advantage based on the weaknesses of competitors and empty zones.
176
- 4. **Pricing** — recommended strategy and level relative to the market.
177
- 5. **Risky bets** what competitors can copy / improve, what to bet on.
178
- 6. **Recommended actions:**
179
-
180
- | # | Action | Purpose | Against whom | Priority | Deadline |
181
- |---|----------|------|-------------|:---------:|------|
182
- | 1 | [What to do] | [What effect] | [Competitor] | P1/P2/P3 | [When] |
183
-
184
- ## Example CRM for the SMB segment
185
-
186
- **Context:** A new CRM platform for small business, the Russian market. Pricing model: per seat. Focus: full analysis.
187
-
188
- ### Competitive landscape
189
-
190
- | Competitor | Type | Segment | Year | Size | Dynamics |
191
- |-----------|-----|---------|-----|--------|:--------:|
192
- | amoCRM | Direct | SMB-Mid | 2009 | ~600 emp. | → |
193
- | Bitrix24 | Direct | SMB-Ent | 2012 | ~1500 emp. | |
194
- | Megaplan | Direct | SMB | 2008 | ~200 emp. | ↘ |
195
- | HubSpot | Aspirational | SMB-Ent (global) | 2006 | 7000+ emp. | ↗ |
196
- | Notion | Indirect | SMB (PM→CRM) | 2013 | ~500 emp. | ↗ |
197
-
198
- ### Feature matrix (fragment)
199
-
200
- | Criterion | Our product | amoCRM | Bitrix24 | Megaplan | HubSpot |
201
- |----------|:-----------:|:------:|:---------:|:--------:|:-------:|
202
- | Sales funnel | ★★ | ★★★ | ★★ | ★ | ★★★ |
203
- | Email integration | ★★ | ★★ | ★★ | ★ | ★★★ |
204
- | Telephony | | ★★★ | ★★ | ★★ | |
205
- | AI assistant | ★★★ | — | ★ | — | ★★ |
206
- | Mobile app | ★★ | ★★ | ★ | ★ | ★★★ |
207
- | Automations | ★★ | ★★ | ★★★ | ★ | ★★★ |
208
- | **Score** | **12** | **12** | **11** | **6** | **15** |
209
-
210
- **Table stakes:** sales funnel, email, mobile app.
211
- **Our unique feature:** AI assistant (★★★, only we have it at this level).
212
-
213
- ### Threat Score
214
-
215
- | Competitor | Audience overlap | Feature overlap | Moat | Dynamics | Resources | **Score** | **Rank** |
216
- |-----------|:-----------------:|:-----------:|:---:|:--------:|:-------:|:---------:|:--------:|
217
- | amoCRM | 9 | 8 | 7 | 5 | 6 | **7.2** | 🔴 High |
218
- | Bitrix24 | 7 | 7 | 8 | 7 | 8 | **7.3** | 🔴 High |
219
- | Megaplan | 8 | 5 | 3 | 3 | 3 | **4.8** | 🟡 Medium |
220
- | HubSpot | 4 | 9 | 9 | 8 | 10 | **7.6** | 🔴 High |
221
- | Notion | 3 | 3 | 6 | 8 | 7 | **4.9** | 🟡 Medium |
222
-
223
- **Main threats:** HubSpot (score 7.6, strong moat + resources), Bitrix24 (7.3, ecosystem), amoCRM (7.2, maximum overlap).
224
-
225
- ### Recommendations
226
-
227
- | # | Action | Against whom | Priority |
228
- |---|----------|-------------|:---------:|
229
- | 1 | Strengthen the AI assistant as the main differentiator | amoCRM, Bitrix24 (no AI) | P1 |
230
- | 2 | Pricing strategy: value (lower than amoCRM, higher than Megaplan) | amoCRM | P1 |
231
- | 3 | 1C integration (table stakes in RF, we don't have it yet) | Bitrix24 | P2 |
232
- | 4 | Positioning: "AI-first CRM for small businesses" | All | P1 |
233
-
234
- ## Validation (Quality Gate)
235
-
236
- - [ ] Identified at least 3 direct + 2 indirect competitors with profile cards
237
- - [ ] Feature matrix contains at least 10 criteria with quality score (★/★★/★★★)
238
- - [ ] Table stakes and unique features explicitly identified
239
- - [ ] Pricing brought to a unified model for comparison
240
- - [ ] Positioning map built along 2 axes with clusters and empty zones
241
- - [ ] Strengths and weaknesses provided for each competitor with sources and dates
242
- - [ ] Competitive moats identified for key competitors with a strength rating
243
- - [ ] Threat score calculated, competitors ranked by threat level
244
- - [ ] 12 mo dynamics recorded: changes in features, prices, strategy
245
- - [ ] Recommendations are specific, prioritized, and linked to competitors
246
- - [ ] For each competitor — at least 2 independent sources
247
- - [ ] Data sources indicated; data older than 12 mo marked with ⚠️
248
-
249
- > If validation fails rework until passing, do not pass further.
250
-
251
- ## Handoff
252
- The output of `$competitive-analysis` is input for:
253
- - **Strategist / Mediator** — competitive landscape for strategic decisions.
254
- - **`tam-sam-som`** competitor market shares for assessing SOM.
255
- - **`bcg-matrix`** relative market share (our share / leader's share) for BU classification.
256
- - **`blue-ocean-strategy`** competition factors for the AS-IS strategy canvas.
257
- - **`ansoff-matrix`** entry barriers in new markets (step 2, market development).
258
- - **`icp-buyer-persona`** positioning affects the choice of target personas.
259
- - **`jtbd-analysis`** competing solutions for each Job.
260
-
261
- Handoff format: competitive landscape + feature matrix + threat score + key recommendations. When handing off — use `$handoff`.
262
-
263
- ## Anti-patterns
264
-
265
- | Mistake | Why it's bad | How to do it right |
266
- |--------|-------------|---------------|
267
- | Only direct competitors | Missing threats from adjacent markets | Include indirect and aspirational competitors |
268
- | Copying the leader's features | "Feature race" without a strategy | Differentiate, do not copy; focus on the weaknesses of competitors |
269
- | Analysis without sources | Subjective assessments without evidence | Every thesis — with data: rating, review, fact |
270
- | Outdated prices | Competitors change pricing often | Verify on the competitor's site, mark ⚠️ if >6 mo |
271
- | Focus only on features | Features are not the only axis of competition | Analyze UX, brand, ecosystem, support, moats |
272
- | Too many competitors | Loss of focus, superficial analysis | 5-8 key ones, the rest a brief overview |
273
- | Without recommendations | Analysis for the sake of analysis | Conclude with an actionable strategy with priorities |
274
- | Binary feature matrix (✅/⬚) | Quality is invisible: "exists" is not "well implemented" | ★/★★/★★★ scale with score |
275
- | Static snapshot | Cannot see where competitors are moving | 12 mo dynamics: features, prices, funding, strategy |
276
-
277
- ## Output Template
278
-
279
- ```markdown
280
- ### Competitive Analysis — [Product / Service]
281
-
282
- **Market:** [niche]
283
- **Geography:** [regions]
284
- **Focus:** [Features / Pricing / Positioning / Full]
285
- **Analysis Date:** [date]
286
-
287
- ---
288
-
289
- #### Competitive Landscape
290
-
291
- | Competitor | Type | Segment | Year | Size | Funding | Key Feature | Dynamics (12 mo) |
292
- |-----------|-----|---------|-----|--------|---------------|---------------|:-----------------:|
293
- | [A] | Direct | [segment] | [year] | [size] | [round / —] | [feature] | / / |
294
-
295
- ---
296
-
297
- #### Feature Matrix
298
-
299
- | Category | Criterion | Our Product | [A] | [B] | [C] |
300
- |-----------|----------|:-----------:|:---:|:---:|:---:|
301
- | Core | [Feature 1] | ★★ | ★★★ | ★★ | ★ |
302
- | Core | [Feature 2] | ★★★ | ★★ | ★ | — |
303
- | Advanced | [Feature 3] | ★ | — | ★★ | ★★★ |
304
- | | **Score** | **XX** | **XX** | **XX** | **XX** |
305
-
306
- Scale: ★★★ = best in class (3) | ★★ = market level (2) | ★ = basic implementation (1) | — = missing (0)
307
-
308
- **Table stakes:** [features mandatory for competition]
309
- **Unique features:** [our product: X], [competitor A: Y], [competitor B: Z]
310
-
311
- ---
312
-
313
- #### Pricing
314
-
315
- | Competitor | Model | Entry Price | Average Plan | Enterprise | Free Tier | Hidden Costs | Strategy |
316
- |-----------|--------|:--------------:|:------------:|:----------:|:---------:|-----------------|-----------|
317
- | [A] | [model] | $XX/mo | $XX/mo | On request | Yes / No | [what] | [strategy] |
318
-
319
- **Pricing index:** our price / average = [X]% (lower / on par / higher market)
320
-
321
- ---
322
-
323
- #### Positioning Map
324
-
325
- **Axes:** [Axis X] × [Axis Y]
326
-
327
- | Competitor | [Axis X] (1-10) | [Axis Y] (1-10) | Cluster |
328
- |-----------|:--------------:|:--------------:|---------|
329
- | [A] | X | X | [Premium / Value / Niche] |
330
- | **Our Product** | X | X | [Recommended position] |
331
-
332
- **Clusters:** [cluster descriptions]
333
- **Unoccupied zones:** [description of empty positions differentiation opportunities]
334
-
335
- ---
336
-
337
- #### Strengths and Weaknesses
338
-
339
- | Competitor | Strengths | Weaknesses | Source |
340
- |-----------|----------------|----------------|----------|
341
- | [A] | [+ with data: rating, fact] | [- with data] | [Source, date] |
342
-
343
- ---
344
-
345
- #### Competitive Moats
346
-
347
- | Competitor | Moat Type | Description | Strength |
348
- |-----------|---------|----------|:---------:|
349
- | [A] | [Type] | [Details] | Strong / Medium / Weak |
350
-
351
- ---
352
-
353
- #### Threat Score
354
-
355
- | Competitor | Aud. overlap (0.25) | Feat. overlap (0.20) | Moat (0.20) | Dynamics (0.20) | Resources (0.15) | **Score** | **Rank** |
356
- |-----------|:--------------------:|:-------------------:|:----------:|:---------------:|:--------------:|:---------:|:--------:|
357
- | [A] | X | X | X | X | X | **X.X** | 🔴/🟡/🟢 |
358
-
359
- Rank: 🔴 High (≥7.0) | 🟡 Medium (4.0-6.9) | 🟢 Low (<4.0)
360
-
361
- ---
362
-
363
- #### Dynamics (12 months)
364
-
365
- | Competitor | Feature changes | Price changes | New segments | Funding | Strategic Pivot |
366
- |-----------|:-------------:|:-------------:|:--------------:|:--------------:|:-----------------:|
367
- | [A] | [What was added] | [±X%] | [Where to] | [Round, $XM] | [Yes / No] |
368
-
369
- **Market trends:** [where the market is heading overall]
370
- **Potential new threats:** [startups, big tech, adjacent markets]
371
-
372
- ---
373
-
374
- #### Strategic Recommendations
375
-
376
- 1. **Positioning:** [recommended position + messaging]
377
- 2. **Table stakes (mandatory features):** [list]
378
- 3. **Differentiation:** [unique advantage + justification]
379
- 4. **Pricing:** [strategy + level]
380
- 5. **Risky bets:** [what competitors might copy, window of opportunity]
381
-
382
- | # | Action | Purpose | Against whom | Priority | Deadline |
383
- |---|----------|------|-------------|:---------:|------|
384
- | 1 | [What to do] | [Effect] | [Competitor] | P1 | [When] |
385
-
386
- ---
387
-
388
- #### Sources and Assumptions
389
-
390
- | # | Competitor | Fact / assumption | Source | Date | Reliability |
391
- |---|-----------|-------------------|----------|------|:-------------:|
392
- | 1 | [A] | [Fact] | [Source] | [Date] | ✅ / ⚠️ / 🔮 |
393
-
394
- Legend: ✅ Verified (2+ sources) | ⚠️ Estimated (1 source) | 🔮 Assumed (expert assessment)
395
- ```
1
+ ---
2
+ name: competitive-analysis
3
+ description: Competitor benchmarking — features, pricing, positioning, competitive advantages
4
+ type: triggered
5
+ domain: analytics
6
+ owners:
7
+ - strategist
8
+ - mediator
9
+ gates:
10
+ - STRATEGIST
11
+ - MEDIATOR
12
+ tech: []
13
+ topic: []
14
+ triggers:
15
+ - "competitive-analysis"
16
+ - "конкурентный анализ"
17
+ - "бенчмаркинг"
18
+ - "competitor analysis"
19
+ related: []
20
+ budget_lines: 413
21
+ schema_version: 1
22
+ ---
23
+ # Competitive Analysis Competitor Benchmarking
24
+
25
+ ## When to use
26
+ - When entering a new market — to understand the competitive landscape.
27
+ - When developing a positioning strategy — differentiation from competitors.
28
+ - When pricingbenchmarking competitors' prices and packages.
29
+ - When discovering new competitors or due to changes in competitive dynamics.
30
+
31
+ ## Input
32
+
33
+ | Field | Required | Description |
34
+ |------|:-----------:|----------|
35
+ | Product / service | ✅ | What we are analyzing in a competitive context |
36
+ | Market / niche | ✅ | Which category we are competing in |
37
+ | Known competitors | | List, if available; otherwise they will be determined |
38
+ | Key product features | ⬚ | To build a comparison matrix |
39
+ | Current pricing | | Current pricing model for the benchmark |
40
+ | Target audience | | From `$icp-buyer-persona`, if available |
41
+ | Analysis focus | | Features / Pricing / Positioning / Full |
42
+
43
+ > If mandatory fields are not provided **ask the user** before starting the analysis. Do not guess.
44
+
45
+ ## Data Sources
46
+ 1. **Web search** — competitor websites, reviews, ratings (G2, Capterra, TrustRadius, Product Hunt).
47
+ 2. **Financial data**public reports, funding rounds (Crunchbase, PitchBook).
48
+ 3. **Marketing materials** competitor landing pages, blogs, case studies.
49
+ 4. **Social signals** customer reviews, discussions on Reddit, HN, professional forums.
50
+ 5. **Analytical reports** — Gartner Magic Quadrant, Forrester Wave, industry overviews.
51
+
52
+ > For each competitor — at least 2 independent sources of information. Every fact — indicating the source and date. Data older than 12 months — mark with ⚠️ and verify via `web-research`.
53
+
54
+ ### Connection with other skills
55
+ | Skill | What we take | When to call |
56
+ |------|-----------|----------------|
57
+ | `web-research` | Data on competitors, pricing, features, reviews (steps 1-6) | Main collection tool — call at every step |
58
+ | `swot-analysis` | Strengths/weaknesses of our product for comparison (step 5) | If there is no internal S/W assessment |
59
+ | `tam-sam-som` | Market size, shares for assessing competitor scale (step 1) | If the market size is unknown |
60
+ | `blue-ocean-strategy` | Unoccupied positions, ERRC for differentiation (steps 4, 7) | If the analysis reveals an overcrowded zone |
61
+ | `icp-buyer-persona` | Target personas to assess competitive overlap | If there is no data on the target audience |
62
+
63
+ ## Protocol
64
+
65
+ ### Step 0 Context collection
66
+ 1. Check the availability of mandatory input data.
67
+ 2. Determine the focus of the analysis:
68
+
69
+ | Focus | Depth | Steps |
70
+ |-------|---------|------|
71
+ | Features | Feature matrix + implementation quality | 0-2, 5, 7 |
72
+ | Pricing | Tiers + model + hidden costs | 0-1, 3, 7 |
73
+ | Positioning | Map + messaging + audience | 0-1, 4, 7 |
74
+ | Full | All of the above | 0-7 |
75
+
76
+ 3. Request missing data from the user.
77
+ 4. Determine the horizon: current snapshot + dynamics over the last 12 months.
78
+
79
+ ### Step 1Identification of competitors
80
+ 1. Classify competitors into three categories:
81
+ - **Direct** solve the same problem for the same segment in the same way (3-5).
82
+ - **Indirect** solve the same problem in a different way or for a different segment (2-3).
83
+ - **Aspirational** — market leaders to look up to (1-2).
84
+ 2. For each competitor, assemble a profile card:
85
+
86
+ | Field | Description |
87
+ |------|----------|
88
+ | Name | Legal entity / brand |
89
+ | Type | Direct / Indirect / Aspirational |
90
+ | Year founded | Maturity |
91
+ | Size | Employees, revenue (if public) |
92
+ | Funding | Rounds, investors (if startup) |
93
+ | Target segment | Who they sell to |
94
+ | Key feature | Main differentiation |
95
+ | Dynamics (12 mo) | Growing ↗ / Stable → / Declining ↘ |
96
+
97
+ ### Step 2 Feature matrix
98
+ 1. Define 10-20 key features / criteria.
99
+ 2. Group by categories (Core, Advanced, Integrations, Support).
100
+ 3. Evaluate each competitor on the implementation quality scale:
101
+
102
+ | Rating | Meaning |
103
+ |:------:|----------|
104
+ | ★★★ | Best in class competitive advantage |
105
+ | ★★ | Good implementation at the market level |
106
+ | ★ | Basic implementation — exists, but weak |
107
+ | | Missing |
108
+
109
+ 4. Calculate the score: ★★★ = 3, ★★ = 2, ★ = 1, — = 0. Total for each competitor.
110
+ 5. Highlight unique features of each competitor (found only in one).
111
+ 6. Define table stakes — features that everyone has (mandatory minimum).
112
+
113
+ ### Step 3 Pricing analysis
114
+ 1. Collect the public pricing tiers of all competitors.
115
+ 2. Bring to a unified model for comparison:
116
+
117
+ | Competitor | Model | $/mo (entry) | $/mo (average) | $/mo (enterprise) | Free tier | Strategy |
118
+ |-----------|--------|:-----------------:|:---------------:|:-----------------:|:---------:|-----------|
119
+ | [A] | Per seat | $XX | $XX | On request | Yes / No | Premium |
120
+
121
+ 3. Determine pricing strategies: premium / value / freemium / usage-based.
122
+ 4. Identify hidden costs (onboarding, support, integrations, minimum contract).
123
+ 5. Calculate the pricing index: `our price / average of competitors × 100`.
124
+
125
+ ### Step 4 Positioning map
126
+ 1. Choose axes based on market priorities:
127
+
128
+ | Popular axis pairs | When to use |
129
+ |---------------------|--------------------|
130
+ | Price × Features | Classic value vs features comparison |
131
+ | Simplicity × Power | For products with different UX approaches |
132
+ | Verticalization × Horizontality | Niche vs universal solutions |
133
+ | Self-serve × Sales-led | Distribution model |
134
+
135
+ 2. Place all competitors on the map (score 1-10 on each axis).
136
+ 3. Identify clusters of competitors (concentration zones).
137
+ 4. Identify empty zones (unoccupied positions potential for differentiation).
138
+ 5. Determine the recommended position for our product.
139
+
140
+ ### Step 5 — Strengths and weaknesses
141
+ For each competitor:
142
+
143
+ | Aspect | Strengths | Weaknesses | Source |
144
+ |--------|----------------|----------------|----------|
145
+ | Technology | [+] | [-] | [Source, date] |
146
+ | UX / design | [+] | [-] | [Source, date] |
147
+ | Brand / reputation | [+] | [-] | [Source, date] |
148
+ | Price / value | [+] | [-] | [Source, date] |
149
+ | Ecosystem / integrations | [+] | [-] | [Source, date] |
150
+ | Support / service | [+] | [-] | [Source, date] |
151
+
152
+ > Support each thesis with data: review, rating, fact. Not "good UX", but "4.7/5 on G2 (234 reviews), +0.3 vs category average".
153
+
154
+ ### Step 6 Competitive Moats and threats
155
+ 1. Identify the sustainable advantages of each competitor:
156
+
157
+ | Moat type | Description | Examples |
158
+ |---------|----------|---------|
159
+ | Network effects | Value grows with the number of users | Marketplaces, social networks |
160
+ | Switching costs | High migration cost | ERP, CRM with deep integration |
161
+ | Brand | Awareness and trust | Enterprise brands |
162
+ | Technological barrier | Patents, unique technology | AI models, proprietary data |
163
+ | Economies of scale | Cost drops with growth | Infrastructure products |
164
+ | Ecosystem | Lock-in through integrations and plugins | Platforms with app store |
165
+
166
+ 2. Evaluate moat strength: weak / medium / strong.
167
+ 3. **Threat score** — rank competitors by aggregate threat:
168
+
169
+ | Criterion | Weight | Scale |
170
+ |----------|:---:|:-----:|
171
+ | Audience overlap | 0.25 | 1-10 |
172
+ | Feature overlap | 0.20 | 1-10 |
173
+ | Moat strength | 0.20 | 1-10 |
174
+ | Growth dynamics | 0.20 | 1-10 |
175
+ | Resources (funding, team) | 0.15 | 1-10 |
176
+
177
+ `Threat Score = Σ(weight × score)`. Rank: **≥ 7.0 High**, **4.0-6.9 Medium**, **< 4.0 Low**.
178
+
179
+ ### Step 7 — Dynamics and trends (12 months)
180
+ 1. For each key competitor, record changes over the last 12 months:
181
+
182
+ | Competitor | Feature changes | Price changes | New segments | Funding | Strategic pivot |
183
+ |-----------|:-------------:|:-------------:|:--------------:|:--------------:|:----------------------:|
184
+ | [A] | +3 major features | 15% increase | Entry into enterprise | Series C, $50M | No |
185
+
186
+ 2. Identify trends: where the market as a whole is heading.
187
+ 3. Identify potential new threats: startups, big tech, adjacent markets.
188
+
189
+ ### Step 8 — Strategic recommendations
190
+ Based on the analysis:
191
+ 1. **Positioning** — recommended position on the map, messaging.
192
+ 2. **Table stakes** features mandatory for competition (possessed by all direct competitors).
193
+ 3. **Differentiation** a unique advantage based on the weaknesses of competitors and empty zones.
194
+ 4. **Pricing** recommended strategy and level relative to the market.
195
+ 5. **Risky bets** what competitors can copy / improve, what to bet on.
196
+ 6. **Recommended actions:**
197
+
198
+ | # | Action | Purpose | Against whom | Priority | Deadline |
199
+ |---|----------|------|-------------|:---------:|------|
200
+ | 1 | [What to do] | [What effect] | [Competitor] | P1/P2/P3 | [When] |
201
+
202
+ ## Example CRM for the SMB segment
203
+
204
+ **Context:** A new CRM platform for small business, the Russian market. Pricing model: per seat. Focus: full analysis.
205
+
206
+ ### Competitive landscape
207
+
208
+ | Competitor | Type | Segment | Year | Size | Dynamics |
209
+ |-----------|-----|---------|-----|--------|:--------:|
210
+ | amoCRM | Direct | SMB-Mid | 2009 | ~600 emp. | → |
211
+ | Bitrix24 | Direct | SMB-Ent | 2012 | ~1500 emp. | ↗ |
212
+ | Megaplan | Direct | SMB | 2008 | ~200 emp. | ↘ |
213
+ | HubSpot | Aspirational | SMB-Ent (global) | 2006 | 7000+ emp. | ↗ |
214
+ | Notion | Indirect | SMB (PM→CRM) | 2013 | ~500 emp. | ↗ |
215
+
216
+ ### Feature matrix (fragment)
217
+
218
+ | Criterion | Our product | amoCRM | Bitrix24 | Megaplan | HubSpot |
219
+ |----------|:-----------:|:------:|:---------:|:--------:|:-------:|
220
+ | Sales funnel | ★★ | ★★★ | ★★ | | ★★★ |
221
+ | Email integration | ★★ | ★★ | ★★ | | ★★★ |
222
+ | Telephony | ★ | ★★★ | ★★ | ★★ | ★ |
223
+ | AI assistant | ★★★ | | | | ★★ |
224
+ | Mobile app | ★★ | ★★ | ★ | ★ | ★★★ |
225
+ | Automations | ★★ | ★★ | ★★★ | ★ | ★★★ |
226
+ | **Score** | **12** | **12** | **11** | **6** | **15** |
227
+
228
+ **Table stakes:** sales funnel, email, mobile app.
229
+ **Our unique feature:** AI assistant (★★★, only we have it at this level).
230
+
231
+ ### Threat Score
232
+
233
+ | Competitor | Audience overlap | Feature overlap | Moat | Dynamics | Resources | **Score** | **Rank** |
234
+ |-----------|:-----------------:|:-----------:|:---:|:--------:|:-------:|:---------:|:--------:|
235
+ | amoCRM | 9 | 8 | 7 | 5 | 6 | **7.2** | 🔴 High |
236
+ | Bitrix24 | 7 | 7 | 8 | 7 | 8 | **7.3** | 🔴 High |
237
+ | Megaplan | 8 | 5 | 3 | 3 | 3 | **4.8** | 🟡 Medium |
238
+ | HubSpot | 4 | 9 | 9 | 8 | 10 | **7.6** | 🔴 High |
239
+ | Notion | 3 | 3 | 6 | 8 | 7 | **4.9** | 🟡 Medium |
240
+
241
+ **Main threats:** HubSpot (score 7.6, strong moat + resources), Bitrix24 (7.3, ecosystem), amoCRM (7.2, maximum overlap).
242
+
243
+ ### Recommendations
244
+
245
+ | # | Action | Against whom | Priority |
246
+ |---|----------|-------------|:---------:|
247
+ | 1 | Strengthen the AI assistant as the main differentiator | amoCRM, Bitrix24 (no AI) | P1 |
248
+ | 2 | Pricing strategy: value (lower than amoCRM, higher than Megaplan) | amoCRM | P1 |
249
+ | 3 | 1C integration (table stakes in RF, we don't have it yet) | Bitrix24 | P2 |
250
+ | 4 | Positioning: "AI-first CRM for small businesses" | All | P1 |
251
+
252
+ ## Validation (Quality Gate)
253
+
254
+ - [ ] Identified at least 3 direct + 2 indirect competitors with profile cards
255
+ - [ ] Feature matrix contains at least 10 criteria with quality score (★/★★/★★★)
256
+ - [ ] Table stakes and unique features explicitly identified
257
+ - [ ] Pricing brought to a unified model for comparison
258
+ - [ ] Positioning map built along 2 axes with clusters and empty zones
259
+ - [ ] Strengths and weaknesses provided for each competitor with sources and dates
260
+ - [ ] Competitive moats identified for key competitors with a strength rating
261
+ - [ ] Threat score calculated, competitors ranked by threat level
262
+ - [ ] 12 mo dynamics recorded: changes in features, prices, strategy
263
+ - [ ] Recommendations are specific, prioritized, and linked to competitors
264
+ - [ ] For each competitor — at least 2 independent sources
265
+ - [ ] Data sources indicated; data older than 12 mo marked with ⚠️
266
+
267
+ > If validation fails rework until passing, do not pass further.
268
+
269
+ ## Handoff
270
+ The output of `$competitive-analysis` is input for:
271
+ - **Strategist / Mediator** competitive landscape for strategic decisions.
272
+ - **`tam-sam-som`** competitor market shares for assessing SOM.
273
+ - **`bcg-matrix`** relative market share (our share / leader's share) for BU classification.
274
+ - **`blue-ocean-strategy`** competition factors for the AS-IS strategy canvas.
275
+ - **`ansoff-matrix`** entry barriers in new markets (step 2, market development).
276
+ - **`icp-buyer-persona`** — positioning affects the choice of target personas.
277
+ - **`jtbd-analysis`** — competing solutions for each Job.
278
+
279
+ Handoff format: competitive landscape + feature matrix + threat score + key recommendations. When handing off — use `$handoff`.
280
+
281
+ ## Anti-patterns
282
+
283
+ | Mistake | Why it's bad | How to do it right |
284
+ |--------|-------------|---------------|
285
+ | Only direct competitors | Missing threats from adjacent markets | Include indirect and aspirational competitors |
286
+ | Copying the leader's features | "Feature race" without a strategy | Differentiate, do not copy; focus on the weaknesses of competitors |
287
+ | Analysis without sources | Subjective assessments without evidence | Every thesis — with data: rating, review, fact |
288
+ | Outdated prices | Competitors change pricing often | Verify on the competitor's site, mark ⚠️ if >6 mo |
289
+ | Focus only on features | Features are not the only axis of competition | Analyze UX, brand, ecosystem, support, moats |
290
+ | Too many competitors | Loss of focus, superficial analysis | 5-8 key ones, the rest — a brief overview |
291
+ | Without recommendations | Analysis for the sake of analysis | Conclude with an actionable strategy with priorities |
292
+ | Binary feature matrix (✅/⬚) | Quality is invisible: "exists" is not "well implemented" | ★/★★/★★★ scale with score |
293
+ | Static snapshot | Cannot see where competitors are moving | 12 mo dynamics: features, prices, funding, strategy |
294
+
295
+ ## Output Template
296
+
297
+ ```markdown
298
+ ### Competitive Analysis — [Product / Service]
299
+
300
+ **Market:** [niche]
301
+ **Geography:** [regions]
302
+ **Focus:** [Features / Pricing / Positioning / Full]
303
+ **Analysis Date:** [date]
304
+
305
+ ---
306
+
307
+ #### Competitive Landscape
308
+
309
+ | Competitor | Type | Segment | Year | Size | Funding | Key Feature | Dynamics (12 mo) |
310
+ |-----------|-----|---------|-----|--------|---------------|---------------|:-----------------:|
311
+ | [A] | Direct | [segment] | [year] | [size] | [round / —] | [feature] | ↗ / → / ↘ |
312
+
313
+ ---
314
+
315
+ #### Feature Matrix
316
+
317
+ | Category | Criterion | Our Product | [A] | [B] | [C] |
318
+ |-----------|----------|:-----------:|:---:|:---:|:---:|
319
+ | Core | [Feature 1] | ★★ | ★★★ | ★★ | |
320
+ | Core | [Feature 2] | ★★★ | ★★ | ★ | — |
321
+ | Advanced | [Feature 3] | ★ | — | ★★ | ★★★ |
322
+ | | **Score** | **XX** | **XX** | **XX** | **XX** |
323
+
324
+ Scale: ★★★ = best in class (3) | ★★ = market level (2) | ★ = basic implementation (1) | — = missing (0)
325
+
326
+ **Table stakes:** [features mandatory for competition]
327
+ **Unique features:** [our product: X], [competitor A: Y], [competitor B: Z]
328
+
329
+ ---
330
+
331
+ #### Pricing
332
+
333
+ | Competitor | Model | Entry Price | Average Plan | Enterprise | Free Tier | Hidden Costs | Strategy |
334
+ |-----------|--------|:--------------:|:------------:|:----------:|:---------:|-----------------|-----------|
335
+ | [A] | [model] | $XX/mo | $XX/mo | On request | Yes / No | [what] | [strategy] |
336
+
337
+ **Pricing index:** our price / average = [X]% (lower / on par / higher market)
338
+
339
+ ---
340
+
341
+ #### Positioning Map
342
+
343
+ **Axes:** [Axis X] × [Axis Y]
344
+
345
+ | Competitor | [Axis X] (1-10) | [Axis Y] (1-10) | Cluster |
346
+ |-----------|:--------------:|:--------------:|---------|
347
+ | [A] | X | X | [Premium / Value / Niche] |
348
+ | **Our Product** | X | X | [Recommended position] |
349
+
350
+ **Clusters:** [cluster descriptions]
351
+ **Unoccupied zones:** [description of empty positions — differentiation opportunities]
352
+
353
+ ---
354
+
355
+ #### Strengths and Weaknesses
356
+
357
+ | Competitor | Strengths | Weaknesses | Source |
358
+ |-----------|----------------|----------------|----------|
359
+ | [A] | [+ with data: rating, fact] | [- with data] | [Source, date] |
360
+
361
+ ---
362
+
363
+ #### Competitive Moats
364
+
365
+ | Competitor | Moat Type | Description | Strength |
366
+ |-----------|---------|----------|:---------:|
367
+ | [A] | [Type] | [Details] | Strong / Medium / Weak |
368
+
369
+ ---
370
+
371
+ #### Threat Score
372
+
373
+ | Competitor | Aud. overlap (0.25) | Feat. overlap (0.20) | Moat (0.20) | Dynamics (0.20) | Resources (0.15) | **Score** | **Rank** |
374
+ |-----------|:--------------------:|:-------------------:|:----------:|:---------------:|:--------------:|:---------:|:--------:|
375
+ | [A] | X | X | X | X | X | **X.X** | 🔴/🟡/🟢 |
376
+
377
+ Rank: 🔴 High (≥7.0) | 🟡 Medium (4.0-6.9) | 🟢 Low (<4.0)
378
+
379
+ ---
380
+
381
+ #### Dynamics (12 months)
382
+
383
+ | Competitor | Feature changes | Price changes | New segments | Funding | Strategic Pivot |
384
+ |-----------|:-------------:|:-------------:|:--------------:|:--------------:|:-----------------:|
385
+ | [A] | [What was added] | [±X%] | [Where to] | [Round, $XM] | [Yes / No] |
386
+
387
+ **Market trends:** [where the market is heading overall]
388
+ **Potential new threats:** [startups, big tech, adjacent markets]
389
+
390
+ ---
391
+
392
+ #### Strategic Recommendations
393
+
394
+ 1. **Positioning:** [recommended position + messaging]
395
+ 2. **Table stakes (mandatory features):** [list]
396
+ 3. **Differentiation:** [unique advantage + justification]
397
+ 4. **Pricing:** [strategy + level]
398
+ 5. **Risky bets:** [what competitors might copy, window of opportunity]
399
+
400
+ | # | Action | Purpose | Against whom | Priority | Deadline |
401
+ |---|----------|------|-------------|:---------:|------|
402
+ | 1 | [What to do] | [Effect] | [Competitor] | P1 | [When] |
403
+
404
+ ---
405
+
406
+ #### Sources and Assumptions
407
+
408
+ | # | Competitor | Fact / assumption | Source | Date | Reliability |
409
+ |---|-----------|-------------------|----------|------|:-------------:|
410
+ | 1 | [A] | [Fact] | [Source] | [Date] | ✅ / ⚠️ / 🔮 |
411
+
412
+ Legend: ✅ Verified (2+ sources) | ⚠️ Estimated (1 source) | 🔮 Assumed (expert assessment)
413
+ ```