code-ai-installer 4.0.0 → 4.0.1-b

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 +44 -6
  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 +14 -3
  65. package/dist/mcp_setup.js +15 -6
  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,433 +1,451 @@
1
- ---
2
- name: aarrr-metrics
3
- description: Pirate metrics — Acquisition, Activation, Retention, Referral, Revenue — adapted for B2B
4
- ---
5
- # AARRR Metrics (B2B adapted)
6
-
7
- > **Category:** Metrics · **Slug:** `aarrr-metrics`
8
-
9
- ## When to Use
10
-
11
- - For funnel analysis and identifying drop-off points.
12
- - For growth team priorities (which stage is weakest?).
13
- - For onboarding optimization — Activation as the key stage.
14
- - For product-led growth strategy.
15
-
16
- ## Input
17
-
18
- | Field | Required | Description |
19
- |-------|:--------:|-------------|
20
- | Product analytics | ✅ | Event data, funnel |
21
- | CRM data | ✅ | Accounts, stages |
22
- | Usage data | ✅ | Daily/weekly activity |
23
- | Revenue data | ✅ | Conversion, upgrades |
24
-
25
- ## Data Sources
26
-
27
- 1. Product analytics (Amplitude, Mixpanel).
28
- 2. CRM — lead → customer journey.
29
- 3. Marketing analytics acquisition channels.
30
- 4. Finance revenue per customer.
31
-
32
- ### Related Skills
33
-
34
- | Skill | What we take | When to call |
35
- |-------|-------------|--------------|
36
- | `saas-metrics` | Revenue layer | For R (Revenue) stage |
37
- | `north-star-metric` | NSM | Usually aligned with one stage |
38
- | `hypothesis-template` | Per-stage tests | Per stage improvement |
39
-
40
- ## Five Stages
41
-
42
- ### A1 — Acquisition
43
-
44
- How users find + arrive in the product.
45
-
46
- **B2B metrics:**
47
- - MQLs (marketing qualified leads)
48
- - SQLs (sales qualified leads)
49
- - Trial signups
50
- - Demo requests
51
- - Direct signups (PLG)
52
- - By channel: organic, paid, referral, content, outbound
53
-
54
- **Channel attribution** — multi-touch attribution is better than last-touch for B2B (long sales cycle).
55
-
56
- ### A2 Activation
57
-
58
- **First meaningful moment** the user gets value. B2B adapted — not just signup.
59
-
60
- **Definition examples:**
61
- - Team created + ≥3 members invited
62
- - First integration connected
63
- - First production deployment
64
- - First report generated and shared
65
- - First billing setup
66
-
67
- **Activation rate** = activated users / acquired users.
68
-
69
- **Time to activate** = signup → activation timeframe.
70
-
71
- B2B-specific: activation often takes days/weeks (not minutes like B2C).
72
-
73
- ### R1 — Retention
74
-
75
- Returning to get value.
76
-
77
- **B2B retention metrics:**
78
- - W/W active (teams, users, accounts)
79
- - M/M active
80
- - Activity depth (features used, actions/week)
81
- - Account-level retention curves
82
-
83
- **Leading indicator of churn** — if retention drops, churn follows.
84
-
85
- ### R2 Referral
86
-
87
- Users bringing others.
88
-
89
- **B2B referral signals:**
90
- - In-product invites sent
91
- - Invite acceptance rate
92
- - External referrals (partnership, word-of-mouth)
93
- - Account expansion (new seats added by existing admins)
94
- - Case studies / logos (customer advocacy)
95
-
96
- **K-factor** = new users per existing user (typically < 1 for B2B, but can be >1 for viral tools).
97
-
98
- ### R3 Revenue
99
-
100
- Monetization.
101
-
102
- **B2B metrics:**
103
- - Trial paid conversion
104
- - Freemium → paid conversion
105
- - ARPA (Average Revenue Per Account)
106
- - Expansion revenue (upsells, seat growth, tier upgrade)
107
- - Revenue per activated user
108
-
109
- ## Protocol
110
-
111
- ### Step 0 Map Funnel to Product
112
-
113
- Define each stage for your product specifically. Same AARRR framework, different implementations.
114
-
115
- ### Step 1 — Instrumentation
116
-
117
- Events per stage:
118
- - A1: `signup`, `demo_requested`, `trial_started`
119
- - A2: `activation_event_X` (define specific)
120
- - R1: `active_week` (how defined: ≥1 login or core action?)
121
- - R2: `invite_sent`, `referral_signup`
122
- - R3: `trial_to_paid`, `upsell_event`
123
-
124
- ### Step 2 Funnel Calculation
125
-
126
- ```
127
- Acquisition → Activation → Retention → Revenue
128
- 100 35 27 20
129
- (35% (77% (74%
130
- conversion) retention) monetization)
131
-
132
- Referral (parallel): 12% of actives send invites, 30% accept → 4% new from referrals
133
- ```
134
-
135
- ### Step 3 — Identify Weakest Stage
136
-
137
- "One that's the weakest limits them all."
138
-
139
- Calculate stage conversion rates, compare to industry benchmarks:
140
- - SaaS typical acquisition → activation: 20-40%
141
- - Typical activation → 30-day retention: 60-80%
142
-
143
- Identify gap vs benchmark.
144
-
145
- ### Step 4 — Per-Segment AARRR
146
-
147
- B2B SaaS has wildly different AARRR per segment:
148
- - SMB: short funnel, higher activation rate, higher churn
149
- - Enterprise: long sales cycle, slower activation, very low churn
150
-
151
- Per-segment funnel gives the actual picture.
152
-
153
- ### Step 5Cohort View
154
-
155
- AARRR by cohort (by signup month):
156
- - Retention curves by cohort
157
- - Activation rates by cohort
158
- - Revenue per cohort
159
-
160
- Spot trends (onboarding changes? marketing shift?).
161
-
162
- ### Step 6 — Stage-Specific Playbooks
163
-
164
- **If Acquisition weak:**
165
- - Channel mix review
166
- - Message-market fit testing
167
- - SEO / content
168
- - Paid channel optimization
169
-
170
- **If Activation weak:**
171
- - Onboarding flow
172
- - In-app guides
173
- - First-value experience
174
- - Personalized onboarding by role
175
-
176
- **If Retention weak:**
177
- - Feature adoption drives
178
- - Re-engagement campaigns
179
- - Customer health scoring
180
- - Sticky feature development
181
-
182
- **If Referral weak:**
183
- - In-product invite flow
184
- - Incentive programs
185
- - NPS advocacy pipeline
186
-
187
- **If Revenue weak:**
188
- - Pricing / packaging test
189
- - Upsell paths
190
- - Trial conversion optimization
191
- - Expansion playbooks
192
-
193
- ### Step 7 — Continuous Reviews
194
-
195
- Weekly: funnel metrics trends.
196
- Monthly: cohort analysis, segment view.
197
- Quarterly: stage-level deep dives, playbook updates.
198
-
199
- ## Validation (Quality Gate)
200
-
201
- - [ ] All 5 stages defined for product
202
- - [ ] Events instrumented per stage
203
- - [ ] Funnel conversion rates computed
204
- - [ ] Benchmark comparison
205
- - [ ] Per-segment split
206
- - [ ] Cohort view
207
- - [ ] Weakest stage identified
208
- - [ ] Stage-specific playbook
209
-
210
- ## Handoff
211
-
212
- The result is the input for:
213
- - **`saas-metrics`** — Revenue stage deep-dive
214
- - **`north-star-metric`** NSM tied to one AARRR stage
215
- - **PM** prioritize initiatives by weakest stage
216
- - **Data Analyst** → instrumentation requirements
217
-
218
- Format: AARRR funnel doc (numbers + charts). Via `$handoff`.
219
-
220
- ## Anti-patterns
221
-
222
- | Error | Why it's bad | How to do it right |
223
- |-------|-------------|-------------------|
224
- | Activation = signup | Trivially high, meaningless | Define meaningful first value |
225
- | B2C-style K-factor obsession | Unrealistic B2B | K < 1 typical, focus expansion |
226
- | All focus on Acquisition | Leaky bucket | Fix retention first |
227
- | No per-segment | Hides truth | Always segment |
228
- | No cohorts | Survivorship bias | Cohort view always |
229
- | Ignore downstream stages | Acquisition looks good, churn kills | Review end-to-end |
230
-
231
- ## Template
232
-
233
- ```markdown
234
- # AARRR Funnel Q2 2026
235
-
236
- ## Stage Definitions
237
- - **Acquisition:** signup OR demo requested
238
- - **Activation:** team ≥ 3 members + 1 integration connected
239
- - **Retention:** active in any week N+1..N+4 after activation
240
- - **Referral:** invite sent in-product
241
- - **Revenue:** trial → paid conversion
242
-
243
- ## Funnel (last 30 days)
244
- | Stage | Count | Conversion |
245
- | Acquisition | 5,000 | |
246
- | Activation | 1,800 | 36% |
247
- | Retention (30d) | 1,200 | 67% |
248
- | Referral (invite) | 340 | 28% |
249
- | Revenue (paid) | 420 | 35% |
250
-
251
- ## Per-Segment
252
- | Segment | Acq | Activation | Retention | Revenue |
253
- | SMB | 3,800 | 40% | 60% | 30% |
254
- | Mid-market | 1,000 | 30% | 75% | 45% |
255
- | Enterprise | 200 | 20% | 85% | 60% |
256
-
257
- ## Weakest Stage
258
- Activation (36%) below benchmark 50% for SMB.
259
- Playbook: onboarding checklist test (see hypothesis H-027).
260
-
261
- ## Cohort Retention (Month 1, 3, 6)
262
- [Chart]
263
- ```
264
-
265
- ## Worked Example TeamFlow AARRR Funnel Q2 2026
266
-
267
- ```markdown
268
- # AARRR Funnel — TeamFlow Q2 2026 (with AI Tier Launch Impact)
269
-
270
- ## Stage Definitions (B2B-adapted for TeamFlow)
271
-
272
- - **Acquisition:** Company signs up for TeamFlow (trial, demo, or direct signup)
273
- - **Activation:** Within 14 days of signup:
274
- - Account has ≥ 3 managers set up
275
- - 10 employee profiles imported
276
- - 1 team created with 1 1:1 scheduled
277
- - **Retention:** Account has ≥ 1 active manager (any 1:1 in past 7 days) in any week post-activation
278
- - **Referral:** In-product invite sent by existing manager to another manager in their org
279
- - **Revenue:** Trial paid conversion, OR existing tier → higher tier (e.g., Team → Enterprise)
280
-
281
- ---
282
-
283
- ## Full Funnel (Q2 2026, blended)
284
-
285
- ```
286
- Acquisition (new accounts) 78 accounts
287
- │ 61% of signups activate
288
-
289
- Activation (within 14 days) 48 accounts
290
- │ 82% retain past 30 days
291
-
292
- Retention (30d active) 39 accounts
293
- │ 64% make in-product invites
294
-
295
- Referral (invites sent) 25 accounts (avg 3 invites each = 75 new manager invites)
296
- │ 35% of active accounts convert to paid
297
-
298
- Revenue (paid conversion) 17 new paid accounts
299
- ```
300
-
301
- **Overall Acquisition Paid conversion: 17 / 78 = 22%**
302
-
303
- ---
304
-
305
- ## Per-Segment Breakdown
306
-
307
- | Segment | Acquisition | Activation | Activation Rate | Retention 30d | Retention Rate | Revenue Conv | Revenue Rate |
308
- |---------|:-----------:|:----------:|:---------------:|:-------------:|:--------------:|:------------:|:------------:|
309
- | **SMB (5-99 employees)** | 58 | 30 | 52% | 22 | 73% | 9 paid | 30% |
310
- | **Mid-market (100-499)** | 16 | 14 | 88% | 14 | 100% | 6 paid | 43% |
311
- | **Enterprise (500+)** | 4 | 4 | 100% | 3 | 75%* | 2 paid | 67% |
312
-
313
- *Enterprise retention dropped due to 1 deal not closing shown for transparency
314
-
315
- **Observations:**
316
- - **SMB activation gap:** 52% vs 88% mid-market — major drop-off
317
- - **Mid-market retention excellent:** 100% retention past 30 days
318
- - **Enterprise has highest revenue conversion** but smallest absolute numbers
319
-
320
- ---
321
-
322
- ## Stage-Level Deep Dive
323
-
324
- ### Acquisition (78 accounts)
325
-
326
- | Channel | Acquisitions | % of total | Trend QoQ |
327
- |---------|:-----------:|:----------:|:---------:|
328
- | Inbound (organic web) | 34 | 44% | +12% |
329
- | Paid (Google / LinkedIn) | 18 | 23% | −8% |
330
- | Referral (existing customers) | 14 | 18% | +35% |
331
- | Content (blog / webinars) | 8 | 10% | +5% |
332
- | Outbound sales | 4 | 5% | Flat |
333
-
334
- **Insight:** Referral grew 35% QoQbiggest leading indicator of product-market fit.
335
-
336
- ### Activation (61% rate below 70% benchmark)
337
-
338
- **Funnel decomposition — why do 30 accounts fail activation?**
339
-
340
- | Drop-off Reason | Count | % of drop-offs |
341
- |-----------------|:-----:|:-------------:|
342
- | Didn't finish manager setup (only 1-2 managers added) | 14 | 47% |
343
- | Didn't import employees | 8 | 27% |
344
- | Created team but no 1:1 scheduled | 6 | 20% |
345
- | Opened product but <3 logins in 14 days | 2 | 7% |
346
-
347
- **Playbook investment:**
348
- - Onboarding checklist test (EXP-025) aims to drive activation rate to 70%+
349
- - Integration auto-import from HRIS (Q3 roadmap) for employee import pain
350
-
351
- ### Retention (82% at 30 days, 71% at 90 days)
352
-
353
- **Stickiness indicator:** Manager WAU/MAU
354
- - **Q1 baseline:** 48% (daily active managers / monthly active managers)
355
- - **Q2 current:** 52% (trending upward since AI tier launch)
356
- - **Top-quartile benchmark:** 60%+
357
-
358
- **Cohort retention curves:**
359
- ```
360
- Cohort Mo 1 Mo 3 Mo 6 Mo 12
361
- Q1 2025 95% 78% 70% 63%
362
- Q2 2025 96% 82% 75% 69%
363
- Q3 2025 94% 80% 73% (pending)
364
- Q4 2025 97% 85% (pending)
365
- Q1 2026 95% (pending)
366
- ```
367
-
368
- Improving trend — product gets stickier over time.
369
-
370
- ### Referral (64% of retained accounts sent invites)
371
-
372
- **Referral K-factor:** 0.23 (new accounts from referrals / existing accounts × period)
373
- - **Typical B2B SaaS:** K 0.1-0.3
374
- - **Our position:** healthy
375
-
376
- **Invite-to-signup rate:** 28% (invites sent → person signs up as manager)
377
- - Mostly internal growth (adding more managers within existing customer)
378
- - ~15% external (to another org entirely)
379
-
380
- ### Revenue (35% conversion)
381
-
382
- **Trial → Paid conversion rate:** 35% overall
383
-
384
- | Trigger | Accounts | % of conversions |
385
- |---------|:--------:|:----------------:|
386
- | Manual sales outreach | 6 | 35% |
387
- | In-product trial expiry prompt | 5 | 29% |
388
- | Tier upgrade from free tier | 4 | 24% |
389
- | Self-serve at signup | 2 | 12% |
390
-
391
- **Expansion revenue (existing higher tier):**
392
- - Core Team tier: 11 accounts conversion (first full quarter of AI tier availability)
393
- - Team → Enterprise: 2 accounts (OKR target was 5 for full Q2 — progress)
394
-
395
- ---
396
-
397
- ## Weakest Stage Analysis
398
-
399
- **Weakest stage:** Activation — 61% overall vs 70% benchmark.
400
-
401
- **Per-segment diagnosis:**
402
- - Mid-market/enterprise: already at healthy 88-100% no action needed
403
- - **SMB: 52% activation is the ONE leak** — biggest absolute impact
404
-
405
- **SMB Activation Playbook (Q3):**
406
- 1. **Onboarding checklist A/B test** (EXP-025) expect +7pp lift
407
- 2. **HRIS auto-import integration** remove employee import friction
408
- 3. **Templated 1:1 creation** — "you have teammates, let's schedule your first 1:1 now" prompt
409
- 4. **Sales-assisted onboarding** for SMB <10 managers accounts — call within 48 hours
410
- 5. **Content onboarding**: "Your first week with TeamFlow" email series
411
-
412
- **Expected impact:** SMB activation 52% → 65% (+13pp) → ~6 more activated SMB accounts per quarter
413
-
414
- ---
415
-
416
- ## Growth Playbook Prioritization
417
-
418
- Ranked by (impact × ease):
419
-
420
- 1. **Activation improvement (SMB)** high impact, medium ease → **PRIMARY FOCUS**
421
- 2. **Retention improvement (SMB 73%)** high impact, high ease (AI tier will boost) → **SECONDARY**
422
- 3. **Referral amplification** — medium impact, high ease (share prompts + incentives) → **TERTIARY**
423
- 4. **Acquisition channel optimization** (more paid, SEO) — medium impact, medium ease → **LATER**
424
- 5. **Revenue (trial paid)** — low incremental impact already at 35%, hard → **MAINTAIN**
425
-
426
- ---
427
-
428
- ## Overall Business Health Signal
429
-
430
- Funnel points to healthy growth trajectory with one clear bottleneck (SMB activation). AI tier launch mid-Q2 is already lifting retention but activation gap persists. Q3 focus should primarily be onboarding optimization — which also sets up AI tier adoption ceiling.
431
- ```
432
-
433
- > **AARRR lesson:** B2B-adapted stages differ significantly from B2C. Activation ≠ signup — requires meaningful first-value event. Referral K-factor 0.23 is "healthy B2B" — would be disaster for B2C. **Per-segment analysis** crucial — blended activation 61% hides SMB 52% vs mid-market 88% radical difference. **Weakest stage ≠ lowest conversion** — it's **segment-specific bottleneck** where intervention has biggest impact. Stage playbook prioritized by impact × ease, not equal attention.
1
+ ---
2
+ name: aarrr-metrics
3
+ description: Pirate metrics — Acquisition, Activation, Retention, Referral, Revenue — adapted for B2B
4
+ type: triggered
5
+ domain: product
6
+ owners:
7
+ - pm
8
+ - data_analyst
9
+ gates:
10
+ - PM
11
+ - DATA_ANALYST
12
+ tech: []
13
+ topic: []
14
+ triggers:
15
+ - "aarrr-metrics"
16
+ - "AARRR"
17
+ - "pirate metrics"
18
+ - "funnel metrics"
19
+ related: []
20
+ budget_lines: 451
21
+ schema_version: 1
22
+ ---
23
+ # AARRR Metrics (B2B adapted)
24
+
25
+ > **Category:** Metrics · **Slug:** `aarrr-metrics`
26
+
27
+ ## When to Use
28
+
29
+ - For funnel analysis and identifying drop-off points.
30
+ - For growth team priorities (which stage is weakest?).
31
+ - For onboarding optimization — Activation as the key stage.
32
+ - For product-led growth strategy.
33
+
34
+ ## Input
35
+
36
+ | Field | Required | Description |
37
+ |-------|:--------:|-------------|
38
+ | Product analytics | | Event data, funnel |
39
+ | CRM data | ✅ | Accounts, stages |
40
+ | Usage data | ✅ | Daily/weekly activity |
41
+ | Revenue data | ✅ | Conversion, upgrades |
42
+
43
+ ## Data Sources
44
+
45
+ 1. Product analytics (Amplitude, Mixpanel).
46
+ 2. CRM — lead → customer journey.
47
+ 3. Marketing analytics acquisition channels.
48
+ 4. Finance revenue per customer.
49
+
50
+ ### Related Skills
51
+
52
+ | Skill | What we take | When to call |
53
+ |-------|-------------|--------------|
54
+ | `saas-metrics` | Revenue layer | For R (Revenue) stage |
55
+ | `north-star-metric` | NSM | Usually aligned with one stage |
56
+ | `hypothesis-template` | Per-stage tests | Per stage improvement |
57
+
58
+ ## Five Stages
59
+
60
+ ### A1 — Acquisition
61
+
62
+ How users find + arrive in the product.
63
+
64
+ **B2B metrics:**
65
+ - MQLs (marketing qualified leads)
66
+ - SQLs (sales qualified leads)
67
+ - Trial signups
68
+ - Demo requests
69
+ - Direct signups (PLG)
70
+ - By channel: organic, paid, referral, content, outbound
71
+
72
+ **Channel attribution** — multi-touch attribution is better than last-touch for B2B (long sales cycle).
73
+
74
+ ### A2 — Activation
75
+
76
+ **First meaningful moment** the user gets value. B2B adapted — not just signup.
77
+
78
+ **Definition examples:**
79
+ - Team created + ≥3 members invited
80
+ - First integration connected
81
+ - First production deployment
82
+ - First report generated and shared
83
+ - First billing setup
84
+
85
+ **Activation rate** = activated users / acquired users.
86
+
87
+ **Time to activate** = signup → activation timeframe.
88
+
89
+ B2B-specific: activation often takes days/weeks (not minutes like B2C).
90
+
91
+ ### R1 Retention
92
+
93
+ Returning to get value.
94
+
95
+ **B2B retention metrics:**
96
+ - W/W active (teams, users, accounts)
97
+ - M/M active
98
+ - Activity depth (features used, actions/week)
99
+ - Account-level retention curves
100
+
101
+ **Leading indicator of churn** — if retention drops, churn follows.
102
+
103
+ ### R2 Referral
104
+
105
+ Users bringing others.
106
+
107
+ **B2B referral signals:**
108
+ - In-product invites sent
109
+ - Invite → acceptance rate
110
+ - External referrals (partnership, word-of-mouth)
111
+ - Account expansion (new seats added by existing admins)
112
+ - Case studies / logos (customer advocacy)
113
+
114
+ **K-factor** = new users per existing user (typically < 1 for B2B, but can be >1 for viral tools).
115
+
116
+ ### R3 — Revenue
117
+
118
+ Monetization.
119
+
120
+ **B2B metrics:**
121
+ - Trial paid conversion
122
+ - Freemium paid conversion
123
+ - ARPA (Average Revenue Per Account)
124
+ - Expansion revenue (upsells, seat growth, tier upgrade)
125
+ - Revenue per activated user
126
+
127
+ ## Protocol
128
+
129
+ ### Step 0 — Map Funnel to Product
130
+
131
+ Define each stage for your product specifically. Same AARRR framework, different implementations.
132
+
133
+ ### Step 1 — Instrumentation
134
+
135
+ Events per stage:
136
+ - A1: `signup`, `demo_requested`, `trial_started`
137
+ - A2: `activation_event_X` (define specific)
138
+ - R1: `active_week` (how defined: ≥1 login or core action?)
139
+ - R2: `invite_sent`, `referral_signup`
140
+ - R3: `trial_to_paid`, `upsell_event`
141
+
142
+ ### Step 2 — Funnel Calculation
143
+
144
+ ```
145
+ Acquisition → Activation → Retention → Revenue
146
+ 100 35 27 20
147
+ (35% (77% (74%
148
+ conversion) retention) monetization)
149
+
150
+ Referral (parallel): 12% of actives send invites, 30% accept → 4% new from referrals
151
+ ```
152
+
153
+ ### Step 3Identify Weakest Stage
154
+
155
+ "One that's the weakest limits them all."
156
+
157
+ Calculate stage conversion rates, compare to industry benchmarks:
158
+ - SaaS typical acquisition → activation: 20-40%
159
+ - Typical activation → 30-day retention: 60-80%
160
+
161
+ Identify gap vs benchmark.
162
+
163
+ ### Step 4 — Per-Segment AARRR
164
+
165
+ B2B SaaS has wildly different AARRR per segment:
166
+ - SMB: short funnel, higher activation rate, higher churn
167
+ - Enterprise: long sales cycle, slower activation, very low churn
168
+
169
+ Per-segment funnel gives the actual picture.
170
+
171
+ ### Step 5 — Cohort View
172
+
173
+ AARRR by cohort (by signup month):
174
+ - Retention curves by cohort
175
+ - Activation rates by cohort
176
+ - Revenue per cohort
177
+
178
+ Spot trends (onboarding changes? marketing shift?).
179
+
180
+ ### Step 6 — Stage-Specific Playbooks
181
+
182
+ **If Acquisition weak:**
183
+ - Channel mix review
184
+ - Message-market fit testing
185
+ - SEO / content
186
+ - Paid channel optimization
187
+
188
+ **If Activation weak:**
189
+ - Onboarding flow
190
+ - In-app guides
191
+ - First-value experience
192
+ - Personalized onboarding by role
193
+
194
+ **If Retention weak:**
195
+ - Feature adoption drives
196
+ - Re-engagement campaigns
197
+ - Customer health scoring
198
+ - Sticky feature development
199
+
200
+ **If Referral weak:**
201
+ - In-product invite flow
202
+ - Incentive programs
203
+ - NPS advocacy pipeline
204
+
205
+ **If Revenue weak:**
206
+ - Pricing / packaging test
207
+ - Upsell paths
208
+ - Trial conversion optimization
209
+ - Expansion playbooks
210
+
211
+ ### Step 7 — Continuous Reviews
212
+
213
+ Weekly: funnel metrics trends.
214
+ Monthly: cohort analysis, segment view.
215
+ Quarterly: stage-level deep dives, playbook updates.
216
+
217
+ ## Validation (Quality Gate)
218
+
219
+ - [ ] All 5 stages defined for product
220
+ - [ ] Events instrumented per stage
221
+ - [ ] Funnel conversion rates computed
222
+ - [ ] Benchmark comparison
223
+ - [ ] Per-segment split
224
+ - [ ] Cohort view
225
+ - [ ] Weakest stage identified
226
+ - [ ] Stage-specific playbook
227
+
228
+ ## Handoff
229
+
230
+ The result is the input for:
231
+ - **`saas-metrics`** — Revenue stage deep-dive
232
+ - **`north-star-metric`** — NSM tied to one AARRR stage
233
+ - **PM** → prioritize initiatives by weakest stage
234
+ - **Data Analyst** instrumentation requirements
235
+
236
+ Format: AARRR funnel doc (numbers + charts). Via `$handoff`.
237
+
238
+ ## Anti-patterns
239
+
240
+ | Error | Why it's bad | How to do it right |
241
+ |-------|-------------|-------------------|
242
+ | Activation = signup | Trivially high, meaningless | Define meaningful first value |
243
+ | B2C-style K-factor obsession | Unrealistic B2B | K < 1 typical, focus expansion |
244
+ | All focus on Acquisition | Leaky bucket | Fix retention first |
245
+ | No per-segment | Hides truth | Always segment |
246
+ | No cohorts | Survivorship bias | Cohort view always |
247
+ | Ignore downstream stages | Acquisition looks good, churn kills | Review end-to-end |
248
+
249
+ ## Template
250
+
251
+ ```markdown
252
+ # AARRR Funnel Q2 2026
253
+
254
+ ## Stage Definitions
255
+ - **Acquisition:** signup OR demo requested
256
+ - **Activation:** team ≥ 3 members + 1 integration connected
257
+ - **Retention:** active in any week N+1..N+4 after activation
258
+ - **Referral:** invite sent in-product
259
+ - **Revenue:** trial paid conversion
260
+
261
+ ## Funnel (last 30 days)
262
+ | Stage | Count | Conversion |
263
+ | Acquisition | 5,000 | — |
264
+ | Activation | 1,800 | 36% |
265
+ | Retention (30d) | 1,200 | 67% |
266
+ | Referral (invite) | 340 | 28% |
267
+ | Revenue (paid) | 420 | 35% |
268
+
269
+ ## Per-Segment
270
+ | Segment | Acq | Activation | Retention | Revenue |
271
+ | SMB | 3,800 | 40% | 60% | 30% |
272
+ | Mid-market | 1,000 | 30% | 75% | 45% |
273
+ | Enterprise | 200 | 20% | 85% | 60% |
274
+
275
+ ## Weakest Stage
276
+ Activation (36%) below benchmark 50% for SMB.
277
+ Playbook: onboarding checklist test (see hypothesis H-027).
278
+
279
+ ## Cohort Retention (Month 1, 3, 6)
280
+ [Chart]
281
+ ```
282
+
283
+ ## Worked Example — TeamFlow AARRR Funnel Q2 2026
284
+
285
+ ```markdown
286
+ # AARRR Funnel — TeamFlow Q2 2026 (with AI Tier Launch Impact)
287
+
288
+ ## Stage Definitions (B2B-adapted for TeamFlow)
289
+
290
+ - **Acquisition:** Company signs up for TeamFlow (trial, demo, or direct signup)
291
+ - **Activation:** Within 14 days of signup:
292
+ - Account has ≥ 3 managers set up
293
+ - 10 employee profiles imported
294
+ - ≥ 1 team created with ≥ 1 1:1 scheduled
295
+ - **Retention:** Account has ≥ 1 active manager (any 1:1 in past 7 days) in any week post-activation
296
+ - **Referral:** In-product invite sent by existing manager to another manager in their org
297
+ - **Revenue:** Trial → paid conversion, OR existing tier → higher tier (e.g., Team → Enterprise)
298
+
299
+ ---
300
+
301
+ ## Full Funnel (Q2 2026, blended)
302
+
303
+ ```
304
+ Acquisition (new accounts) 78 accounts
305
+ │ 61% of signups activate
306
+
307
+ Activation (within 14 days) 48 accounts
308
+ │ 82% retain past 30 days
309
+
310
+ Retention (30d active) 39 accounts
311
+ │ 64% make in-product invites
312
+
313
+ Referral (invites sent) 25 accounts (avg 3 invites each = 75 new manager invites)
314
+ │ 35% of active accounts convert to paid
315
+
316
+ Revenue (paid conversion) 17 new paid accounts
317
+ ```
318
+
319
+ **Overall Acquisition → Paid conversion: 17 / 78 = 22%**
320
+
321
+ ---
322
+
323
+ ## Per-Segment Breakdown
324
+
325
+ | Segment | Acquisition | Activation | Activation Rate | Retention 30d | Retention Rate | Revenue Conv | Revenue Rate |
326
+ |---------|:-----------:|:----------:|:---------------:|:-------------:|:--------------:|:------------:|:------------:|
327
+ | **SMB (5-99 employees)** | 58 | 30 | 52% | 22 | 73% | 9 paid | 30% |
328
+ | **Mid-market (100-499)** | 16 | 14 | 88% | 14 | 100% | 6 paid | 43% |
329
+ | **Enterprise (500+)** | 4 | 4 | 100% | 3 | 75%* | 2 paid | 67% |
330
+
331
+ *Enterprise retention dropped due to 1 deal not closing shown for transparency
332
+
333
+ **Observations:**
334
+ - **SMB activation gap:** 52% vs 88% mid-marketmajor drop-off
335
+ - **Mid-market retention excellent:** 100% retention past 30 days
336
+ - **Enterprise has highest revenue conversion** but smallest absolute numbers
337
+
338
+ ---
339
+
340
+ ## Stage-Level Deep Dive
341
+
342
+ ### Acquisition (78 accounts)
343
+
344
+ | Channel | Acquisitions | % of total | Trend QoQ |
345
+ |---------|:-----------:|:----------:|:---------:|
346
+ | Inbound (organic web) | 34 | 44% | +12% |
347
+ | Paid (Google / LinkedIn) | 18 | 23% | −8% |
348
+ | Referral (existing customers) | 14 | 18% | +35% |
349
+ | Content (blog / webinars) | 8 | 10% | +5% |
350
+ | Outbound sales | 4 | 5% | Flat |
351
+
352
+ **Insight:** Referral grew 35% QoQ — biggest leading indicator of product-market fit.
353
+
354
+ ### Activation (61% rate below 70% benchmark)
355
+
356
+ **Funnel decomposition — why do 30 accounts fail activation?**
357
+
358
+ | Drop-off Reason | Count | % of drop-offs |
359
+ |-----------------|:-----:|:-------------:|
360
+ | Didn't finish manager setup (only 1-2 managers added) | 14 | 47% |
361
+ | Didn't import employees | 8 | 27% |
362
+ | Created team but no 1:1 scheduled | 6 | 20% |
363
+ | Opened product but <3 logins in 14 days | 2 | 7% |
364
+
365
+ **Playbook investment:**
366
+ - Onboarding checklist test (EXP-025) aims to drive activation rate to 70%+
367
+ - Integration auto-import from HRIS (Q3 roadmap) for employee import pain
368
+
369
+ ### Retention (82% at 30 days, 71% at 90 days)
370
+
371
+ **Stickiness indicator:** Manager WAU/MAU
372
+ - **Q1 baseline:** 48% (daily active managers / monthly active managers)
373
+ - **Q2 current:** 52% (trending upward since AI tier launch)
374
+ - **Top-quartile benchmark:** 60%+
375
+
376
+ **Cohort retention curves:**
377
+ ```
378
+ Cohort Mo 1 Mo 3 Mo 6 Mo 12
379
+ Q1 2025 95% 78% 70% 63%
380
+ Q2 2025 96% 82% 75% 69%
381
+ Q3 2025 94% 80% 73% (pending)
382
+ Q4 2025 97% 85% (pending)
383
+ Q1 2026 95% (pending)
384
+ ```
385
+
386
+ Improving trend product gets stickier over time.
387
+
388
+ ### Referral (64% of retained accounts sent invites)
389
+
390
+ **Referral K-factor:** 0.23 (new accounts from referrals / existing accounts × period)
391
+ - **Typical B2B SaaS:** K 0.1-0.3
392
+ - **Our position:** healthy
393
+
394
+ **Invite-to-signup rate:** 28% (invites sent → person signs up as manager)
395
+ - Mostly internal growth (adding more managers within existing customer)
396
+ - ~15% external (to another org entirely)
397
+
398
+ ### Revenue (35% conversion)
399
+
400
+ **Trial → Paid conversion rate:** 35% overall
401
+
402
+ | Trigger | Accounts | % of conversions |
403
+ |---------|:--------:|:----------------:|
404
+ | Manual sales outreach | 6 | 35% |
405
+ | In-product trial expiry prompt | 5 | 29% |
406
+ | Tier upgrade from free tier | 4 | 24% |
407
+ | Self-serve at signup | 2 | 12% |
408
+
409
+ **Expansion revenue (existing higher tier):**
410
+ - Core Team tier: 11 accounts conversion (first full quarter of AI tier availability)
411
+ - Team → Enterprise: 2 accounts (OKR target was 5 for full Q2 — progress)
412
+
413
+ ---
414
+
415
+ ## Weakest Stage Analysis
416
+
417
+ **Weakest stage:** Activation — 61% overall vs 70% benchmark.
418
+
419
+ **Per-segment diagnosis:**
420
+ - Mid-market/enterprise: already at healthy 88-100% no action needed
421
+ - **SMB: 52% activation is the ONE leak** biggest absolute impact
422
+
423
+ **SMB Activation Playbook (Q3):**
424
+ 1. **Onboarding checklist A/B test** (EXP-025) expect +7pp lift
425
+ 2. **HRIS auto-import integration** — remove employee import friction
426
+ 3. **Templated 1:1 creation** — "you have teammates, let's schedule your first 1:1 now" prompt
427
+ 4. **Sales-assisted onboarding** for SMB <10 managers accounts — call within 48 hours
428
+ 5. **Content onboarding**: "Your first week with TeamFlow" email series
429
+
430
+ **Expected impact:** SMB activation 52% 65% (+13pp) ~6 more activated SMB accounts per quarter
431
+
432
+ ---
433
+
434
+ ## Growth Playbook Prioritization
435
+
436
+ Ranked by (impact × ease):
437
+
438
+ 1. **Activation improvement (SMB)** — high impact, medium ease → **PRIMARY FOCUS**
439
+ 2. **Retention improvement (SMB 73%)** — high impact, high ease (AI tier will boost) → **SECONDARY**
440
+ 3. **Referral amplification** — medium impact, high ease (share prompts + incentives) → **TERTIARY**
441
+ 4. **Acquisition channel optimization** (more paid, SEO) — medium impact, medium ease → **LATER**
442
+ 5. **Revenue (trial → paid)** — low incremental impact already at 35%, hard → **MAINTAIN**
443
+
444
+ ---
445
+
446
+ ## Overall Business Health Signal
447
+
448
+ Funnel points to healthy growth trajectory with one clear bottleneck (SMB activation). AI tier launch mid-Q2 is already lifting retention but activation gap persists. Q3 focus should primarily be onboarding optimization — which also sets up AI tier adoption ceiling.
449
+ ```
450
+
451
+ > **AARRR lesson:** B2B-adapted stages differ significantly from B2C. Activation ≠ signup — requires meaningful first-value event. Referral K-factor 0.23 is "healthy B2B" — would be disaster for B2C. **Per-segment analysis** crucial — blended activation 61% hides SMB 52% vs mid-market 88% radical difference. **Weakest stage ≠ lowest conversion** — it's **segment-specific bottleneck** where intervention has biggest impact. Stage playbook prioritized by impact × ease, not equal attention.