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,416 +1,432 @@
1
- ---
2
- name: blue-ocean-strategy
3
- description: Strategy canvas analysis — ERRC framework, value curve, three tiers of noncustomers
4
- ---
5
- # Blue Ocean Strategy — Creating Uncontested Market Space
6
-
7
- ## When to use
8
- - When searching for **new market spaces** beyond existing competition.
9
- - When needing to **differentiate radically** from competitors through value innovation.
10
- - When developing a **new product or service** from scratch — without being tied to current industry standards.
11
- - When preparing a **growth strategy** — when the red ocean is exhausted or unprofitable.
12
-
13
- ## Input
14
-
15
- | Field | Required | Description |
16
- |------|:-----------:|----------|
17
- | Industry / market | ✅ | Current market (red ocean) for analysis |
18
- | Product / service | ✅ | Current offering or new concept |
19
- | Competitors | ✅ | 3-5 key players to build the strategy canvas |
20
- | Customer segments | ⬚ | Current customers and their needs |
21
- | Factors of competition | | Known parameters on which the industry competes (5-8) |
22
- | Price range | ⬚ | Current price levels in the industry |
23
- | Noncustomer data | ⬚ | Who doesn't buy and why |
24
-
25
- > If mandatory fields are not provided — **ask** the user, do not generate assumptions.
26
-
27
- ## Data Sources
28
- 1. Competitive analysis — offerings, prices, positioning of key players.
29
- 2. Customer research — needs, pain points, jobs-to-be-done.
30
- 3. Industry reports — standard competitive factors, industry norms.
31
- 4. Noncustomers why they don't buy, barriers to entry for consumption.
32
- 5. Adjacent industries — alternative solutions for the same tasks.
33
-
34
- ### Connection with other skills
35
- | Skill | What we take | When to call |
36
- |------|-----------|----------------|
37
- | `competitive-analysis` | Competitive factors, positioning, moats (step 0, 1) | If there's no data on competitors and competitive factors |
38
- | `tam-sam-som` | Size of noncustomer space, new market potential (step 3, 6) | To estimate the TAM of the blue ocean |
39
- | `web-research` | Verification of data on noncustomers, adjacent industries | If data is missing or outdated (>12 months) |
40
- | `ansoff-matrix` | Diversification strategy, if Blue Ocean = new product + new market | After forming the offering — for integration into the growth portfolio |
41
- | `swot-analysis` | Internal competencies to assess feasibility (step 7) | If it's unclear whether there are resources for implementation |
42
-
43
- ## Protocol
44
-
45
- ### Step 0Prepare Context
46
- 1. Define the current "red ocean" the industry and its key players (3-5).
47
- 2. Identify 5-8 competitive factors on which players compete.
48
- 3. Collect data on current customers and their satisfaction.
49
- 4. Document industry "sacred cows" — assumptions that no one questions.
50
-
51
- > Every fact about the market with indication of source and date. Data older than 12 months — mark with ⚠️ and verify via `web-research`.
52
-
53
- ### Step 1 Strategy Canvas AS-IS
54
- 1. Define the axes: horizontal competitive factors, vertical offering level (1-5, where 1 = low, 5 = high).
55
- 2. Draw value curves for each key competitor.
56
- 3. Draw value curve for the analyzed company / product.
57
- 4. Identify clusters: where all players are the same (convergence zone), where there is differentiation.
58
- 5. Document: on which factors the industry competes excessively (over-served), on which — insufficiently (under-served).
59
-
60
- ### Step 2 — Buyer Utility Map
61
- 1. Define 6 stages of the buyer experience cycle:
62
-
63
- | Stage | Description |
64
- |--------|----------|
65
- | Purchase | The process of choosing and buying |
66
- | Delivery | Receiving the product / activating the service |
67
- | Use | Core usage experience |
68
- | Supplements | Accompanying goods / services |
69
- | Maintenance | Support, repair, updates |
70
- | Disposal | End of use, migration |
71
-
72
- 2. For each stage assess 6 utility levers:
73
-
74
- | | Purchase | Delivery | Use | Supplements | Maintenance | Disposal |
75
- |--|:------:|:--------:|:-------------:|:----------:|:------------:|:----------:|
76
- | **Customer Productivity**| | | | | | |
77
- | **Simplicity** | | | | | | |
78
- | **Convenience** | ★ | | | | | |
79
- | **Risk** | | | | | | |
80
- | **Fun & Image** | | | | | | |
81
- | **Environmental Friendliness**| | | | | | |
82
-
83
- = industry focus. Empty cells = white spaces (opportunities).
84
-
85
- 3. Determine: where the industry focuses (≤ 3-4 cells) and where the white spaces are (the remaining 32-33 cells).
86
- 4. Select **at least 2 white spaces** with the greatest potential for creating new value.
87
-
88
- ### Step 3Three Tiers of Noncustomers
89
- 1. **First tier — "Soon-to-be"**: customers on the edge of the market, use minimally, searching for alternatives.
90
- - Why are they on the edge? What dissatisfies them?
91
- 2. **Second tier — "Refusing"**: consciously chose not to use the industry's products.
92
- - What needs are unmet? What are the barriers?
93
- 3. **Third tier "Unexplored"**: never considered the industry's products as an option.
94
- - What need do they solve differently? What offering would attract them?
95
- 4. Assess for each tier:
96
-
97
- | Tier | Size | Key Barrier | Conversion Potential | Data Source |
98
- |---------|:------:|-----------------|:-------------------:|-----------------|
99
- | 1. "Soon-to-be" | [N / $XM] | [Barrier] | High / Medium / Low | [Source] |
100
- | 2. "Refusing" | [N / $XM] | [Barrier] | ... | [Source] |
101
- | 3. "Unexplored" | [N / $XM] | [Barrier] | ... | [Source] |
102
-
103
- 5. If there is no data — use `tam-sam-som` to estimate size and `web-research` to investigate barriers.
104
-
105
- ### Step 4ERRC Framework (Eliminate-Reduce-Raise-Create)
106
- 1. **Eliminate**: Which of the factors that the industry takes for granted should be eliminated?
107
- - Factors that do not create value for the buyer.
108
- - Factors existing out of inertia or to imitate competitors.
109
- 2. **Reduce**: Which factors should be reduced well below the industry's standard?
110
- - Factors with excessive offering levels (over-engineering).
111
- 3. **Raise**: Which factors should be raised well above the industry's standard?
112
- - Factors where the current level does not satisfy buyers.
113
- 4. **Create**: Which factors should be created that the industry has never offered?
114
- - New sources of value from the analysis of noncustomers and the Buyer Utility Map.
115
- 5. Fill out a card for each action:
116
-
117
- | Action | Factor | Was (AS-IS) | Became (TO-BE) | Cost Effect | Value Effect | Justification |
118
- |----------|--------|:------------:|:-------------:|:-----------------:|:------------------:|-------------|
119
- | Eliminate | [A] | Average | | -$XXK/yr | 0 | [Why not needed] |
120
- | Reduce | [B] | High | Low | -$XXK/yr | -insignificant | [Why excessive] |
121
- | Raise | [C] | Low | Very high | +$XXK/yr | +significant | [Why important] |
122
- | Create | [D] | | High | +$XXK/yr | +significant | [What problem it solves] |
123
-
124
- 6. Check the balance: **savings (E + R) must offset costs (Ra + C)**, forming value innovation — simultaneous cost reduction and value growth for the buyer.
125
-
126
- ### Step 5 New Value Curve (Strategy Canvas — TO-BE)
127
- 1. Draw the new value curve factoring in ERRC.
128
- 2. Compare with competitors' curves there should be visible divergence.
129
- 3. Validate three characteristics of a good strategy:
130
-
131
- | Criterion | Test | Result |
132
- |----------|------|:---------:|
133
- | **Focus** | Curve does not mimic competitors, resources are concentrated | Yes / No |
134
- | **Divergence** | ≥ 3 factors differ by ≥ 2 levels from the industry average | Yes / No |
135
- | **Compelling Tagline** | Can be described in one phrase understandable to the buyer | "[Tagline]" |
136
-
137
- 4. **If at least one criterion = No return to step 4 and strengthen ERRC.**
138
-
139
- ### Step 6 — Price Corridor of the Mass
140
- 1. Define three pricing clusters:
141
-
142
- | Cluster | Products / Alternatives | Price Range | Audience Size |
143
- |---------|------------------------|:----------------:|:----------------:|
144
- | Same form | Direct competitors in the industry | $XX $XX | [N] |
145
- | Same function | Alternative solutions for the same task | $XX — $XX | [N] |
146
- | Same objective | Products with the same end objective | $XX — $XX | [N] |
147
-
148
- 2. Determine the upper and lower boundaries of the price corridor of the mass.
149
- 3. Select a price level based on the degree of defensibility:
150
- - **High defensibility** (patents, network effects, exclusive resources) upper boundary.
151
- - **Medium defensibility** (hard-to-copy competencies) middle of the corridor.
152
- - **Low defensibility** (easily copied) → lower boundary.
153
-
154
- ### Step 7 — Evaluation and Scenario Analysis
155
- 1. Estimate the blue ocean economics:
156
-
157
- | Metric | Value | Source |
158
- |---------|:--------:|----------|
159
- | TAM of new space (noncustomers) | $XXM | `tam-sam-som` / estimate |
160
- | Savings from E + R (annual) | -$XXK | Calculation from ERRC |
161
- | Investments in Ra + C (annual) | +$XXK | Calculation from ERRC |
162
- | **Net effect on unit economics** | ±$XX | Savings Investments |
163
- | Target price | $XX | Price corridor of the mass |
164
- | Target margin | XX% | Price cost |
165
- | Time to imitation by competitors | X-X years | Defensibility estimate |
166
- | Implementation investments (total) | $XM | Resource estimate |
167
- | Time to break-even | X mo | Financial model |
168
-
169
- 2. Scenario analysis:
170
-
171
- | Scenario | TAM | Noncustomer Conversion | Time to Imitation | Revenue (3 years) | Probability |
172
- |----------|:---:|:--------------------:|:----------------:|:----------------:|:-----------:|
173
- | Optimistic | $XXM | XX% | > X years | $XXM | XX% |
174
- | Base | $XXM | XX% | X years | $XXM | XX% |
175
- | Pessimistic | $XXM | XX% | < X years | $XXM | XX% |
176
-
177
- 3. Define kill conditions: under which scenario to not launch / fold.
178
- 4. Assess feasibility:
179
-
180
- | Resource | Have | Need | Gap | How to Close |
181
- |--------|:----:|:-----:|:---:|-----------------|
182
- | Competencies | [Which] | [Which] | [What is missing] | Hire / partner / train |
183
- | Technologies | [Which] | [Which] | [What is missing] | Develop / license |
184
- | Budget | $XM | $XM | $XM | Reallocate / request funding |
185
- | Time | — | X mo | — | [Constraints] |
186
-
187
- ### Step 8 Synthesis and Roadmap
188
- 1. Formulate the strategic blue ocean offering (1-2 paragraphs).
189
- 2. Finalize the target business model (price, channels, key metrics).
190
- 3. Prepare a roadmap:
191
-
192
- | Period | Action | Key Metric | Go/No-go gate | Owner |
193
- |--------|----------|:----------------:|---------------|---------------|
194
- | Month 1-3 | [What] | [KPI] | [Condition] | [Who] |
195
- | Month 4-6 | [What] | [KPI] | [Condition] | [Who] |
196
- | Month 7-12| [What] | [KPI] | [Condition] | [Who] |
197
-
198
- 4. Define KPIs for monitoring: noncustomer conversion, retention, NPS, unit economics.
199
-
200
- ## Example Online Fitness vs Traditional Gyms
201
-
202
- **Context:** Fitness services market in RF. Red ocean: gym chains (World Class, X-Fit, DDX). Task — find a blue ocean.
203
-
204
- ### Strategy Canvas AS-IS
205
-
206
- | Factor | World Class | X-Fit | DDX | Industry Average |
207
- |--------|:----------:|:-----:|:---:|:--------------:|
208
- | Equipment | 5 | 4 | 3 | 4.0 |
209
- | Location (prestige) | 5 | 3 | 2 | 3.3 |
210
- | Personal trainers | 4 | 4 | 3 | 3.7 |
211
- | Group programs | 4 | 4 | 4 | 4.0 |
212
- | Pool / spa | 5 | 3 | 1 | 3.0 |
213
- | Price (inverted) | 1 | 3 | 4 | 2.7 |
214
- | Schedule flexibility| 2 | 2 | 3 | 2.3 |
215
- | Community / gamification | 1 | 1 | 1 | 1.0 |
216
-
217
- **"Sacred cows":** physical presence, expensive equipment, fixed schedule.
218
-
219
- ### ERRC Grid
220
-
221
- | Eliminate | Reduce |
222
- |:---------:|:------:|
223
- | Prestigious location (-$XXK/mo rent) | Equipment: from 4.0 to 1.5 (basics + resistance bands only) |
224
- | Pool / spa (-$XXK/mo) | Personal trainers: from 3.7 to 2.0 (AI + pre-recorded) |
225
-
226
- | Raise | Create |
227
- |:-----:|:------:|
228
- | Schedule flexibility: from 2.3 to 5.0 (24/7, anywhere) | Community + gamification: 0 → 5.0 (leaderboards, challenges) |
229
- | Price (accessibility): from 2.7 to 5.0 (×5 cheaper) | AI personalization: 0 → 4.5 (adaptive programs) |
230
-
231
- **Balance:** Savings (E+R) = -$2.8M/yr. Investments (Ra+C) = +$1.1M/yr. **Net: -$1.7M/yr in costs** value innovation ✅.
232
-
233
- ### Three Tiers of Noncustomers
234
-
235
- | Tier | Who | Size | Barrier |
236
- |---------|-----|:------:|--------|
237
- | 1. "Soon-to-be" | Bought pass, visit 1-2 times/mo | ~2M ppl | Too far, inconvenient schedule |
238
- | 2. "Refusing" | Know about gyms, think it's too pricey/uncomfortable | ~8M ppl | Price, fear of judgment |
239
- | 3. "Unexplored" | Residents of small towns without gyms | ~15M ppl | No infrastructure |
240
-
241
- ### Strategy Validation
242
- - **Focus:** resources allocated to AI, community, accessibility. Not spread thin across equipment and locations.
243
- - **Divergence:** ✅ — 5 factors differ by ≥ 2 levels.
244
- - **Tagline:** "Personal trainer in your pocket for 500₽/mo".
245
-
246
- **Price Corridor of the Mass:** Same form (gyms) = 2000-8000₽/mo. Same function (YouTube, apps) = 0-500₽/mo. Same objective (health) = 500-3000₽/mo. → Price = 499₽/mo (lower bound, medium defensibility: AI models can be copied in 1-2 years).
247
-
248
- ## Validation (Quality Gate)
249
-
250
- - [ ] Strategy Canvas AS-IS contains at least 3 competitors and 5-8 factors with numerical levels
251
- - [ ] Buyer Utility Map 6×6 is populated, at least 2 white spaces identified
252
- - [ ] Three tiers of noncustomers analyzed with size and barriers estimated
253
- - [ ] ERRC grid populated: at least 1 action in each quadrant with cost and value effect
254
- - [ ] ERRC balance checked: savings (E+R) offset investments (Ra+C)
255
- - [ ] New value curve visibly diverges from competitor curves
256
- - [ ] Three characteristics of strategy passed (focus, divergence, tagline)
257
- - [ ] Price corridor of the mass defined (3 clusters: form, function, objective)
258
- - [ ] Blue ocean economics justified: TAM, unit economics, break-even
259
- - [ ] Scenario analysis conducted (optimistic / base / pessimistic)
260
- - [ ] Kill conditions defined
261
- - [ ] Feasibility assessed: competencies, tech, budget, time
262
- - [ ] Data sources cited; data older than 12 mo marked ⚠️
263
-
264
- ## Handoff
265
- Result output goes to:
266
- - **Strategist / Mediator** for integration into a growth strategy or business plan for a new product.
267
- - **`ansoff-matrix`** if Blue Ocean = diversification (new product + new market), integrate into growth portfolio.
268
- - **`unit-economics`** for precise unit economics calculation of the new offering.
269
- - **`tam-sam-som`** to clarify the blue ocean size, if rough estimates were used.
270
- - **`competitive-analysis`** for monitoring competitor reactions and imitation speed.
271
-
272
- Output format: filled output template + ERRC with economics + scenario analysis + roadmap.
273
-
274
- ## Anti-patterns
275
-
276
- | Mistake | Why it hurts | How to do it right |
277
- |--------|-------------|---------------|
278
- | ERRC without strategy canvas | No baseline to compare against, actions occur "in a vacuum" | First AS-IS canvas, then ERRC, then TO-BE |
279
- | Focusing only on Create | Increases costs without optimization — no value innovation | Balance: E + R lower costs, Ra + C increase value |
280
- | Ignoring noncustomers | The main source of blue ocean is lost | All three tiers are mandatory with size and barriers estimated |
281
- | Curve = competitor + 1 factor | This is not a blue ocean, it's incremental innovation | Divergence: ≥ 3 factors differ by ≥ 2 levels |
282
- | Unfeasible offering | A beautiful strategy without resources is useless | Feasibility assessment: competencies, tech, budget, time |
283
- | Lack of a compelling tagline | Hard to communicate, meaning there is no focus | One phrase, clear to the buyer — or return to ERRC |
284
- | ERRC without economic estimates | Unclear if value innovation actually works | Every action — with expected cost and value effect |
285
- | Buyer Utility Map skipped | Hidden opportunities in the 32+ cells are missed | 6×6 matrix is mandatory, at least 2 white spaces |
286
- | Cost-plus pricing | Ignores alternatives and mass appeal | Price corridor of the mass: 3 clusters (form, function, objective) |
287
-
288
- ## Output Template
289
-
290
- ```
291
- ## Blue Ocean Strategy: [Analysis Object]
292
- **Industry (red ocean):** [industry] | **Date:** [date]
293
- **Industry "sacred cows":** [2-3 assumptions being challenged]
294
-
295
- ### Strategy CanvasAS-IS
296
-
297
- | Competitive Factor | [Competitor 1] | [Competitor 2] | [Competitor 3] | [Our Product] | Average |
298
- |-------------------|:------------:|:------------:|:------------:|:-------------:|:------:|
299
- | [Factor 1] | X | X | X | X | X.X |
300
- | [Factor 2] | X | X | X | X | X.X |
301
-
302
- Scale: 1 = low, 5 = high
303
-
304
- ### Buyer Utility Map
305
-
306
- | | Purchase | Delivery | Use | Supplements | Maintenance | Disposal |
307
- |--|:------:|:--------:|:-------------:|:----------:|:------------:|:----------:|
308
- | **Customer Productivity**| | | ★ | | | |
309
- | **Simplicity** | | 🔵 | | | | 🔵 |
310
- | **Convenience** | ★ | | | | | |
311
- | **Risk** | | | | | 🔵 | |
312
- | **Fun & Image** | | | | 🔵 | | |
313
- | **Environmental Friendliness**| | | | | | |
314
-
315
- = industry focus | 🔵 = identified white space (opportunity)
316
-
317
- ### ERRC Grid
318
-
319
- | Action | Factor | Was | Became | Cost (Δ) | Value (Δ) | Justification |
320
- |----------|--------|:----:|:-----:|:-----------:|:------------:|-------------|
321
- | Eliminate | [A] | X | — | -$XXK | 0 | [Why] |
322
- | Reduce | [B] | X | X | -$XXK | −insig. | [Why] |
323
- | Raise | [C] | X | X | +$XXK | +signif. | [Why] |
324
- | Create | [D] | | X | +$XXK | +signif. | [Why] |
325
-
326
- **Balance:** Savings (E+R) = -$XXK | Investments (Ra+C) = +$XXK | **Net: [±$XXK]** → [Value Innovation ✅ / Imbalance ⚠️]
327
-
328
- ### Strategy Canvas TO-BE
329
-
330
- | Competitive Factor | Industry Avg | New Offering | Δ | ERRC Action |
331
- |-------------------|:--------------:|:-----------------:|:-:|:-------------:|
332
- | [Factor 1] | X.X | — | -X.X | Eliminate |
333
- | [Factor 2] | X.X | X | -X.X | Reduce |
334
- | [Factor 3] | X.X | X | +X.X | Raise |
335
- | [New Factor] | | X | +X | Create |
336
-
337
- ### Strategy Validation
338
-
339
- | Criterion | Test | Result |
340
- |----------|------|:---------:|
341
- | **Focus** | Resources are concentrated, curve doesn't smear | Yes / No |
342
- | **Divergence** | 3 factors differ by 2 levels | Yes / No |
343
- | **Compelling Tagline** | One phrase, clear to the buyer | "[Tagline]" |
344
-
345
- ⚠️ If at least one = No — return to ERRC.
346
-
347
- ### Three Tiers of Noncustomers
348
-
349
- | Tier | Who | Size | Key Barrier | Conversion Potential | Source |
350
- |---------|-----|:------:|-----------------|:-------------------:|----------|
351
- | 1. "Soon-to-be" | [Who, why] | [N / $XM] | [Barrier] | High / Medium | [Source] |
352
- | 2. "Refusing" | [Who, why] | [N / $XM] | [Barrier] | ... | [Source] |
353
- | 3. "Unexplored"| [Who, why] | [N / $XM] | [Barrier] | ... | [Source] |
354
-
355
- ### Price Corridor of the Mass
356
-
357
- | Cluster | Examples | Price Range | Audience Size |
358
- |---------|---------|:------------:|:----------------:|
359
- | Same form | [Direct competitors] | $XX $XX | [N] |
360
- | Same function | [Alternative solutions] | $XX — $XX | [N] |
361
- | Same objective| [Other ways to achieve goal] | $XX $XX | [N] |
362
-
363
- **Corridor:** $XX $XX | **Target Price:** $XX | **Defensibility:** High / Medium / Low
364
-
365
- ### Blue Ocean Economics
366
-
367
- | Metric | Value | Source |
368
- |---------|:--------:|----------|
369
- | TAM of new space | $XXM | [Source] |
370
- | Savings from E + R | -$XXK/yr | ERRC Calculation |
371
- | Investments in Ra + C | +$XXK/yr | ERRC Calculation |
372
- | Net effect on unit economics | ±$XX | Savings − Investments |
373
- | Target price | $XX | Price corridor |
374
- | Target margin | XX% | Price − Cost |
375
- | Time to imitation | X-X years | Defensibility estimate |
376
- | Implementation investments | $XM | Resource estimate |
377
- | Time to break-even | X mo | Financial model |
378
-
379
- ### Scenario Analysis
380
-
381
- | Scenario | TAM | Conversion | Time to imitation | Revenue (3Y) | Probability |
382
- |----------|:---:|:---------:|:-----------------:|:------------:|:-----------:|
383
- | Optimistic | $XXM | XX% | > X years | $XXM | XX% |
384
- | Base | $XXM | XX% | X years | $XXM | XX% |
385
- | Pessimistic | $XXM | XX% | < X years | $XXM | XX% |
386
-
387
- **Kill conditions:** [Under what scenario to not launch / fold]
388
-
389
- ### Feasibility Assessment
390
-
391
- | Resource | Have | Need | Gap | How to Close |
392
- |--------|:----:|:-----:|:---:|-----------------|
393
- | Competencies | [Which] | [Which] | [Gap] | [How to close] |
394
- | Technologies | [Which] | [Which] | [Gap] | [How to close] |
395
- | Budget | $XM | $XM | $XM | [Source] |
396
- | Time | — | X mo | — | [Constraints] |
397
-
398
- ### Strategic Offering
399
- [1-2 paragraphs: the essence of the blue ocean, why it's a value innovation, for whom, business model]
400
-
401
- ### Roadmap
402
-
403
- | Period | Action | Key Metric | Go/No-go gate | Owner |
404
- |--------|----------|:----------------:|---------------|---------------|
405
- | Mo 1-3 | [What] | [KPI] | [Condition] | [Who] |
406
- | Mo 4-6 | [What] | [KPI] | [Condition] | [Who] |
407
- | Mo 7-12| [What] | [KPI] | [Condition] | [Who] |
408
-
409
- ### Sources and Assumptions
410
-
411
- | # | Fact / Assumption | Source | Date | Confidence |
412
- |---|-------------------|----------|------|:-------------:|
413
- | 1 | [Fact] | [Source] | [Date] | ✅ / ⚠️ / 🔮 |
414
-
415
- Legend: Verified (2+ sources) | ⚠️ Estimated (1 source) | 🔮 Assumed (expert estimate)
416
- ```
1
+ ---
2
+ name: blue-ocean-strategy
3
+ description: Strategy canvas analysis — ERRC framework, value curve, three tiers of noncustomers
4
+ type: triggered
5
+ domain: analytics
6
+ owners:
7
+ - strategist
8
+ gates:
9
+ - STRATEGIST
10
+ tech: []
11
+ topic: []
12
+ triggers:
13
+ - "blue-ocean-strategy"
14
+ - "голубой океан"
15
+ - "blue ocean"
16
+ - "стратегия голубого океана"
17
+ related: []
18
+ budget_lines: 432
19
+ schema_version: 1
20
+ ---
21
+ # Blue Ocean Strategy Creating Uncontested Market Space
22
+
23
+ ## When to use
24
+ - When searching for **new market spaces** beyond existing competition.
25
+ - When needing to **differentiate radically** from competitors through value innovation.
26
+ - When developing a **new product or service** from scratch — without being tied to current industry standards.
27
+ - When preparing a **growth strategy** — when the red ocean is exhausted or unprofitable.
28
+
29
+ ## Input
30
+
31
+ | Field | Required | Description |
32
+ |------|:-----------:|----------|
33
+ | Industry / market | ✅ | Current market (red ocean) for analysis |
34
+ | Product / service | ✅ | Current offering or new concept |
35
+ | Competitors | | 3-5 key players to build the strategy canvas |
36
+ | Customer segments | ⬚ | Current customers and their needs |
37
+ | Factors of competition | | Known parameters on which the industry competes (5-8) |
38
+ | Price range | | Current price levels in the industry |
39
+ | Noncustomer data | | Who doesn't buy and why |
40
+
41
+ > If mandatory fields are not provided **ask** the user, do not generate assumptions.
42
+
43
+ ## Data Sources
44
+ 1. Competitive analysis — offerings, prices, positioning of key players.
45
+ 2. Customer researchneeds, pain points, jobs-to-be-done.
46
+ 3. Industry reports standard competitive factors, industry norms.
47
+ 4. Noncustomers why they don't buy, barriers to entry for consumption.
48
+ 5. Adjacent industries alternative solutions for the same tasks.
49
+
50
+ ### Connection with other skills
51
+ | Skill | What we take | When to call |
52
+ |------|-----------|----------------|
53
+ | `competitive-analysis` | Competitive factors, positioning, moats (step 0, 1) | If there's no data on competitors and competitive factors |
54
+ | `tam-sam-som` | Size of noncustomer space, new market potential (step 3, 6) | To estimate the TAM of the blue ocean |
55
+ | `web-research` | Verification of data on noncustomers, adjacent industries | If data is missing or outdated (>12 months) |
56
+ | `ansoff-matrix` | Diversification strategy, if Blue Ocean = new product + new market | After forming the offering — for integration into the growth portfolio |
57
+ | `swot-analysis` | Internal competencies to assess feasibility (step 7) | If it's unclear whether there are resources for implementation |
58
+
59
+ ## Protocol
60
+
61
+ ### Step 0 Prepare Context
62
+ 1. Define the current "red ocean" — the industry and its key players (3-5).
63
+ 2. Identify 5-8 competitive factors on which players compete.
64
+ 3. Collect data on current customers and their satisfaction.
65
+ 4. Document industry "sacred cows" assumptions that no one questions.
66
+
67
+ > Every fact about the market — with indication of source and date. Data older than 12 months — mark with ⚠️ and verify via `web-research`.
68
+
69
+ ### Step 1 Strategy Canvas — AS-IS
70
+ 1. Define the axes: horizontal — competitive factors, vertical — offering level (1-5, where 1 = low, 5 = high).
71
+ 2. Draw value curves for each key competitor.
72
+ 3. Draw value curve for the analyzed company / product.
73
+ 4. Identify clusters: where all players are the same (convergence zone), where there is differentiation.
74
+ 5. Document: on which factors the industry competes excessively (over-served), on which insufficiently (under-served).
75
+
76
+ ### Step 2 Buyer Utility Map
77
+ 1. Define 6 stages of the buyer experience cycle:
78
+
79
+ | Stage | Description |
80
+ |--------|----------|
81
+ | Purchase | The process of choosing and buying |
82
+ | Delivery | Receiving the product / activating the service |
83
+ | Use | Core usage experience |
84
+ | Supplements | Accompanying goods / services |
85
+ | Maintenance | Support, repair, updates |
86
+ | Disposal | End of use, migration |
87
+
88
+ 2. For each stage assess 6 utility levers:
89
+
90
+ | | Purchase | Delivery | Use | Supplements | Maintenance | Disposal |
91
+ |--|:------:|:--------:|:-------------:|:----------:|:------------:|:----------:|
92
+ | **Customer Productivity**| | | | | | |
93
+ | **Simplicity** | | | | | | |
94
+ | **Convenience** | | | | | | |
95
+ | **Risk** | | | | | | |
96
+ | **Fun & Image** | | | | | | |
97
+ | **Environmental Friendliness**| | | | | | |
98
+
99
+ = industry focus. Empty cells = white spaces (opportunities).
100
+
101
+ 3. Determine: where the industry focuses (≤ 3-4 cells) and where the white spaces are (the remaining 32-33 cells).
102
+ 4. Select **at least 2 white spaces** with the greatest potential for creating new value.
103
+
104
+ ### Step 3 — Three Tiers of Noncustomers
105
+ 1. **First tier"Soon-to-be"**: customers on the edge of the market, use minimally, searching for alternatives.
106
+ - Why are they on the edge? What dissatisfies them?
107
+ 2. **Second tier "Refusing"**: consciously chose not to use the industry's products.
108
+ - What needs are unmet? What are the barriers?
109
+ 3. **Third tier "Unexplored"**: never considered the industry's products as an option.
110
+ - What need do they solve differently? What offering would attract them?
111
+ 4. Assess for each tier:
112
+
113
+ | Tier | Size | Key Barrier | Conversion Potential | Data Source |
114
+ |---------|:------:|-----------------|:-------------------:|-----------------|
115
+ | 1. "Soon-to-be" | [N / $XM] | [Barrier] | High / Medium / Low | [Source] |
116
+ | 2. "Refusing" | [N / $XM] | [Barrier] | ... | [Source] |
117
+ | 3. "Unexplored" | [N / $XM] | [Barrier] | ... | [Source] |
118
+
119
+ 5. If there is no datause `tam-sam-som` to estimate size and `web-research` to investigate barriers.
120
+
121
+ ### Step 4 ERRC Framework (Eliminate-Reduce-Raise-Create)
122
+ 1. **Eliminate**: Which of the factors that the industry takes for granted should be eliminated?
123
+ - Factors that do not create value for the buyer.
124
+ - Factors existing out of inertia or to imitate competitors.
125
+ 2. **Reduce**: Which factors should be reduced well below the industry's standard?
126
+ - Factors with excessive offering levels (over-engineering).
127
+ 3. **Raise**: Which factors should be raised well above the industry's standard?
128
+ - Factors where the current level does not satisfy buyers.
129
+ 4. **Create**: Which factors should be created that the industry has never offered?
130
+ - New sources of value from the analysis of noncustomers and the Buyer Utility Map.
131
+ 5. Fill out a card for each action:
132
+
133
+ | Action | Factor | Was (AS-IS) | Became (TO-BE) | Cost Effect | Value Effect | Justification |
134
+ |----------|--------|:------------:|:-------------:|:-----------------:|:------------------:|-------------|
135
+ | Eliminate | [A] | Average | | -$XXK/yr | 0 | [Why not needed] |
136
+ | Reduce | [B] | High | Low | -$XXK/yr | -insignificant | [Why excessive] |
137
+ | Raise | [C] | Low | Very high | +$XXK/yr | +significant | [Why important] |
138
+ | Create | [D] | — | High | +$XXK/yr | +significant | [What problem it solves] |
139
+
140
+ 6. Check the balance: **savings (E + R) must offset costs (Ra + C)**, forming value innovation — simultaneous cost reduction and value growth for the buyer.
141
+
142
+ ### Step 5 New Value Curve (Strategy Canvas TO-BE)
143
+ 1. Draw the new value curve factoring in ERRC.
144
+ 2. Compare with competitors' curves there should be visible divergence.
145
+ 3. Validate three characteristics of a good strategy:
146
+
147
+ | Criterion | Test | Result |
148
+ |----------|------|:---------:|
149
+ | **Focus** | Curve does not mimic competitors, resources are concentrated | Yes / No |
150
+ | **Divergence** | 3 factors differ by 2 levels from the industry average | Yes / No |
151
+ | **Compelling Tagline** | Can be described in one phrase understandable to the buyer | "[Tagline]" |
152
+
153
+ 4. **If at least one criterion = No — return to step 4 and strengthen ERRC.**
154
+
155
+ ### Step 6 Price Corridor of the Mass
156
+ 1. Define three pricing clusters:
157
+
158
+ | Cluster | Products / Alternatives | Price Range | Audience Size |
159
+ |---------|------------------------|:----------------:|:----------------:|
160
+ | Same form | Direct competitors in the industry | $XX $XX | [N] |
161
+ | Same function | Alternative solutions for the same task | $XX $XX | [N] |
162
+ | Same objective | Products with the same end objective | $XX $XX | [N] |
163
+
164
+ 2. Determine the upper and lower boundaries of the price corridor of the mass.
165
+ 3. Select a price level based on the degree of defensibility:
166
+ - **High defensibility** (patents, network effects, exclusive resources) upper boundary.
167
+ - **Medium defensibility** (hard-to-copy competencies) middle of the corridor.
168
+ - **Low defensibility** (easily copied) → lower boundary.
169
+
170
+ ### Step 7 — Evaluation and Scenario Analysis
171
+ 1. Estimate the blue ocean economics:
172
+
173
+ | Metric | Value | Source |
174
+ |---------|:--------:|----------|
175
+ | TAM of new space (noncustomers) | $XXM | `tam-sam-som` / estimate |
176
+ | Savings from E + R (annual) | -$XXK | Calculation from ERRC |
177
+ | Investments in Ra + C (annual) | +$XXK | Calculation from ERRC |
178
+ | **Net effect on unit economics** | ±$XX | Savings − Investments |
179
+ | Target price | $XX | Price corridor of the mass |
180
+ | Target margin | XX% | Price cost |
181
+ | Time to imitation by competitors | X-X years | Defensibility estimate |
182
+ | Implementation investments (total) | $XM | Resource estimate |
183
+ | Time to break-even | X mo | Financial model |
184
+
185
+ 2. Scenario analysis:
186
+
187
+ | Scenario | TAM | Noncustomer Conversion | Time to Imitation | Revenue (3 years) | Probability |
188
+ |----------|:---:|:--------------------:|:----------------:|:----------------:|:-----------:|
189
+ | Optimistic | $XXM | XX% | > X years | $XXM | XX% |
190
+ | Base | $XXM | XX% | X years | $XXM | XX% |
191
+ | Pessimistic | $XXM | XX% | < X years | $XXM | XX% |
192
+
193
+ 3. Define kill conditions: under which scenario to not launch / fold.
194
+ 4. Assess feasibility:
195
+
196
+ | Resource | Have | Need | Gap | How to Close |
197
+ |--------|:----:|:-----:|:---:|-----------------|
198
+ | Competencies | [Which] | [Which] | [What is missing] | Hire / partner / train |
199
+ | Technologies | [Which] | [Which] | [What is missing] | Develop / license |
200
+ | Budget | $XM | $XM | $XM | Reallocate / request funding |
201
+ | Time | — | X mo | — | [Constraints] |
202
+
203
+ ### Step 8 — Synthesis and Roadmap
204
+ 1. Formulate the strategic blue ocean offering (1-2 paragraphs).
205
+ 2. Finalize the target business model (price, channels, key metrics).
206
+ 3. Prepare a roadmap:
207
+
208
+ | Period | Action | Key Metric | Go/No-go gate | Owner |
209
+ |--------|----------|:----------------:|---------------|---------------|
210
+ | Month 1-3 | [What] | [KPI] | [Condition] | [Who] |
211
+ | Month 4-6 | [What] | [KPI] | [Condition] | [Who] |
212
+ | Month 7-12| [What] | [KPI] | [Condition] | [Who] |
213
+
214
+ 4. Define KPIs for monitoring: noncustomer conversion, retention, NPS, unit economics.
215
+
216
+ ## Example — Online Fitness vs Traditional Gyms
217
+
218
+ **Context:** Fitness services market in RF. Red ocean: gym chains (World Class, X-Fit, DDX). Task — find a blue ocean.
219
+
220
+ ### Strategy Canvas — AS-IS
221
+
222
+ | Factor | World Class | X-Fit | DDX | Industry Average |
223
+ |--------|:----------:|:-----:|:---:|:--------------:|
224
+ | Equipment | 5 | 4 | 3 | 4.0 |
225
+ | Location (prestige) | 5 | 3 | 2 | 3.3 |
226
+ | Personal trainers | 4 | 4 | 3 | 3.7 |
227
+ | Group programs | 4 | 4 | 4 | 4.0 |
228
+ | Pool / spa | 5 | 3 | 1 | 3.0 |
229
+ | Price (inverted) | 1 | 3 | 4 | 2.7 |
230
+ | Schedule flexibility| 2 | 2 | 3 | 2.3 |
231
+ | Community / gamification | 1 | 1 | 1 | 1.0 |
232
+
233
+ **"Sacred cows":** physical presence, expensive equipment, fixed schedule.
234
+
235
+ ### ERRC Grid
236
+
237
+ | Eliminate | Reduce |
238
+ |:---------:|:------:|
239
+ | Prestigious location (-$XXK/mo rent) | Equipment: from 4.0 to 1.5 (basics + resistance bands only) |
240
+ | Pool / spa (-$XXK/mo) | Personal trainers: from 3.7 to 2.0 (AI + pre-recorded) |
241
+
242
+ | Raise | Create |
243
+ |:-----:|:------:|
244
+ | Schedule flexibility: from 2.3 to 5.0 (24/7, anywhere) | Community + gamification: 0 → 5.0 (leaderboards, challenges) |
245
+ | Price (accessibility): from 2.7 to 5.0 (×5 cheaper) | AI personalization: 0 → 4.5 (adaptive programs) |
246
+
247
+ **Balance:** Savings (E+R) = -$2.8M/yr. Investments (Ra+C) = +$1.1M/yr. **Net: -$1.7M/yr in costs** → value innovation ✅.
248
+
249
+ ### Three Tiers of Noncustomers
250
+
251
+ | Tier | Who | Size | Barrier |
252
+ |---------|-----|:------:|--------|
253
+ | 1. "Soon-to-be" | Bought pass, visit 1-2 times/mo | ~2M ppl | Too far, inconvenient schedule |
254
+ | 2. "Refusing" | Know about gyms, think it's too pricey/uncomfortable | ~8M ppl | Price, fear of judgment |
255
+ | 3. "Unexplored" | Residents of small towns without gyms | ~15M ppl | No infrastructure |
256
+
257
+ ### Strategy Validation
258
+ - **Focus:** resources allocated to AI, community, accessibility. Not spread thin across equipment and locations.
259
+ - **Divergence:** 5 factors differ by 2 levels.
260
+ - **Tagline:** "Personal trainer in your pocket for 500₽/mo".
261
+
262
+ **Price Corridor of the Mass:** Same form (gyms) = 2000-8000₽/mo. Same function (YouTube, apps) = 0-500₽/mo. Same objective (health) = 500-3000₽/mo. Price = 499₽/mo (lower bound, medium defensibility: AI models can be copied in 1-2 years).
263
+
264
+ ## Validation (Quality Gate)
265
+
266
+ - [ ] Strategy Canvas AS-IS contains at least 3 competitors and 5-8 factors with numerical levels
267
+ - [ ] Buyer Utility Map 6×6 is populated, at least 2 white spaces identified
268
+ - [ ] Three tiers of noncustomers analyzed with size and barriers estimated
269
+ - [ ] ERRC grid populated: at least 1 action in each quadrant with cost and value effect
270
+ - [ ] ERRC balance checked: savings (E+R) offset investments (Ra+C)
271
+ - [ ] New value curve visibly diverges from competitor curves
272
+ - [ ] Three characteristics of strategy passed (focus, divergence, tagline)
273
+ - [ ] Price corridor of the mass defined (3 clusters: form, function, objective)
274
+ - [ ] Blue ocean economics justified: TAM, unit economics, break-even
275
+ - [ ] Scenario analysis conducted (optimistic / base / pessimistic)
276
+ - [ ] Kill conditions defined
277
+ - [ ] Feasibility assessed: competencies, tech, budget, time
278
+ - [ ] Data sources cited; data older than 12 mo marked ⚠️
279
+
280
+ ## Handoff
281
+ Result output goes to:
282
+ - **Strategist / Mediator** for integration into a growth strategy or business plan for a new product.
283
+ - **`ansoff-matrix`** if Blue Ocean = diversification (new product + new market), integrate into growth portfolio.
284
+ - **`unit-economics`** for precise unit economics calculation of the new offering.
285
+ - **`tam-sam-som`** to clarify the blue ocean size, if rough estimates were used.
286
+ - **`competitive-analysis`** for monitoring competitor reactions and imitation speed.
287
+
288
+ Output format: filled output template + ERRC with economics + scenario analysis + roadmap.
289
+
290
+ ## Anti-patterns
291
+
292
+ | Mistake | Why it hurts | How to do it right |
293
+ |--------|-------------|---------------|
294
+ | ERRC without strategy canvas | No baseline to compare against, actions occur "in a vacuum" | First AS-IS canvas, then ERRC, then TO-BE |
295
+ | Focusing only on Create | Increases costs without optimization no value innovation | Balance: E + R lower costs, Ra + C increase value |
296
+ | Ignoring noncustomers | The main source of blue ocean is lost | All three tiers are mandatory with size and barriers estimated |
297
+ | Curve = competitor + 1 factor | This is not a blue ocean, it's incremental innovation | Divergence: 3 factors differ by 2 levels |
298
+ | Unfeasible offering | A beautiful strategy without resources is useless | Feasibility assessment: competencies, tech, budget, time |
299
+ | Lack of a compelling tagline | Hard to communicate, meaning there is no focus | One phrase, clear to the buyer — or return to ERRC |
300
+ | ERRC without economic estimates | Unclear if value innovation actually works | Every action — with expected cost and value effect |
301
+ | Buyer Utility Map skipped | Hidden opportunities in the 32+ cells are missed | 6×6 matrix is mandatory, at least 2 white spaces |
302
+ | Cost-plus pricing | Ignores alternatives and mass appeal | Price corridor of the mass: 3 clusters (form, function, objective) |
303
+
304
+ ## Output Template
305
+
306
+ ```
307
+ ## Blue Ocean Strategy: [Analysis Object]
308
+ **Industry (red ocean):** [industry] | **Date:** [date]
309
+ **Industry "sacred cows":** [2-3 assumptions being challenged]
310
+
311
+ ### Strategy Canvas AS-IS
312
+
313
+ | Competitive Factor | [Competitor 1] | [Competitor 2] | [Competitor 3] | [Our Product] | Average |
314
+ |-------------------|:------------:|:------------:|:------------:|:-------------:|:------:|
315
+ | [Factor 1] | X | X | X | X | X.X |
316
+ | [Factor 2] | X | X | X | X | X.X |
317
+
318
+ Scale: 1 = low, 5 = high
319
+
320
+ ### Buyer Utility Map
321
+
322
+ | | Purchase | Delivery | Use | Supplements | Maintenance | Disposal |
323
+ |--|:------:|:--------:|:-------------:|:----------:|:------------:|:----------:|
324
+ | **Customer Productivity**| | | | | | |
325
+ | **Simplicity** | | 🔵 | | | | 🔵 |
326
+ | **Convenience** | | | | | | |
327
+ | **Risk** | | | | | 🔵 | |
328
+ | **Fun & Image** | | | | 🔵 | | |
329
+ | **Environmental Friendliness**| | | | | | |
330
+
331
+ ★ = industry focus | 🔵 = identified white space (opportunity)
332
+
333
+ ### ERRC Grid
334
+
335
+ | Action | Factor | Was | Became | Cost (Δ) | Value (Δ) | Justification |
336
+ |----------|--------|:----:|:-----:|:-----------:|:------------:|-------------|
337
+ | Eliminate | [A] | X | — | -$XXK | 0 | [Why] |
338
+ | Reduce | [B] | X | X | -$XXK | −insig. | [Why] |
339
+ | Raise | [C] | X | X | +$XXK | +signif. | [Why] |
340
+ | Create | [D] | — | X | +$XXK | +signif. | [Why] |
341
+
342
+ **Balance:** Savings (E+R) = -$XXK | Investments (Ra+C) = +$XXK | **Net: [±$XXK]** → [Value Innovation ✅ / Imbalance ⚠️]
343
+
344
+ ### Strategy Canvas — TO-BE
345
+
346
+ | Competitive Factor | Industry Avg | New Offering | Δ | ERRC Action |
347
+ |-------------------|:--------------:|:-----------------:|:-:|:-------------:|
348
+ | [Factor 1] | X.X | — | -X.X | Eliminate |
349
+ | [Factor 2] | X.X | X | -X.X | Reduce |
350
+ | [Factor 3] | X.X | X | +X.X | Raise |
351
+ | [New Factor] | | X | +X | Create |
352
+
353
+ ### Strategy Validation
354
+
355
+ | Criterion | Test | Result |
356
+ |----------|------|:---------:|
357
+ | **Focus** | Resources are concentrated, curve doesn't smear | Yes / No |
358
+ | **Divergence** | ≥ 3 factors differ by ≥ 2 levels | Yes / No |
359
+ | **Compelling Tagline** | One phrase, clear to the buyer | "[Tagline]" |
360
+
361
+ ⚠️ If at least one = Noreturn to ERRC.
362
+
363
+ ### Three Tiers of Noncustomers
364
+
365
+ | Tier | Who | Size | Key Barrier | Conversion Potential | Source |
366
+ |---------|-----|:------:|-----------------|:-------------------:|----------|
367
+ | 1. "Soon-to-be" | [Who, why] | [N / $XM] | [Barrier] | High / Medium | [Source] |
368
+ | 2. "Refusing" | [Who, why] | [N / $XM] | [Barrier] | ... | [Source] |
369
+ | 3. "Unexplored"| [Who, why] | [N / $XM] | [Barrier] | ... | [Source] |
370
+
371
+ ### Price Corridor of the Mass
372
+
373
+ | Cluster | Examples | Price Range | Audience Size |
374
+ |---------|---------|:------------:|:----------------:|
375
+ | Same form | [Direct competitors] | $XX $XX | [N] |
376
+ | Same function | [Alternative solutions] | $XX $XX | [N] |
377
+ | Same objective| [Other ways to achieve goal] | $XX $XX | [N] |
378
+
379
+ **Corridor:** $XX — $XX | **Target Price:** $XX | **Defensibility:** High / Medium / Low
380
+
381
+ ### Blue Ocean Economics
382
+
383
+ | Metric | Value | Source |
384
+ |---------|:--------:|----------|
385
+ | TAM of new space | $XXM | [Source] |
386
+ | Savings from E + R | -$XXK/yr | ERRC Calculation |
387
+ | Investments in Ra + C | +$XXK/yr | ERRC Calculation |
388
+ | Net effect on unit economics | ±$XX | Savings − Investments |
389
+ | Target price | $XX | Price corridor |
390
+ | Target margin | XX% | Price − Cost |
391
+ | Time to imitation | X-X years | Defensibility estimate |
392
+ | Implementation investments | $XM | Resource estimate |
393
+ | Time to break-even | X mo | Financial model |
394
+
395
+ ### Scenario Analysis
396
+
397
+ | Scenario | TAM | Conversion | Time to imitation | Revenue (3Y) | Probability |
398
+ |----------|:---:|:---------:|:-----------------:|:------------:|:-----------:|
399
+ | Optimistic | $XXM | XX% | > X years | $XXM | XX% |
400
+ | Base | $XXM | XX% | X years | $XXM | XX% |
401
+ | Pessimistic | $XXM | XX% | < X years | $XXM | XX% |
402
+
403
+ **Kill conditions:** [Under what scenario to not launch / fold]
404
+
405
+ ### Feasibility Assessment
406
+
407
+ | Resource | Have | Need | Gap | How to Close |
408
+ |--------|:----:|:-----:|:---:|-----------------|
409
+ | Competencies | [Which] | [Which] | [Gap] | [How to close] |
410
+ | Technologies | [Which] | [Which] | [Gap] | [How to close] |
411
+ | Budget | $XM | $XM | $XM | [Source] |
412
+ | Time | — | X mo | — | [Constraints] |
413
+
414
+ ### Strategic Offering
415
+ [1-2 paragraphs: the essence of the blue ocean, why it's a value innovation, for whom, business model]
416
+
417
+ ### Roadmap
418
+
419
+ | Period | Action | Key Metric | Go/No-go gate | Owner |
420
+ |--------|----------|:----------------:|---------------|---------------|
421
+ | Mo 1-3 | [What] | [KPI] | [Condition] | [Who] |
422
+ | Mo 4-6 | [What] | [KPI] | [Condition] | [Who] |
423
+ | Mo 7-12| [What] | [KPI] | [Condition] | [Who] |
424
+
425
+ ### Sources and Assumptions
426
+
427
+ | # | Fact / Assumption | Source | Date | Confidence |
428
+ |---|-------------------|----------|------|:-------------:|
429
+ | 1 | [Fact] | [Source] | [Date] | ✅ / ⚠️ / 🔮 |
430
+
431
+ Legend: ✅ Verified (2+ sources) | ⚠️ Estimated (1 source) | 🔮 Assumed (expert estimate)
432
+ ```