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,322 +1,338 @@
1
- ---
2
- name: cohort-analysis
3
- description: Cohort analysis — retention, revenue per cohort, behavioral patterns by groups
4
- ---
5
- # Cohort Analysis — Retention, revenue, and behavioral patterns by groups
6
-
7
- ## When to use
8
- - When analyzing customer retention — to understand how retention changes over time.
9
- - When evaluating the effectiveness of changes — to compare cohorts before and after the changes.
10
- - When forecasting LTV — cohort data provides the most accurate estimate.
11
- - When identifying onboarding problems — early churn in new cohorts.
12
-
13
- ## Input
14
-
15
- | Field | Required | Description |
16
- |------|:-----------:|----------|
17
- | Product / service | ✅ | What we are analyzing |
18
- | Business model | ✅ | SaaS / E-commerce / Marketplace / App |
19
- | Cohort tracking criteria | ✅ | By sign-up date / first purchase date / other |
20
- | Cohort data | ⬚ | Actual retention / revenue data (if available) |
21
- | Analysis period | | For what period (default — 12 months) |
22
- | Granularity | ⬚ | Weeks / months / quarters (default — months) |
23
- | Cohort size | ⬚ | Number of users in each cohort |
24
-
25
- > If required fields are not provided**request** them from the user, do not generate assumptions.
26
-
27
- > If there is no actual data the skill forms a **methodological framework** with industry benchmarks that can be applied when data appears. Explicitly mark as "Framework (no actual data)".
28
-
29
- ## Data sources
30
- 1. **Product analytics** — data on sign-ups, activity, payments.
31
- 2. **Web search** industry retention benchmarks (Mixpanel, Amplitude, Lenny Rachitsky).
32
- 3. **Industry reports** — average retention curves across verticals.
33
- 4. **CRM / Payment data** data from the user, if provided.
34
- 5. **Public data** retention cases of public companies (S-1 filings, earnings).
35
-
36
- > When working with benchmarks indicate the source, date, and degree of applicability.
37
-
38
- ### Connection with other skills
39
- | Skill | What we take | When to call |
40
- |------|-----------|----------------|
41
- | `web-research` | Industry retention benchmarks, public cases | If there is no actual data or benchmarks are needed for comparison |
42
- | `competitive-analysis` | Competitor retention benchmarks (if public) | For comparison with competitors (step 5) |
43
- | `rfm-analysis` | RFM segments for cross-analysis with cohorts | If we need to understand which segments within cohorts retain better |
44
- | `unit-economics` | CAC for calculating cohort payback | For step 6 (revenue per cohort → payback period) |
45
- | `customer-journey-mapping` | Churn points to explain retention drops | If we need to explain why a specific cohort is losing users |
46
-
47
- ## Protocol
48
-
49
- ### Step 0Context gathering
50
- 1. Verify the availability of required data.
51
- 2. Determine the mode: **actual data** or **methodological framework**.
52
- 3. Fix the period and granularity.
53
- 4. Determine the activity metric: what we consider "active" (login, transaction, key action — "aha moment").
54
- 5. Fix exceptions: test accounts, bots, anomalies.
55
-
56
- ### Step 1 — Determining cohort criteria
57
-
58
- | Parameter | Value | Justification |
59
- |----------|----------|-------------|
60
- | Primary criteria | sign-up date / first purchase / subscription | [Why this was chosen] |
61
- | Cohort period | week / month / quarter | [Granularity justification] |
62
- | Activity metric | [login / transaction / key action] | [What reflects value to the user] |
63
- | Observation period | [6 / 12 / 24 months] | [Depth justification] |
64
- | Minimum cohort size | ≥ 30 (statistical significance) | Mark cohorts < 30 with ⚠️ |
65
-
66
- ### Step 2 Retention Table (Retention Triangle)
67
- 1. Build a retention table by cohorts:
68
- - Rows: cohorts (by sign-up months).
69
- - Columns: life months (M0, M1, ... MN).
70
- - Values: percentage of active users relative to the initial cohort size.
71
- - M0 = 100% (by definition).
72
- 2. Highlight cells with color coding:
73
- - 🟢 ≥ industry benchmark
74
- - 🟡 within ±5pp from benchmark
75
- - 🔴 < benchmark by > 5pp
76
-
77
- ### Step 3 Retention Curves
78
- Visualize retention curves:
79
- 1. Overlay the curves of different cohorts for comparison.
80
- 2. Identify the characteristic shape:
81
-
82
- | Shape | Description | Interpretation |
83
- |-------|----------|---------------|
84
- | **Flattening (plateau)** | Decline → stabilization on a plateau | Healthy product, core of loyal users |
85
- | **Continuous decay** | Constant decline without plateau | Problem with value proposition or product-market fit |
86
- | **Smile curve** | Decline growth | Reactivation works, but there is an early retention problem |
87
- | **Cliff** | Sharp drop at a specific month | Problem at a specific point (end of trial, first payment) |
88
-
89
- 3. Identify the stabilization point: the month when retention plateaus (Δ < 1pp between periods).
90
-
91
- ### Step 4 Patterns and anomalies
92
- 1. Analyze cohorts for patterns:
93
- - **Plateau:** on which month retention stabilizes.
94
- - **Decay:** which cohorts lose users faster.
95
- - **Revival:** are there any seasonal or trigger-based returns.
96
- - **Improvement/deterioration:** new cohorts better or worse than old ones.
97
- 2. Tie anomalies to events:
98
-
99
- | Cohort | Anomaly | Event | Impact | Reliability |
100
- |---------|----------|---------|---------|:-------------:|
101
- | [Mar 2025] | M1 retention +8pp vs average | Launch of new onboarding | Positive | ✅ / ⚠️ / 🔮 |
102
-
103
- ### Step 5 Cohort comparison
104
- Compare cohorts across a minimum of 2 dimensions:
105
-
106
- | Dimension | Group A | Retention MX | Group B | Retention MX | Δ | Significance |
107
- |------|----------|:------------:|----------|:------------:|:-:|:----------:|
108
- | By time | Early (Q1) | XX% M6 | Late (Q3) | XX% M6 | Xpp | Significant / No |
109
- | By channel | Organic | XX% M6 | Paid | XX% M6 | Xpp | Significant / No |
110
- | By segment | Pro-tier | XX% M6 | Free-tier | XX% M6 | Xpp | Significant / No |
111
-
112
- **Significance evaluation of the difference:**
113
- - Cohort size 30 and Δ ≥ 5pp → likely significant.
114
- - Cohort size < 30 or Δ < 5pp → mark with ⚠️, refrain from strong conclusions.
115
- - If there is access to data: χ²-test or z-test for proportions.
116
-
117
- ### Step 6 Revenue per Cohort
118
- 1. Build a cumulative revenue table:
119
-
120
- | Cohort | Size | M0 | M1 | M3 | M6 | M12 | ARPU (M12) | CAC | Payback |
121
- |---------|:------:|:--:|:--:|:--:|:--:|:---:|:----------:|:---:|:-------:|
122
- | [Jan] | [N] | $XX | $XX | $XX | $XX | $XX | $XX | $XX | M[X] |
123
-
124
- 2. Calculate ARPU by cohorts (cumulative revenue / cohort size).
125
- 3. Identify payback period: the month when cumulative ARPU CAC.
126
- 4. Identify cohorts with the best/worst monetization.
127
- 5. Calculate projected LTV based on the retention curve:
128
- - `LTV = ARPU × Σ(retention_rate_month_i)` for i = 0..N
129
- - Or: `LTV = ARPU / churn_rate` (with stable churn on a plateau).
130
-
131
- > If revenue data is unavailable skip with the mark "Revenue per Cohort: data not provided. Recommended to add when available".
132
-
133
- ### Step 7Actionable Insights and Action Plan
134
- 1. Formulate 3-5 key findings (each with data).
135
- 2. For each finding — root cause (hypothesis) + specific action:
136
-
137
- | # | Finding | Data | Root cause | Action | Metric | Expected impact |
138
- |---|---------|--------|------------------|----------|---------|:----------------:|
139
- | 1 | [What was derived] | [Numbers] | [Why this is so] | [What to do] | [What to measure] | +Xpp retention |
140
-
141
- 3. Prioritize actions: P1 (fast impact, low effort) P3 (slow impact, high effort).
142
- 4. Recommend recalculation frequency (typically monthly).
143
-
144
- ## Example B2B SaaS Project Management Platform
145
-
146
- **Context:** B2B SaaS, subscription model, 2000 new sign-ups/month. Criterion: sign-up date. Granularity: months. Metric: login ≥ 1 time per month.
147
-
148
- ### Retention Table
149
-
150
- | Cohort | Size | M0 | M1 | M2 | M3 | M6 | M12 |
151
- |---------|:------:|:---:|:---:|:---:|:---:|:---:|:----:|
152
- | Jan | 1850 | 100% | 42% 🔴 | 31% | 26% | 20% | 16% |
153
- | Feb | 2100 | 100% | 44% 🔴 | 33% | 28% | 22% | |
154
- | Mar | 2200 | 100% | 55% 🟢 | 44% | 38% | — | — |
155
- | Apr | 1900 | 100% | 53% 🟢 | 42% | | | |
156
-
157
- **B2B SaaS Benchmark:** M1: 50%, M3: 35%, M6: 25%, M12: 18% *Source: Lenny Rachitsky, 2025*
158
-
159
- ### Retention Curves
160
- - **Shape:** Flattening plateau begins around M4-M5.
161
- - **Stabilization point:** M5 at ~20% (Jan-Feb cohorts), M5 at ~32% (Mar-Apr cohorts).
162
- - **Cliff:** M0→M1 = loss of 45-58% critical transition from trial to active usage.
163
- - **Trend:** Improvement — Mar-Apr cohorts are +11pp better across M1.
164
-
165
- ### Anomalies
166
- | Cohort | Anomaly | Event | Reliability |
167
- |---------|----------|---------|:-------------:|
168
- | Mar 2025 | M1 +11pp vs Jan-Feb | Launch of guided onboarding (March 1) | (A/B test) |
169
-
170
- ### Revenue per Cohort
171
-
172
- | Cohort | ARPU (M6) | CAC | Payback | Projected LTV |
173
- |---------|:---------:|:---:|:-------:|:-------------:|
174
- | Jan | $89 | $120 | M8 | $210 |
175
- | Mar | $124 | $115 | M5 | $320 |
176
-
177
- ### Key Findings & Action Plan
178
-
179
- | # | Finding | Action | Priority | Metric | Impact |
180
- |---|---------|----------|:---------:|---------|:------:|
181
- | 1 | M0→M1 cliff: 45-58% loss | Expand guided onboarding (working since March, +11pp) | P1 | M1 retention | +10pp |
182
- | 2 | Mar+ cohorts perform significantly better | Scale A/B winner to all channels | P1 | M1 retention | +5pp |
183
- | 3 | Payback Jan = M8 vs Mar = M5 | Focus marketing on channels granting high retention | P2 | Payback period | -2 mo |
184
-
185
- ## Validation (Quality Gate)
186
-
187
- - [ ] Cohort tracking criteria defined with justification
188
- - [ ] Retention table built (or methodological framework with benchmarks)
189
- - [ ] Cohorts of size < 30 mapped with a ⚠️, their insights formulated cautiously
190
- - [ ] Retention curves described indicating shape (plateau / decay / smile / cliff)
191
- - [ ] Stabilization point tracked (or its absence recognized)
192
- - [ ] Anomalies directly tied to specific events with their reliability appraised
193
- - [ ] Cohorts compared against at least 2 dimensions alongside significance evaluation
194
- - [ ] Revenue per cohort evaluated (or stated as "data not provided")
195
- - [ ] Actionable findings shaped correctly with sufficient data (minimum 3 matters)
196
- - [ ] Action plan holds prioritized maneuvers pointing out metrics and expected impact
197
- - [ ] If data behaves modeling-wise / features benchmark parameters explicitly noted paired with source and date
198
- - [ ] Origin data of benchmark items identified; references older than 12 mos marked with a ⚠️
199
-
200
- > If validation is missed — follow up continuously until full approval, abstaining from shifting towards the next phase.
201
-
202
- ## Handoff
203
- The resulting `$cohort-analysis` becomes an input requirement for:
204
- - **Strategist / Mediator** scaling strategies strictly relying on retention logic.
205
- - **`unit-economics`** cohort LTV coupled with robust payback period modeling.
206
- - **`rfm-analysis`** exploring the intersection spanning cohort metrics alongside RFM segmentation.
207
- - **`customer-journey-mapping`** addressing churn inflection landmarks (cliff, decay) targeted towards path enhancement.
208
- - **`trend-analysis`** discerning retention drift serving as a hallmark indicator addressing market deviations.
209
-
210
- Output package scheme: retention table + retention curves (shape, plateau) + key findings + action plan. Ensure issuing `$handoff` continuously.
211
-
212
- ## Anti-patterns
213
-
214
- | Error | Why it falls short | How to do it right |
215
- |--------|-------------|---------------|
216
- | Blended/average retention bypassing cohorts | Obscures structural flaws affecting fresh cohorts (Simpson's paradox) | Inherently breakdown data strictly reflecting cohorts |
217
- | Raw cohort measurements lacking context | Stats offering zero clues towards "why" represent meaningless artifacts | Bind every anomaly closely reflecting actionable incidents |
218
- | Analyzing exceedingly thin segments | Missing statistical value → faulty interpretations | Base cohorts spanning a sheer 30 items or mark sparse volumes using ⚠️ |
219
- | Exclusively viewing tracking for Day 1 / Day 7 / Day 30 | Omission regarding mid-tier behavioral transitions/cliffs | Full-scale retention array deploying continuous measurement spans |
220
- | Skipping an explicit actionable layout | Vain assessments, rendering nil material enterprise value | Distinct findings generating exclusive and prioritized responses invariably |
221
- | Disregarding cross-reference scaling with revenue footprints | Displaying behaviors evading fiscal anchoring dilutes the aggregate projection value | Strictly trace gross revenue, explicit ARPU, paired tracking against cohort payback footprints |
222
- | Static assessment frames | Cohort matrices morph continuously rendering snapshot tracking functionally expired quickly | Monthly calibration iterations tracking side-by-side progression deltas invariably |
223
- | Side grading cohorts absent adequate variation confidence check | A 2pp swing possibly constitutes mere noise as opposed to clear signal | Set Δ ≥ 5pp integrated with sample ≥ 30 indicating substantiality; alternatively denote as ⚠️ |
224
- | Inserting naked benchmarks devoid of authentic source trace | Denies external vetting whilst exhibiting skewed modeling parameters | Pair explicit sources alongside respective publishing dates validating immediate alignment regarding contextual business frameworks |
225
-
226
- ## Output Template
227
-
228
- ```
229
- ### Cohort Analysis — [Product / Service]
230
-
231
- **Business model:** [model]
232
- **Cohort tracking criteria:** [criteria]
233
- **Activity metric:** [what counts as "active"]
234
- **Granularity:** [weeks / months]
235
- **Observation period:** [N months]
236
- **Data type:** Actual / Framework (benchmark: [source])
237
- **Date of analysis:** [date]
238
-
239
- ---
240
-
241
- #### Retention Table (Retention Triangle)
242
-
243
- | Cohort | Size | M0 | M1 | M2 | M3 | M6 | M12 |
244
- |---------|:------:|:---:|:---:|:---:|:---:|:---:|:----:|
245
- | [Jan] | [N] | 100% | [X]% | [X]% | [X]% | [X]% | [X]% |
246
- | [Feb] | [N] | 100% | [X]% | [X]% | [X]% | [X]% | — |
247
-
248
- Markings: 🟢 benchmark | 🟡 ±5pp | 🔴 < benchmark by >5pp
249
-
250
- **Benchmark [industry]:**
251
- - M1: [X]% | M3: [X]% | M6: [X]% | M12: [X]% — *Source: [source], [date]*
252
-
253
- ---
254
-
255
- #### Retention Curves
256
-
257
- | Characteristic | Value |
258
- |---------------|----------|
259
- | **Curve shape** | [Plateau / Decay / Smile / Cliff] |
260
- | **Stabilization point** | Month [X] at [X]% (Δ < 1pp) |
261
- | **Critical drop (cliff)** | M[X]→M[X]: loss of [X]pp |
262
- | **Trend across cohorts** | Improvement / Stability / Deterioration |
263
-
264
- ---
265
-
266
- #### Patterns and anomalies
267
-
268
- | Cohort | Anomaly | Event | Impact | Reliability |
269
- |---------|----------|---------|---------|:-------------:|
270
- | [cohort] | [description + Δ] | [event / reason] | [pos. / neg.] | ✅ / ⚠️ / 🔮 |
271
-
272
- ---
273
-
274
- #### Cohort comparison
275
-
276
- | Dimension | Group A | Ret. MX | Group B | Ret. MX | Δ | Significance |
277
- |------|----------|:-------:|----------|:-------:|:-:|:----------:|
278
- | [By time] | [cohort] | [X]% | [cohort] | [X]% | [X]pp | Yes / ⚠️ |
279
- | [By channel] | [channel] | [X]% | [channel] | [X]% | [X]pp | Yes / ⚠️ |
280
-
281
- ---
282
-
283
- #### Revenue per Cohort
284
-
285
- | Cohort | Size | Cum. Rev. M6 | Cum. Rev. M12 | ARPU (M12) | CAC | Payback | Proj. LTV |
286
- |---------|:------:|:------------:|:-------------:|:----------:|:---:|:-------:|:---------:|
287
- | [Jan] | [N] | $XX | $XX | $XX | $XX | M[X] | $XX |
288
-
289
- LTV formula: [ARPU × Σ retention / ARPU ÷ churn_rate]
290
-
291
- ---
292
-
293
- #### Key Findings
294
-
295
- | # | Finding | Data | Root cause (hypothesis) | Reliability |
296
- |---|---------|--------|----------------------------|:-------------:|
297
- | 1 | [What was derived] | [Numbers, Δ, cohorts] | [Why this is so] | ✅ / ⚠️ / 🔮 |
298
- | 2 | [What was derived] | [Numbers, Δ, cohorts] | [Why this is so] | ✅ / ⚠️ / 🔮 |
299
- | 3 | [What was derived] | [Numbers, Δ, cohorts] | [Why this is so] | ✅ / ⚠️ / 🔮 |
300
-
301
- ---
302
-
303
- #### Action Plan
304
-
305
- | Priority | Action | Target metric | Expected impact | Deadline |
306
- |:---------:|----------|-----------------|:----------------:|------|
307
- | P1 | [action] | [metric] | +Xpp retention | [deadline] |
308
- | P2 | [action] | [metric] | +Xpp retention | [deadline] |
309
- | P3 | [action] | [metric] | +Xpp retention | [deadline] |
310
-
311
- **Recommended recalculation frequency:** monthly
312
-
313
- ---
314
-
315
- #### Data sources and assumptions
316
-
317
- | # | Fact / assumption | Source | Date | Reliability |
318
- |---|-------------------|----------|------|:-------------:|
319
- | 1 | [Fact] | [Source] | [Date] | ✅ / ⚠️ / 🔮 |
320
-
321
- Legend: Verified (2+ sources / A/B test) | ⚠️ Estimated (1 source / correlation) | 🔮 Assumed (expert hypothesis)
322
- ```
1
+ ---
2
+ name: cohort-analysis
3
+ description: Cohort analysis — retention, revenue per cohort, behavioral patterns by groups
4
+ type: triggered
5
+ domain: analytics
6
+ owners:
7
+ - data_analyst
8
+ gates:
9
+ - DATA_ANALYST
10
+ tech: []
11
+ topic: []
12
+ triggers:
13
+ - "cohort-analysis"
14
+ - "когортный анализ"
15
+ - "retention analysis"
16
+ - "когорты"
17
+ related: []
18
+ budget_lines: 338
19
+ schema_version: 1
20
+ ---
21
+ # Cohort Analysis Retention, revenue, and behavioral patterns by groups
22
+
23
+ ## When to use
24
+ - When analyzing customer retention — to understand how retention changes over time.
25
+ - When evaluating the effectiveness of changesto compare cohorts before and after the changes.
26
+ - When forecasting LTV — cohort data provides the most accurate estimate.
27
+ - When identifying onboarding problemsearly churn in new cohorts.
28
+
29
+ ## Input
30
+
31
+ | Field | Required | Description |
32
+ |------|:-----------:|----------|
33
+ | Product / service | | What we are analyzing |
34
+ | Business model | | SaaS / E-commerce / Marketplace / App |
35
+ | Cohort tracking criteria | ✅ | By sign-up date / first purchase date / other |
36
+ | Cohort data | | Actual retention / revenue data (if available) |
37
+ | Analysis period | ⬚ | For what period (default — 12 months) |
38
+ | Granularity | | Weeks / months / quarters (default — months) |
39
+ | Cohort size | | Number of users in each cohort |
40
+
41
+ > If required fields are not provided **request** them from the user, do not generate assumptions.
42
+
43
+ > If there is no actual data — the skill forms a **methodological framework** with industry benchmarks that can be applied when data appears. Explicitly mark as "Framework (no actual data)".
44
+
45
+ ## Data sources
46
+ 1. **Product analytics** — data on sign-ups, activity, payments.
47
+ 2. **Web search** — industry retention benchmarks (Mixpanel, Amplitude, Lenny Rachitsky).
48
+ 3. **Industry reports** — average retention curves across verticals.
49
+ 4. **CRM / Payment data** data from the user, if provided.
50
+ 5. **Public data** retention cases of public companies (S-1 filings, earnings).
51
+
52
+ > When working with benchmarks — indicate the source, date, and degree of applicability.
53
+
54
+ ### Connection with other skills
55
+ | Skill | What we take | When to call |
56
+ |------|-----------|----------------|
57
+ | `web-research` | Industry retention benchmarks, public cases | If there is no actual data or benchmarks are needed for comparison |
58
+ | `competitive-analysis` | Competitor retention benchmarks (if public) | For comparison with competitors (step 5) |
59
+ | `rfm-analysis` | RFM segments for cross-analysis with cohorts | If we need to understand which segments within cohorts retain better |
60
+ | `unit-economics` | CAC for calculating cohort payback | For step 6 (revenue per cohort → payback period) |
61
+ | `customer-journey-mapping` | Churn points to explain retention drops | If we need to explain why a specific cohort is losing users |
62
+
63
+ ## Protocol
64
+
65
+ ### Step 0 — Context gathering
66
+ 1. Verify the availability of required data.
67
+ 2. Determine the mode: **actual data** or **methodological framework**.
68
+ 3. Fix the period and granularity.
69
+ 4. Determine the activity metric: what we consider "active" (login, transaction, key action — "aha moment").
70
+ 5. Fix exceptions: test accounts, bots, anomalies.
71
+
72
+ ### Step 1 Determining cohort criteria
73
+
74
+ | Parameter | Value | Justification |
75
+ |----------|----------|-------------|
76
+ | Primary criteria | sign-up date / first purchase / subscription | [Why this was chosen] |
77
+ | Cohort period | week / month / quarter | [Granularity justification] |
78
+ | Activity metric | [login / transaction / key action] | [What reflects value to the user] |
79
+ | Observation period | [6 / 12 / 24 months] | [Depth justification] |
80
+ | Minimum cohort size | ≥ 30 (statistical significance) | Mark cohorts < 30 with ⚠️ |
81
+
82
+ ### Step 2 Retention Table (Retention Triangle)
83
+ 1. Build a retention table by cohorts:
84
+ - Rows: cohorts (by sign-up months).
85
+ - Columns: life months (M0, M1, ... MN).
86
+ - Values: percentage of active users relative to the initial cohort size.
87
+ - M0 = 100% (by definition).
88
+ 2. Highlight cells with color coding:
89
+ - 🟢 industry benchmark
90
+ - 🟡 within ±5pp from benchmark
91
+ - 🔴 < benchmark by > 5pp
92
+
93
+ ### Step 3 Retention Curves
94
+ Visualize retention curves:
95
+ 1. Overlay the curves of different cohorts for comparison.
96
+ 2. Identify the characteristic shape:
97
+
98
+ | Shape | Description | Interpretation |
99
+ |-------|----------|---------------|
100
+ | **Flattening (plateau)** | Decline → stabilization on a plateau | Healthy product, core of loyal users |
101
+ | **Continuous decay** | Constant decline without plateau | Problem with value proposition or product-market fit |
102
+ | **Smile curve** | Decline → growth | Reactivation works, but there is an early retention problem |
103
+ | **Cliff** | Sharp drop at a specific month | Problem at a specific point (end of trial, first payment) |
104
+
105
+ 3. Identify the stabilization point: the month when retention plateaus (Δ < 1pp between periods).
106
+
107
+ ### Step 4 — Patterns and anomalies
108
+ 1. Analyze cohorts for patterns:
109
+ - **Plateau:** on which month retention stabilizes.
110
+ - **Decay:** which cohorts lose users faster.
111
+ - **Revival:** are there any seasonal or trigger-based returns.
112
+ - **Improvement/deterioration:** new cohorts better or worse than old ones.
113
+ 2. Tie anomalies to events:
114
+
115
+ | Cohort | Anomaly | Event | Impact | Reliability |
116
+ |---------|----------|---------|---------|:-------------:|
117
+ | [Mar 2025] | M1 retention +8pp vs average | Launch of new onboarding | Positive | ✅ / ⚠️ / 🔮 |
118
+
119
+ ### Step 5 — Cohort comparison
120
+ Compare cohorts across a minimum of 2 dimensions:
121
+
122
+ | Dimension | Group A | Retention MX | Group B | Retention MX | Δ | Significance |
123
+ |------|----------|:------------:|----------|:------------:|:-:|:----------:|
124
+ | By time | Early (Q1) | XX% M6 | Late (Q3) | XX% M6 | Xpp | Significant / No |
125
+ | By channel | Organic | XX% M6 | Paid | XX% M6 | Xpp | Significant / No |
126
+ | By segment | Pro-tier | XX% M6 | Free-tier | XX% M6 | Xpp | Significant / No |
127
+
128
+ **Significance evaluation of the difference:**
129
+ - Cohort size 30 and Δ 5pp likely significant.
130
+ - Cohort size < 30 or Δ < 5pp → mark with ⚠️, refrain from strong conclusions.
131
+ - If there is access to data: χ²-test or z-test for proportions.
132
+
133
+ ### Step 6Revenue per Cohort
134
+ 1. Build a cumulative revenue table:
135
+
136
+ | Cohort | Size | M0 | M1 | M3 | M6 | M12 | ARPU (M12) | CAC | Payback |
137
+ |---------|:------:|:--:|:--:|:--:|:--:|:---:|:----------:|:---:|:-------:|
138
+ | [Jan] | [N] | $XX | $XX | $XX | $XX | $XX | $XX | $XX | M[X] |
139
+
140
+ 2. Calculate ARPU by cohorts (cumulative revenue / cohort size).
141
+ 3. Identify payback period: the month when cumulative ARPU CAC.
142
+ 4. Identify cohorts with the best/worst monetization.
143
+ 5. Calculate projected LTV based on the retention curve:
144
+ - `LTV = ARPU × Σ(retention_rate_month_i)` for i = 0..N
145
+ - Or: `LTV = ARPU / churn_rate` (with stable churn on a plateau).
146
+
147
+ > If revenue data is unavailable — skip with the mark "Revenue per Cohort: data not provided. Recommended to add when available".
148
+
149
+ ### Step 7 — Actionable Insights and Action Plan
150
+ 1. Formulate 3-5 key findings (each with data).
151
+ 2. For each finding — root cause (hypothesis) + specific action:
152
+
153
+ | # | Finding | Data | Root cause | Action | Metric | Expected impact |
154
+ |---|---------|--------|------------------|----------|---------|:----------------:|
155
+ | 1 | [What was derived] | [Numbers] | [Why this is so] | [What to do] | [What to measure] | +Xpp retention |
156
+
157
+ 3. Prioritize actions: P1 (fast impact, low effort) P3 (slow impact, high effort).
158
+ 4. Recommend recalculation frequency (typically monthly).
159
+
160
+ ## ExampleB2B SaaS Project Management Platform
161
+
162
+ **Context:** B2B SaaS, subscription model, 2000 new sign-ups/month. Criterion: sign-up date. Granularity: months. Metric: login ≥ 1 time per month.
163
+
164
+ ### Retention Table
165
+
166
+ | Cohort | Size | M0 | M1 | M2 | M3 | M6 | M12 |
167
+ |---------|:------:|:---:|:---:|:---:|:---:|:---:|:----:|
168
+ | Jan | 1850 | 100% | 42% 🔴 | 31% | 26% | 20% | 16% |
169
+ | Feb | 2100 | 100% | 44% 🔴 | 33% | 28% | 22% | — |
170
+ | Mar | 2200 | 100% | 55% 🟢 | 44% | 38% | — | — |
171
+ | Apr | 1900 | 100% | 53% 🟢 | 42% | — | — | — |
172
+
173
+ **B2B SaaS Benchmark:** M1: 50%, M3: 35%, M6: 25%, M12: 18% — *Source: Lenny Rachitsky, 2025*
174
+
175
+ ### Retention Curves
176
+ - **Shape:** Flattening — plateau begins around M4-M5.
177
+ - **Stabilization point:** M5 at ~20% (Jan-Feb cohorts), M5 at ~32% (Mar-Apr cohorts).
178
+ - **Cliff:** M0→M1 = loss of 45-58% — critical transition from trial to active usage.
179
+ - **Trend:** Improvement Mar-Apr cohorts are +11pp better across M1.
180
+
181
+ ### Anomalies
182
+ | Cohort | Anomaly | Event | Reliability |
183
+ |---------|----------|---------|:-------------:|
184
+ | Mar 2025 | M1 +11pp vs Jan-Feb | Launch of guided onboarding (March 1) | ✅ (A/B test) |
185
+
186
+ ### Revenue per Cohort
187
+
188
+ | Cohort | ARPU (M6) | CAC | Payback | Projected LTV |
189
+ |---------|:---------:|:---:|:-------:|:-------------:|
190
+ | Jan | $89 | $120 | M8 | $210 |
191
+ | Mar | $124 | $115 | M5 | $320 |
192
+
193
+ ### Key Findings & Action Plan
194
+
195
+ | # | Finding | Action | Priority | Metric | Impact |
196
+ |---|---------|----------|:---------:|---------|:------:|
197
+ | 1 | M0→M1 cliff: 45-58% loss | Expand guided onboarding (working since March, +11pp) | P1 | M1 retention | +10pp |
198
+ | 2 | Mar+ cohorts perform significantly better | Scale A/B winner to all channels | P1 | M1 retention | +5pp |
199
+ | 3 | Payback Jan = M8 vs Mar = M5 | Focus marketing on channels granting high retention | P2 | Payback period | -2 mo |
200
+
201
+ ## Validation (Quality Gate)
202
+
203
+ - [ ] Cohort tracking criteria defined with justification
204
+ - [ ] Retention table built (or methodological framework with benchmarks)
205
+ - [ ] Cohorts of size < 30 mapped with a ⚠️, their insights formulated cautiously
206
+ - [ ] Retention curves described indicating shape (plateau / decay / smile / cliff)
207
+ - [ ] Stabilization point tracked (or its absence recognized)
208
+ - [ ] Anomalies directly tied to specific events with their reliability appraised
209
+ - [ ] Cohorts compared against at least 2 dimensions alongside significance evaluation
210
+ - [ ] Revenue per cohort evaluated (or stated as "data not provided")
211
+ - [ ] Actionable findings shaped correctly with sufficient data (minimum 3 matters)
212
+ - [ ] Action plan holds prioritized maneuvers pointing out metrics and expected impact
213
+ - [ ] If data behaves modeling-wise / features benchmark parameters — explicitly noted paired with source and date
214
+ - [ ] Origin data of benchmark items identified; references older than 12 mos marked with a ⚠️
215
+
216
+ > If validation is missed follow up continuously until full approval, abstaining from shifting towards the next phase.
217
+
218
+ ## Handoff
219
+ The resulting `$cohort-analysis` becomes an input requirement for:
220
+ - **Strategist / Mediator** scaling strategies strictly relying on retention logic.
221
+ - **`unit-economics`** cohort LTV coupled with robust payback period modeling.
222
+ - **`rfm-analysis`** exploring the intersection spanning cohort metrics alongside RFM segmentation.
223
+ - **`customer-journey-mapping`** addressing churn inflection landmarks (cliff, decay) targeted towards path enhancement.
224
+ - **`trend-analysis`** discerning retention drift serving as a hallmark indicator addressing market deviations.
225
+
226
+ Output package scheme: retention table + retention curves (shape, plateau) + key findings + action plan. Ensure issuing `$handoff` continuously.
227
+
228
+ ## Anti-patterns
229
+
230
+ | Error | Why it falls short | How to do it right |
231
+ |--------|-------------|---------------|
232
+ | Blended/average retention bypassing cohorts | Obscures structural flaws affecting fresh cohorts (Simpson's paradox) | Inherently breakdown data strictly reflecting cohorts |
233
+ | Raw cohort measurements lacking context | Stats offering zero clues towards "why" represent meaningless artifacts | Bind every anomaly closely reflecting actionable incidents |
234
+ | Analyzing exceedingly thin segments | Missing statistical value → faulty interpretations | Base cohorts spanning a sheer 30 items or mark sparse volumes using ⚠️ |
235
+ | Exclusively viewing tracking for Day 1 / Day 7 / Day 30 | Omission regarding mid-tier behavioral transitions/cliffs | Full-scale retention array deploying continuous measurement spans |
236
+ | Skipping an explicit actionable layout | Vain assessments, rendering nil material enterprise value | Distinct findings generating exclusive and prioritized responses invariably |
237
+ | Disregarding cross-reference scaling with revenue footprints | Displaying behaviors evading fiscal anchoring dilutes the aggregate projection value | Strictly trace gross revenue, explicit ARPU, paired tracking against cohort payback footprints |
238
+ | Static assessment frames | Cohort matrices morph continuously rendering snapshot tracking functionally expired quickly | Monthly calibration iterations tracking side-by-side progression deltas invariably |
239
+ | Side grading cohorts absent adequate variation confidence check | A 2pp swing possibly constitutes mere noise as opposed to clear signal | Set Δ ≥ 5pp integrated with sample ≥ 30 indicating substantiality; alternatively denote as ⚠️ |
240
+ | Inserting naked benchmarks devoid of authentic source trace | Denies external vetting whilst exhibiting skewed modeling parameters | Pair explicit sources alongside respective publishing dates validating immediate alignment regarding contextual business frameworks |
241
+
242
+ ## Output Template
243
+
244
+ ```
245
+ ### Cohort Analysis [Product / Service]
246
+
247
+ **Business model:** [model]
248
+ **Cohort tracking criteria:** [criteria]
249
+ **Activity metric:** [what counts as "active"]
250
+ **Granularity:** [weeks / months]
251
+ **Observation period:** [N months]
252
+ **Data type:** Actual / Framework (benchmark: [source])
253
+ **Date of analysis:** [date]
254
+
255
+ ---
256
+
257
+ #### Retention Table (Retention Triangle)
258
+
259
+ | Cohort | Size | M0 | M1 | M2 | M3 | M6 | M12 |
260
+ |---------|:------:|:---:|:---:|:---:|:---:|:---:|:----:|
261
+ | [Jan] | [N] | 100% | [X]% | [X]% | [X]% | [X]% | [X]% |
262
+ | [Feb] | [N] | 100% | [X]% | [X]% | [X]% | [X]% | — |
263
+
264
+ Markings: 🟢 ≥ benchmark | 🟡 ±5pp | 🔴 < benchmark by >5pp
265
+
266
+ **Benchmark [industry]:**
267
+ - M1: [X]% | M3: [X]% | M6: [X]% | M12: [X]% — *Source: [source], [date]*
268
+
269
+ ---
270
+
271
+ #### Retention Curves
272
+
273
+ | Characteristic | Value |
274
+ |---------------|----------|
275
+ | **Curve shape** | [Plateau / Decay / Smile / Cliff] |
276
+ | **Stabilization point** | Month [X] at [X]% (Δ < 1pp) |
277
+ | **Critical drop (cliff)** | M[X]→M[X]: loss of [X]pp |
278
+ | **Trend across cohorts** | Improvement / Stability / Deterioration |
279
+
280
+ ---
281
+
282
+ #### Patterns and anomalies
283
+
284
+ | Cohort | Anomaly | Event | Impact | Reliability |
285
+ |---------|----------|---------|---------|:-------------:|
286
+ | [cohort] | [description + Δ] | [event / reason] | [pos. / neg.] | ✅ / ⚠️ / 🔮 |
287
+
288
+ ---
289
+
290
+ #### Cohort comparison
291
+
292
+ | Dimension | Group A | Ret. MX | Group B | Ret. MX | Δ | Significance |
293
+ |------|----------|:-------:|----------|:-------:|:-:|:----------:|
294
+ | [By time] | [cohort] | [X]% | [cohort] | [X]% | [X]pp | Yes / ⚠️ |
295
+ | [By channel] | [channel] | [X]% | [channel] | [X]% | [X]pp | Yes / ⚠️ |
296
+
297
+ ---
298
+
299
+ #### Revenue per Cohort
300
+
301
+ | Cohort | Size | Cum. Rev. M6 | Cum. Rev. M12 | ARPU (M12) | CAC | Payback | Proj. LTV |
302
+ |---------|:------:|:------------:|:-------------:|:----------:|:---:|:-------:|:---------:|
303
+ | [Jan] | [N] | $XX | $XX | $XX | $XX | M[X] | $XX |
304
+
305
+ LTV formula: [ARPU × Σ retention / ARPU ÷ churn_rate]
306
+
307
+ ---
308
+
309
+ #### Key Findings
310
+
311
+ | # | Finding | Data | Root cause (hypothesis) | Reliability |
312
+ |---|---------|--------|----------------------------|:-------------:|
313
+ | 1 | [What was derived] | [Numbers, Δ, cohorts] | [Why this is so] | ✅ / ⚠️ / 🔮 |
314
+ | 2 | [What was derived] | [Numbers, Δ, cohorts] | [Why this is so] | ✅ / ⚠️ / 🔮 |
315
+ | 3 | [What was derived] | [Numbers, Δ, cohorts] | [Why this is so] | ✅ / ⚠️ / 🔮 |
316
+
317
+ ---
318
+
319
+ #### Action Plan
320
+
321
+ | Priority | Action | Target metric | Expected impact | Deadline |
322
+ |:---------:|----------|-----------------|:----------------:|------|
323
+ | P1 | [action] | [metric] | +Xpp retention | [deadline] |
324
+ | P2 | [action] | [metric] | +Xpp retention | [deadline] |
325
+ | P3 | [action] | [metric] | +Xpp retention | [deadline] |
326
+
327
+ **Recommended recalculation frequency:** monthly
328
+
329
+ ---
330
+
331
+ #### Data sources and assumptions
332
+
333
+ | # | Fact / assumption | Source | Date | Reliability |
334
+ |---|-------------------|----------|------|:-------------:|
335
+ | 1 | [Fact] | [Source] | [Date] | ✅ / ⚠️ / 🔮 |
336
+
337
+ Legend: ✅ Verified (2+ sources / A/B test) | ⚠️ Estimated (1 source / correlation) | 🔮 Assumed (expert hypothesis)
338
+ ```