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,350 +1,366 @@
1
- ---
2
- name: value-chain-analysis
3
- description: Analysis of primary and support activities — costs, value added, competitive advantages
4
- ---
5
- # Value Chain Analysis — Primary and Support Activities
6
-
7
- ## When to use
8
- - When searching for **competitive advantages** — where the company creates the most value.
9
- - When optimizing the **cost structure** — identifying inefficient links in the chain.
10
- - When making **make-or-buy** decisions — outsourcing, vertical integration, partnerships.
11
- - During **benchmarking** — comparing the value chain with competitors to identify gaps.
12
-
13
- ## Input
14
-
15
- | Field | Required | Description |
16
- |------|:-----------:|----------|
17
- | Organization / BU | ✅ | Company or business unit for analysis |
18
- | Industry | ✅ | Industry context for benchmarking |
19
- | Business type | ✅ | Traditional (manufacturing/retail) / Digital (SaaS/platform) |
20
- | Product / service | ⬚ | Specific product for focused analysis |
21
- | Competitors for comparison | | 1-3 competitors for benchmarking |
22
- | Financial data | ⬚ | Costs by activity (if available) |
23
- | Strategic goal | ⬚ | Cost optimization / differentiation / both |
24
-
25
- > If mandatory fields are not provided **ask the user** before starting the analysis. Do not invent.
26
-
27
- ## Data Sources
28
- 1. Management accounting — costs by activity (ABC costing).
29
- 2. Operational metrics — productivity, cycle time, quality by links.
30
- 3. Customer data — satisfaction, NPS, complaints by touchpoints.
31
- 4. Competitive analysis benchmarks for key activities.
32
- 5. Industry standards — best practices, average indicators.
33
-
34
- > Every fact with source and date. Data older than 12 months — mark with ⚠️.
35
-
36
- ### Connection with other skills
37
- | Skill | What we take | When to call |
38
- |------|-----------|----------------|
39
- | `competitive-analysis` | Competitor benchmarks by activity (steps 1-9) | To compare competitive position per activity |
40
- | `unit-economics` | Costs → margin structure, CAC from marketing (step 4) | To link the chain to unit economics |
41
- | `porters-five-forces` | Supplier power Procurement (step 9), buyer power Service (step 5) | If external forces impact chain links |
42
- | `swot-analysis` | Advantages → S, inefficiencies → W (step 11) | For integration into SWOT |
43
- | `web-research` | Industry benchmarks for costs and efficiency | If comparison data is missing |
44
- | `customer-journey-mapping` | Customer touchpoints Marketing, Service (steps 4-5) | To link CX to chain links |
45
-
46
- ## Framework Adaptation by Business Type
47
-
48
- | Activity (Porter) | Traditional Business | Digital / SaaS |
49
- |---------------------------|---------------------|----------------|
50
- | Inbound Logistics | Raw material receipt, warehousing | Data ingestion, API integrations, content procurement |
51
- | Operations | Manufacturing, assembly | Development (R&D), DevOps, deploy |
52
- | Outbound Logistics | Distribution, delivery | CDN, onboarding, provisioning |
53
- | Marketing & Sales | Advertising, channels, pricing | Growth, PLG, sales, partnerships |
54
- | Service | Warranty, repair, support | Customer Success, support, updates |
55
- | Infrastructure | Management, finance, legal | Management, finance, compliance |
56
- | HR | Hiring, training, motivation | Hiring, culture, remote |
57
- | Technological Development | R&D, innovation | Platform engineering, AI/ML |
58
- | Procurement | Purchasing, suppliers | Cloud vendors, API providers, SaaS tools |
59
-
60
- > For Digital/SaaS use adapted activity names from the right column.
61
-
62
- ## Protocol
63
-
64
- ### Step 0 Prepare Context
65
- 1. Define the object of analysis and boundaries (whole company or specific BU / product).
66
- 2. Determine business type: traditional or digital/SaaS (select adaptation).
67
- 3. Record the strategic goal: cost leadership, differentiation, or both.
68
- 4. Define the level of detail: aggregate (9 activities) or detailed (sub-activities).
69
- 5. Gather available financial and operational data.
70
-
71
- ### Step 1 Inbound Logistics
72
- 1. Identify key processes (adapt for business type).
73
- 2. Assess costs and value added:
74
-
75
- | Metric | Value | Benchmark | Source |
76
- |---------|:--------:|:--------:|----------|
77
- | Costs (% of total) | X% | X% | [Source] |
78
- | Value added | [Description] | — | [Source] |
79
- | Key efficiency metric | [KPI: cycle time, reliability] | [Benchmark] | [Source] |
80
-
81
- 3. Scoring:
82
- - **Costs (1-5):** 1 = minimal, 5 = excessive.
83
- - **Value (1-5):** 1 = minimal, 5 = critical for the customer.
84
- - **Efficiency Score = Value / Costs** (>1.0 = efficient, <1.0 = inefficient).
85
- 4. Competitive position: Advantage / Parity / Disadvantage.
86
-
87
- ### Step 2Operations
88
- Similar structure: processes costs/value scoring → competitive position.
89
-
90
- Key metrics: quality (defect rate), speed (cycle time), agility (time-to-market).
91
-
92
- ### Step 3 — Outbound Logistics
93
- Key metrics: delivery speed, coverage, reliability, cost per unit.
94
-
95
- ### Step 4 Marketing & Sales
96
- Key metrics: CAC, ROAS, conversion, sales cycle length, brand awareness.
97
-
98
- > Link to `$unit-economics`: CAC from this link unit economics.
99
-
100
- ### Step 5 Service
101
- Key metrics: NPS, CSAT, SLA compliance, time-to-resolution, retention impact.
102
-
103
- > Link to `$customer-journey-mapping`: touchpoints in retention/advocacy.
104
-
105
- ### Steps 6-9 — Support Activities
106
-
107
- For each (Infrastructure, HR, Technological Development, Procurement) — similar structure:
108
- 1. Key processes (adapted for business type).
109
- 2. Costs (% of total) + value added.
110
- 3. Scoring: Costs (1-5), Value (1-5), Efficiency Score.
111
- 4. Competitive position.
112
-
113
- **For each support activity — define its contribution to primary ones:**
114
-
115
- | Support | Impacts primary | How |
116
- |----------------|---------------------|-----|
117
- | Infrastructure | All | Quality of management, planning, compliance |
118
- | HR | Operations, Service | Team quality → product and support quality |
119
- | Technological Development | Operations, Marketing | Innovations → differentiation, automation → costs |
120
- | Procurement | Inbound Logistics, Operations | Quality and cost of inputs |
121
-
122
- ### Step 10 — Linkage Analysis
123
- 1. Identify key dependencies between activities:
124
-
125
- | Linkage | Activity A Activity B | Description | Optimization Effect |
126
- |-------|:-------------:|----------|-------------------|
127
- | [L1] | Procurement → Operations | Input quality → defect rate | Better suppliers → -X% defects |
128
- | [L2] | Operations → Service | Product quality → support load | Fewer bugs → -X% tickets |
129
- | [L3] | HR Marketing | Sales skills conversion | Training → +X% win rate |
130
-
131
- 2. Identify **trade-offs**: where optimizing one link degrades another.
132
- 3. Identify **synergies**: where investments in one link improve several.
133
-
134
- ### Step 11 Consolidated Analysis and Scoring
135
-
136
- Compile all activities into a single table:
137
-
138
- | # | Activity | Costs (%) | Costs (1-5) | Value (1-5) | Efficiency | Comp. Position | Action |
139
- |---|-----------------|:-----------:|:-------------:|:--------------:|:----------:|:---------------:|----------|
140
- | 1 | Inbound Logistics | X% | X | X | X.X | Adv./Parity/Disadv. | [Action] |
141
-
142
- **Define zones using the Costs × Value matrix:**
143
-
144
- | | Low Costs | High Costs |
145
- |--|:--------------:|:---------------:|
146
- | **High Value** | 🟢 Super-efficient → Invest | 🟡 Justified → Maintain |
147
- | **Low Value** | Neutral Outsourcing? | 🔴 Inefficient → Optimize |
148
-
149
- ### Step 12 — Recommendations
150
- 1. TOP-3 sources of competitive advantage (🟢 + 🟡 with high value).
151
- 2. TOP-3 optimization zones (🔴 inefficient).
152
- 3. Make-or-buy decisions:
153
-
154
- | Activity | Decision | Justification | Expected Effect |
155
- |-----------------|---------|-------------|:----------------:|
156
- | [Activity] | Make / Buy / Partner | [Why] | [Savings / Value growth] |
157
-
158
- 4. Action plan with priorities, owners, deadlines, and KPIs.
159
-
160
- ## Example B2B SaaS: HR Recruiting Automation Platform
161
-
162
- **Context:** HR-tech SaaS, 200 clients, $2.4M ARR, 45 employees, RF. Strategy: differentiation via AI.
163
-
164
- ### Consolidated Table
165
-
166
- **Primary Activities:**
167
-
168
- | # | Activity (SaaS Adaptation) | Costs (%) | Costs (1-5) | Value (1-5) | Effic. | Comp. | Action |
169
- |---|---------------------|:-----------:|:-----------:|:-----------:|:------:|:-------:|----------|
170
- | 1 | Data ingestion / API | 5% | 2 | 3 | 1.5 | Parity | Maintain |
171
- | 2 | Development (R&D) | 35% | 4 | 5 | 1.25 | **Advantage** | Invest (AI) |
172
- | 3 | Onboarding / CDN | 8% | 3 | 4 | 1.33 | Advantage | Maintain (3-day deploy) |
173
- | 4 | Growth / Sales | 25% | 4 | 3 | 0.75 | **Disadvantage** | 🔴 Optimize |
174
- | 5 | Customer Success | 12% | 3 | 5 | 1.67 | Advantage | Invest (NPS 72) |
175
-
176
- **Support Activities:**
177
-
178
- | # | Activity | Costs (%) | Costs (1-5) | Value (1-5) | Effic. | Comp. | Action |
179
- |---|-----|:-----------:|:-----------:|:-----------:|:------:|:-------:|----------|
180
- | 6 | Management / compliance | 5% | 2 | 2 | 1.0 | Parity | Maintain |
181
- | 7 | HR (hiring, culture) | 3% | 2 | 4 | 2.0 | 🟢 Super-effic | Invest |
182
- | 8 | Platform engineering | 5% | 3 | 5 | 1.67 | Advantage | Invest |
183
- | 9 | Cloud / API vendors | 2% | 1 | 2 | 2.0 | Parity | Maintain |
184
-
185
- **Margin:** 85% gross (Revenue $200K/mo − COGS $30K).
186
-
187
- ### Linkages
188
-
189
- | Linkage | A B | Effect | Trade-off / Synergy |
190
- |-------|:-----:|--------|:-------------------:|
191
- | R&D → Customer Success | Fewer bugs → -30% tickets | Synergy ✅ |
192
- | R&D → Growth/Sales | AI features → differentiation → +conversion | Synergy ✅ |
193
- | HR → R&D | Hiring quality → development speed | Synergy ✅ |
194
- | Growth/Sales Customer Success | Aggressive sales bad-fit clients churn | Trade-off ⚠️ |
195
-
196
- ### Competitive Advantages (TOP-3)
197
-
198
- | # | Activity | Advantage | Sustainability | Proof |
199
- |---|-----|-------------|:------------:|----------------|
200
- | 1 | R&D | AI personalization (only ones in RF market) | High (patent + team) | 3 ML engineers, patent pending |
201
- | 2 | Customer Success | NPS 72 vs industry 45 | Medium (copyable via processes) | Q1 2026 survey, N=180 |
202
- | 3 | Onboarding | 3-day deploy vs competitors' 2-4 weeks | Medium | CRM: last 20 deployments |
203
-
204
- ### Optimization Zones (TOP-3)
205
-
206
- | # | Activity | Problem | Recommendation | Effect |
207
- |---|-----|---------|-------------|:------:|
208
- | 1 | Growth/Sales | Efficiency 0.75, CAC $1,450 (LinkedIn $2,500) | Reallocate budget: LinkedIn Content/Referral | CAC $1,100 (-24%) |
209
- | 2 | Growth/Sales | Sales team 3 ppl., bottleneck | Hire 2 SDRs + partner program | Pipeline ×2 |
210
- | 3 | Data ingestion | No 1C integration (30% drop-off) | Develop 1C integration | -30% drop-off |
211
-
212
- ### Make-or-Buy
213
-
214
- | Activity | Decision | Justification | Effect |
215
- |-----|---------|-------------|:------:|
216
- | Cloud infrastructure | Buy (Yandex Cloud) | Not core competence, commodity | -15% vs on-premise |
217
- | AI/ML models | Make (in-house) | Core differentiator, cannot offload | Moat |
218
- | L1 Support | Partner (outsourced 50%) | Standard tickets, non-differentiating | -20% support costs |
219
-
220
- ## Validation (Quality Gate)
221
-
222
- - [ ] All 5 primary activities analyzed (adapted for business type)
223
- - [ ] All 4 support activities analyzed
224
- - [ ] For each activity: costs (%), scoring (1-5 costs, 1-5 value), Efficiency Score
225
- - [ ] Competitive position defined per activity (Advantage / Parity / Disadvantage)
226
- - [ ] Linkages between activities analyzed: synergies and trade-offs
227
- - [ ] Costs × Value matrix filled, zones defined (🟢/🟡/⚪/🔴)
228
- - [ ] TOP-3 competitive advantages with sustainability and proofs
229
- - [ ] TOP-3 optimization zones with recommendations and expected effect
230
- - [ ] Make-or-buy decisions justified for key activities
231
- - [ ] Benchmarking conducted (against competitors or industry standards)
232
- - [ ] Data sources cited; data older than 12 mo marked ⚠️
233
-
234
- > If validation fails iterate until it passes, do not hand off further.
235
-
236
- ## Handoff
237
- The output of `$value-chain-analysis` acts as input for:
238
- - **Strategist / Mediator** operational strategy, optimization program.
239
- - **`swot-analysis`** advantages S, inefficiencies → W.
240
- - **`competitive-analysis`** benchmarking by activities.
241
- - **`unit-economics`** costs per activity margin structure.
242
- - **`porters-five-forces`** procurement supplier power, service buyer power.
243
-
244
- Output format: consolidated table + linkages + TOP-3 advantages + TOP-3 optimizations + make-or-buy. When handing off — use `$handoff`.
245
-
246
- ## Anti-patterns
247
-
248
- | Mistake | Why it hurts | How to do it right |
249
- |--------|-------------|---------------|
250
- | Analyzing only primary | Support activities often determine competitive advantage (R&D, HR) | All 9 activities: 5 primary + 4 support |
251
- | Costs without value | Unclear if costs are justified | Pair: Costs + Value → Efficiency Score |
252
- | Ignoring linkages | Optimizing one link may degrade another | Linkages: synergies and trade-offs between activities |
253
- | Vague phrasing | "Good marketing" gives no insights | Specifics: CAC = $X, conversion = Y%, NPS = Z |
254
- | No strategic context | Cost optimization vs differentiation different focuses | Tie to strategy: what to optimize, what to reinforce |
255
- | No benchmarking | Unclear if metrics are good or bad | Compare with competitors and the industry |
256
- | Core Porter for SaaS w/o adapting | "Inbound logistics" makes no sense for SaaS | Adapt: Data ingestion, R&D, Onboarding, Growth, CS |
257
- | No Efficiency Score | Impossible to compare links objectively | Efficiency = Value / Costs; <1.0 = problem |
258
- | No make-or-buy | Missed outsourcing and focusing opportunities | Make (core), Buy (commodity), Partner (standard) |
259
-
260
- ## Output Template
261
-
262
- ```
263
- ### Value Chain Analysis: [Organization / BU]
264
- **Industry:** [industry] | **Type:** [Traditional / Digital / SaaS]
265
- **Strategy:** [cost leadership / differentiation] | **Date:** [date]
266
-
267
- ---
268
-
269
- #### Framework Adaptation
270
-
271
- | Activity (Porter) | Adaptation for [business type] |
272
- |--------------|------------------------------|
273
- | Inbound Logistics | [Adapted name] |
274
- | Operations | [Adapted name] |
275
- | ... | ... |
276
-
277
- ---
278
-
279
- #### Consolidated Table
280
-
281
- **Primary Activities**
282
-
283
- | # | Activity | Costs (%) | Costs (1-5) | Value (1-5) | Efficiency | Comp. Position | Action |
284
- |---|-----|:-----------:|:-----------:|:-----------:|:----------:|:---------------:|----------|
285
- | 1 | [Activity] | X% | X | X | X.X | Adv./Parity/Disadv. | [Action] |
286
-
287
- **Support Activities**
288
-
289
- | # | Activity | Costs (%) | Costs (1-5) | Value (1-5) | Efficiency | Comp. Position | Action |
290
- |---|-----|:-----------:|:-----------:|:-----------:|:----------:|:---------------:|----------|
291
- | 6 | [Activity] | X% | X | X | X.X | Adv./Parity/Disadv. | [Action] |
292
-
293
- **Margin:** XX%
294
-
295
- ---
296
-
297
- #### Costs × Value Matrix
298
-
299
- | | Low Costs (1-2) | High Costs (3-5) |
300
- |--|:--------------------:|:---------------------:|
301
- | **High Value (4-5)** | 🟢 Invest: [activities] | 🟡 Maintain: [activities] |
302
- | **Low Value (1-3)** | ⚪ Outsourcing?: [activities] | 🔴 Optimize: [activities] |
303
-
304
- ---
305
-
306
- #### Linkages
307
-
308
- | Linkage | A → B | Description | Type |
309
- |-------|:-----:|----------|:---:|
310
- | [L1] | [Activity A] → [Activity B] | [Effect] | Synergy / Trade-off |
311
-
312
- ---
313
-
314
- #### Competitive Advantages (TOP-3)
315
-
316
- | # | Activity | Advantage | Sustainability | Proof | Source |
317
- |---|-----|-------------|:------------:|----------------|----------|
318
- | 1 | [Activity] | [Description] | High/Medium/Low | [Metric/fact] | [Source] |
319
-
320
- ---
321
-
322
- #### Optimization Zones (TOP-3)
323
-
324
- | # | Activity | Problem (Efficiency < 1.0) | Recommendation | Expected Effect |
325
- |---|-----|----------------------------|-------------|:----------------:|
326
- | 1 | [Activity] | [GAP] | [Action] | [Savings / Growth] |
327
-
328
- ---
329
-
330
- #### Make-or-Buy
331
-
332
- | Activity | Decision | Justification | Effect |
333
- |-----|:-------:|-------------|:------:|
334
- | [Activity] | Make / Buy / Partner | [Why] | [Result] |
335
-
336
- ---
337
-
338
- #### Strategic Recommendations
339
- [1-2 paragraphs: overall assessment of the chain, key advantages, growth zones, action plan]
340
-
341
- ---
342
-
343
- #### Sources and Assumptions
344
-
345
- | # | Fact / Assumption | Source | Date | Confidence |
346
- |---|-------------------|----------|------|:-------------:|
347
- | 1 | [Fact] | [Source] | [Date] | ✅ / ⚠️ / 🔮 |
348
-
349
- Legend: ✅ Verified (2+ sources) | ⚠️ Estimated (1 source) | 🔮 Assumed (expert estimate)
350
- ```
1
+ ---
2
+ name: value-chain-analysis
3
+ description: Analysis of primary and support activities — costs, value added, competitive advantages
4
+ type: triggered
5
+ domain: analytics
6
+ owners:
7
+ - strategist
8
+ gates:
9
+ - STRATEGIST
10
+ tech: []
11
+ topic: []
12
+ triggers:
13
+ - "value-chain-analysis"
14
+ - "цепочка ценности"
15
+ - "value chain"
16
+ - "анализ цепочки"
17
+ related: []
18
+ budget_lines: 366
19
+ schema_version: 1
20
+ ---
21
+ # Value Chain Analysis Primary and Support Activities
22
+
23
+ ## When to use
24
+ - When searching for **competitive advantages** — where the company creates the most value.
25
+ - When optimizing the **cost structure**identifying inefficient links in the chain.
26
+ - When making **make-or-buy** decisions — outsourcing, vertical integration, partnerships.
27
+ - During **benchmarking** — comparing the value chain with competitors to identify gaps.
28
+
29
+ ## Input
30
+
31
+ | Field | Required | Description |
32
+ |------|:-----------:|----------|
33
+ | Organization / BU | ✅ | Company or business unit for analysis |
34
+ | Industry | | Industry context for benchmarking |
35
+ | Business type | ✅ | Traditional (manufacturing/retail) / Digital (SaaS/platform) |
36
+ | Product / service | ⬚ | Specific product for focused analysis |
37
+ | Competitors for comparison | | 1-3 competitors for benchmarking |
38
+ | Financial data | ⬚ | Costs by activity (if available) |
39
+ | Strategic goal | | Cost optimization / differentiation / both |
40
+
41
+ > If mandatory fields are not provided **ask the user** before starting the analysis. Do not invent.
42
+
43
+ ## Data Sources
44
+ 1. Management accounting costs by activity (ABC costing).
45
+ 2. Operational metrics — productivity, cycle time, quality by links.
46
+ 3. Customer data — satisfaction, NPS, complaints by touchpoints.
47
+ 4. Competitive analysis — benchmarks for key activities.
48
+ 5. Industry standards best practices, average indicators.
49
+
50
+ > Every fact with source and date. Data older than 12 months mark with ⚠️.
51
+
52
+ ### Connection with other skills
53
+ | Skill | What we take | When to call |
54
+ |------|-----------|----------------|
55
+ | `competitive-analysis` | Competitor benchmarks by activity (steps 1-9) | To compare competitive position per activity |
56
+ | `unit-economics` | Costs → margin structure, CAC from marketing (step 4) | To link the chain to unit economics |
57
+ | `porters-five-forces` | Supplier power → Procurement (step 9), buyer power → Service (step 5) | If external forces impact chain links |
58
+ | `swot-analysis` | Advantages → S, inefficiencies W (step 11) | For integration into SWOT |
59
+ | `web-research` | Industry benchmarks for costs and efficiency | If comparison data is missing |
60
+ | `customer-journey-mapping` | Customer touchpoints Marketing, Service (steps 4-5) | To link CX to chain links |
61
+
62
+ ## Framework Adaptation by Business Type
63
+
64
+ | Activity (Porter) | Traditional Business | Digital / SaaS |
65
+ |---------------------------|---------------------|----------------|
66
+ | Inbound Logistics | Raw material receipt, warehousing | Data ingestion, API integrations, content procurement |
67
+ | Operations | Manufacturing, assembly | Development (R&D), DevOps, deploy |
68
+ | Outbound Logistics | Distribution, delivery | CDN, onboarding, provisioning |
69
+ | Marketing & Sales | Advertising, channels, pricing | Growth, PLG, sales, partnerships |
70
+ | Service | Warranty, repair, support | Customer Success, support, updates |
71
+ | Infrastructure | Management, finance, legal | Management, finance, compliance |
72
+ | HR | Hiring, training, motivation | Hiring, culture, remote |
73
+ | Technological Development | R&D, innovation | Platform engineering, AI/ML |
74
+ | Procurement | Purchasing, suppliers | Cloud vendors, API providers, SaaS tools |
75
+
76
+ > For Digital/SaaS — use adapted activity names from the right column.
77
+
78
+ ## Protocol
79
+
80
+ ### Step 0 — Prepare Context
81
+ 1. Define the object of analysis and boundaries (whole company or specific BU / product).
82
+ 2. Determine business type: traditional or digital/SaaS (select adaptation).
83
+ 3. Record the strategic goal: cost leadership, differentiation, or both.
84
+ 4. Define the level of detail: aggregate (9 activities) or detailed (sub-activities).
85
+ 5. Gather available financial and operational data.
86
+
87
+ ### Step 1Inbound Logistics
88
+ 1. Identify key processes (adapt for business type).
89
+ 2. Assess costs and value added:
90
+
91
+ | Metric | Value | Benchmark | Source |
92
+ |---------|:--------:|:--------:|----------|
93
+ | Costs (% of total) | X% | X% | [Source] |
94
+ | Value added | [Description] | — | [Source] |
95
+ | Key efficiency metric | [KPI: cycle time, reliability] | [Benchmark] | [Source] |
96
+
97
+ 3. Scoring:
98
+ - **Costs (1-5):** 1 = minimal, 5 = excessive.
99
+ - **Value (1-5):** 1 = minimal, 5 = critical for the customer.
100
+ - **Efficiency Score = Value / Costs** (>1.0 = efficient, <1.0 = inefficient).
101
+ 4. Competitive position: Advantage / Parity / Disadvantage.
102
+
103
+ ### Step 2 Operations
104
+ Similar structure: processes → costs/value → scoring → competitive position.
105
+
106
+ Key metrics: quality (defect rate), speed (cycle time), agility (time-to-market).
107
+
108
+ ### Step 3 Outbound Logistics
109
+ Key metrics: delivery speed, coverage, reliability, cost per unit.
110
+
111
+ ### Step 4 Marketing & Sales
112
+ Key metrics: CAC, ROAS, conversion, sales cycle length, brand awareness.
113
+
114
+ > Link to `$unit-economics`: CAC from this link → unit economics.
115
+
116
+ ### Step 5 — Service
117
+ Key metrics: NPS, CSAT, SLA compliance, time-to-resolution, retention impact.
118
+
119
+ > Link to `$customer-journey-mapping`: touchpoints in retention/advocacy.
120
+
121
+ ### Steps 6-9 — Support Activities
122
+
123
+ For each (Infrastructure, HR, Technological Development, Procurement) — similar structure:
124
+ 1. Key processes (adapted for business type).
125
+ 2. Costs (% of total) + value added.
126
+ 3. Scoring: Costs (1-5), Value (1-5), Efficiency Score.
127
+ 4. Competitive position.
128
+
129
+ **For each support activity define its contribution to primary ones:**
130
+
131
+ | Support | Impacts primary | How |
132
+ |----------------|---------------------|-----|
133
+ | Infrastructure | All | Quality of management, planning, compliance |
134
+ | HR | Operations, Service | Team quality → product and support quality |
135
+ | Technological Development | Operations, Marketing | Innovations → differentiation, automation → costs |
136
+ | Procurement | Inbound Logistics, Operations | Quality and cost of inputs |
137
+
138
+ ### Step 10 Linkage Analysis
139
+ 1. Identify key dependencies between activities:
140
+
141
+ | Linkage | Activity A → Activity B | Description | Optimization Effect |
142
+ |-------|:-------------:|----------|-------------------|
143
+ | [L1] | Procurement → Operations | Input quality → defect rate | Better suppliers → -X% defects |
144
+ | [L2] | Operations Service | Product quality → support load | Fewer bugs → -X% tickets |
145
+ | [L3] | HR → Marketing | Sales skills → conversion | Training → +X% win rate |
146
+
147
+ 2. Identify **trade-offs**: where optimizing one link degrades another.
148
+ 3. Identify **synergies**: where investments in one link improve several.
149
+
150
+ ### Step 11 Consolidated Analysis and Scoring
151
+
152
+ Compile all activities into a single table:
153
+
154
+ | # | Activity | Costs (%) | Costs (1-5) | Value (1-5) | Efficiency | Comp. Position | Action |
155
+ |---|-----------------|:-----------:|:-------------:|:--------------:|:----------:|:---------------:|----------|
156
+ | 1 | Inbound Logistics | X% | X | X | X.X | Adv./Parity/Disadv. | [Action] |
157
+
158
+ **Define zones using the Costs × Value matrix:**
159
+
160
+ | | Low Costs | High Costs |
161
+ |--|:--------------:|:---------------:|
162
+ | **High Value** | 🟢 Super-efficient Invest | 🟡 Justified Maintain |
163
+ | **Low Value** | ⚪ Neutral → Outsourcing? | 🔴 Inefficient → Optimize |
164
+
165
+ ### Step 12 — Recommendations
166
+ 1. TOP-3 sources of competitive advantage (🟢 + 🟡 with high value).
167
+ 2. TOP-3 optimization zones (🔴 inefficient).
168
+ 3. Make-or-buy decisions:
169
+
170
+ | Activity | Decision | Justification | Expected Effect |
171
+ |-----------------|---------|-------------|:----------------:|
172
+ | [Activity] | Make / Buy / Partner | [Why] | [Savings / Value growth] |
173
+
174
+ 4. Action plan with priorities, owners, deadlines, and KPIs.
175
+
176
+ ## Example — B2B SaaS: HR Recruiting Automation Platform
177
+
178
+ **Context:** HR-tech SaaS, 200 clients, $2.4M ARR, 45 employees, RF. Strategy: differentiation via AI.
179
+
180
+ ### Consolidated Table
181
+
182
+ **Primary Activities:**
183
+
184
+ | # | Activity (SaaS Adaptation) | Costs (%) | Costs (1-5) | Value (1-5) | Effic. | Comp. | Action |
185
+ |---|---------------------|:-----------:|:-----------:|:-----------:|:------:|:-------:|----------|
186
+ | 1 | Data ingestion / API | 5% | 2 | 3 | 1.5 | Parity | Maintain |
187
+ | 2 | Development (R&D) | 35% | 4 | 5 | 1.25 | **Advantage** | Invest (AI) |
188
+ | 3 | Onboarding / CDN | 8% | 3 | 4 | 1.33 | Advantage | Maintain (3-day deploy) |
189
+ | 4 | Growth / Sales | 25% | 4 | 3 | 0.75 | **Disadvantage** | 🔴 Optimize |
190
+ | 5 | Customer Success | 12% | 3 | 5 | 1.67 | Advantage | Invest (NPS 72) |
191
+
192
+ **Support Activities:**
193
+
194
+ | # | Activity | Costs (%) | Costs (1-5) | Value (1-5) | Effic. | Comp. | Action |
195
+ |---|-----|:-----------:|:-----------:|:-----------:|:------:|:-------:|----------|
196
+ | 6 | Management / compliance | 5% | 2 | 2 | 1.0 | Parity | Maintain |
197
+ | 7 | HR (hiring, culture) | 3% | 2 | 4 | 2.0 | 🟢 Super-effic | Invest |
198
+ | 8 | Platform engineering | 5% | 3 | 5 | 1.67 | Advantage | Invest |
199
+ | 9 | Cloud / API vendors | 2% | 1 | 2 | 2.0 | Parity | Maintain |
200
+
201
+ **Margin:** 85% gross (Revenue $200K/mo COGS $30K).
202
+
203
+ ### Linkages
204
+
205
+ | Linkage | A → B | Effect | Trade-off / Synergy |
206
+ |-------|:-----:|--------|:-------------------:|
207
+ | R&D → Customer Success | Fewer bugs → -30% tickets | Synergy ✅ |
208
+ | R&D Growth/Sales | AI features differentiation+conversion | Synergy |
209
+ | HR R&D | Hiring quality development speed | Synergy |
210
+ | Growth/Sales Customer Success | Aggressive sales bad-fit clients churn | Trade-off ⚠️ |
211
+
212
+ ### Competitive Advantages (TOP-3)
213
+
214
+ | # | Activity | Advantage | Sustainability | Proof |
215
+ |---|-----|-------------|:------------:|----------------|
216
+ | 1 | R&D | AI personalization (only ones in RF market) | High (patent + team) | 3 ML engineers, patent pending |
217
+ | 2 | Customer Success | NPS 72 vs industry 45 | Medium (copyable via processes) | Q1 2026 survey, N=180 |
218
+ | 3 | Onboarding | 3-day deploy vs competitors' 2-4 weeks | Medium | CRM: last 20 deployments |
219
+
220
+ ### Optimization Zones (TOP-3)
221
+
222
+ | # | Activity | Problem | Recommendation | Effect |
223
+ |---|-----|---------|-------------|:------:|
224
+ | 1 | Growth/Sales | Efficiency 0.75, CAC $1,450 (LinkedIn $2,500) | Reallocate budget: LinkedIn → Content/Referral | CAC → $1,100 (-24%) |
225
+ | 2 | Growth/Sales | Sales team 3 ppl., bottleneck | Hire 2 SDRs + partner program | Pipeline ×2 |
226
+ | 3 | Data ingestion | No 1C integration (30% drop-off) | Develop 1C integration | -30% drop-off |
227
+
228
+ ### Make-or-Buy
229
+
230
+ | Activity | Decision | Justification | Effect |
231
+ |-----|---------|-------------|:------:|
232
+ | Cloud infrastructure | Buy (Yandex Cloud) | Not core competence, commodity | -15% vs on-premise |
233
+ | AI/ML models | Make (in-house) | Core differentiator, cannot offload | Moat |
234
+ | L1 Support | Partner (outsourced 50%) | Standard tickets, non-differentiating | -20% support costs |
235
+
236
+ ## Validation (Quality Gate)
237
+
238
+ - [ ] All 5 primary activities analyzed (adapted for business type)
239
+ - [ ] All 4 support activities analyzed
240
+ - [ ] For each activity: costs (%), scoring (1-5 costs, 1-5 value), Efficiency Score
241
+ - [ ] Competitive position defined per activity (Advantage / Parity / Disadvantage)
242
+ - [ ] Linkages between activities analyzed: synergies and trade-offs
243
+ - [ ] Costs × Value matrix filled, zones defined (🟢/🟡/⚪/🔴)
244
+ - [ ] TOP-3 competitive advantages with sustainability and proofs
245
+ - [ ] TOP-3 optimization zones with recommendations and expected effect
246
+ - [ ] Make-or-buy decisions justified for key activities
247
+ - [ ] Benchmarking conducted (against competitors or industry standards)
248
+ - [ ] Data sources cited; data older than 12 mo marked ⚠️
249
+
250
+ > If validation fails iterate until it passes, do not hand off further.
251
+
252
+ ## Handoff
253
+ The output of `$value-chain-analysis` acts as input for:
254
+ - **Strategist / Mediator**operational strategy, optimization program.
255
+ - **`swot-analysis`** advantages S, inefficiencies W.
256
+ - **`competitive-analysis`** benchmarking by activities.
257
+ - **`unit-economics`** costs per activity margin structure.
258
+ - **`porters-five-forces`** procurement supplier power, service buyer power.
259
+
260
+ Output format: consolidated table + linkages + TOP-3 advantages + TOP-3 optimizations + make-or-buy. When handing off — use `$handoff`.
261
+
262
+ ## Anti-patterns
263
+
264
+ | Mistake | Why it hurts | How to do it right |
265
+ |--------|-------------|---------------|
266
+ | Analyzing only primary | Support activities often determine competitive advantage (R&D, HR) | All 9 activities: 5 primary + 4 support |
267
+ | Costs without value | Unclear if costs are justified | Pair: Costs + Value → Efficiency Score |
268
+ | Ignoring linkages | Optimizing one link may degrade another | Linkages: synergies and trade-offs between activities |
269
+ | Vague phrasing | "Good marketing" gives no insights | Specifics: CAC = $X, conversion = Y%, NPS = Z |
270
+ | No strategic context | Cost optimization vs differentiation — different focuses | Tie to strategy: what to optimize, what to reinforce |
271
+ | No benchmarking | Unclear if metrics are good or bad | Compare with competitors and the industry |
272
+ | Core Porter for SaaS w/o adapting | "Inbound logistics" makes no sense for SaaS | Adapt: Data ingestion, R&D, Onboarding, Growth, CS |
273
+ | No Efficiency Score | Impossible to compare links objectively | Efficiency = Value / Costs; <1.0 = problem |
274
+ | No make-or-buy | Missed outsourcing and focusing opportunities | Make (core), Buy (commodity), Partner (standard) |
275
+
276
+ ## Output Template
277
+
278
+ ```
279
+ ### Value Chain Analysis: [Organization / BU]
280
+ **Industry:** [industry] | **Type:** [Traditional / Digital / SaaS]
281
+ **Strategy:** [cost leadership / differentiation] | **Date:** [date]
282
+
283
+ ---
284
+
285
+ #### Framework Adaptation
286
+
287
+ | Activity (Porter) | Adaptation for [business type] |
288
+ |--------------|------------------------------|
289
+ | Inbound Logistics | [Adapted name] |
290
+ | Operations | [Adapted name] |
291
+ | ... | ... |
292
+
293
+ ---
294
+
295
+ #### Consolidated Table
296
+
297
+ **Primary Activities**
298
+
299
+ | # | Activity | Costs (%) | Costs (1-5) | Value (1-5) | Efficiency | Comp. Position | Action |
300
+ |---|-----|:-----------:|:-----------:|:-----------:|:----------:|:---------------:|----------|
301
+ | 1 | [Activity] | X% | X | X | X.X | Adv./Parity/Disadv. | [Action] |
302
+
303
+ **Support Activities**
304
+
305
+ | # | Activity | Costs (%) | Costs (1-5) | Value (1-5) | Efficiency | Comp. Position | Action |
306
+ |---|-----|:-----------:|:-----------:|:-----------:|:----------:|:---------------:|----------|
307
+ | 6 | [Activity] | X% | X | X | X.X | Adv./Parity/Disadv. | [Action] |
308
+
309
+ **Margin:** XX%
310
+
311
+ ---
312
+
313
+ #### Costs × Value Matrix
314
+
315
+ | | Low Costs (1-2) | High Costs (3-5) |
316
+ |--|:--------------------:|:---------------------:|
317
+ | **High Value (4-5)** | 🟢 Invest: [activities] | 🟡 Maintain: [activities] |
318
+ | **Low Value (1-3)** | Outsourcing?: [activities] | 🔴 Optimize: [activities] |
319
+
320
+ ---
321
+
322
+ #### Linkages
323
+
324
+ | Linkage | A B | Description | Type |
325
+ |-------|:-----:|----------|:---:|
326
+ | [L1] | [Activity A] [Activity B] | [Effect] | Synergy / Trade-off |
327
+
328
+ ---
329
+
330
+ #### Competitive Advantages (TOP-3)
331
+
332
+ | # | Activity | Advantage | Sustainability | Proof | Source |
333
+ |---|-----|-------------|:------------:|----------------|----------|
334
+ | 1 | [Activity] | [Description] | High/Medium/Low | [Metric/fact] | [Source] |
335
+
336
+ ---
337
+
338
+ #### Optimization Zones (TOP-3)
339
+
340
+ | # | Activity | Problem (Efficiency < 1.0) | Recommendation | Expected Effect |
341
+ |---|-----|----------------------------|-------------|:----------------:|
342
+ | 1 | [Activity] | [GAP] | [Action] | [Savings / Growth] |
343
+
344
+ ---
345
+
346
+ #### Make-or-Buy
347
+
348
+ | Activity | Decision | Justification | Effect |
349
+ |-----|:-------:|-------------|:------:|
350
+ | [Activity] | Make / Buy / Partner | [Why] | [Result] |
351
+
352
+ ---
353
+
354
+ #### Strategic Recommendations
355
+ [1-2 paragraphs: overall assessment of the chain, key advantages, growth zones, action plan]
356
+
357
+ ---
358
+
359
+ #### Sources and Assumptions
360
+
361
+ | # | Fact / Assumption | Source | Date | Confidence |
362
+ |---|-------------------|----------|------|:-------------:|
363
+ | 1 | [Fact] | [Source] | [Date] | ✅ / ⚠️ / 🔮 |
364
+
365
+ Legend: ✅ Verified (2+ sources) | ⚠️ Estimated (1 source) | 🔮 Assumed (expert estimate)
366
+ ```