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.
- package/README.md +83 -67
- package/dist/index.js +2 -0
- package/dist/mcp/audit_ledger.d.ts +12 -0
- package/dist/mcp/audit_ledger.js +82 -0
- package/dist/mcp/cli.js +7 -1
- package/dist/mcp/config.d.ts +23 -0
- package/dist/mcp/config.js +44 -6
- package/dist/mcp/index.d.ts +1 -2
- package/dist/mcp/index.js +1 -2
- package/dist/mcp/paths.d.ts +20 -2
- package/dist/mcp/paths.js +29 -5
- package/dist/mcp/proposal_dedup.d.ts +32 -0
- package/dist/mcp/proposal_dedup.js +102 -0
- package/dist/mcp/proposal_store.d.ts +18 -0
- package/dist/mcp/proposal_store.js +74 -0
- package/dist/mcp/scorecard.d.ts +140 -0
- package/dist/mcp/scorecard.js +103 -0
- package/dist/mcp/skill_invocations.d.ts +15 -0
- package/dist/mcp/skill_invocations.js +28 -0
- package/dist/mcp/task_state.d.ts +77 -2
- package/dist/mcp/tools/_subprocess.d.ts +16 -0
- package/dist/mcp/tools/_subprocess.js +56 -0
- package/dist/mcp/tools/advance_gate.js +2 -2
- package/dist/mcp/tools/aggregate_run_metrics.d.ts +19 -0
- package/dist/mcp/tools/aggregate_run_metrics.js +139 -0
- package/dist/mcp/tools/apply_diff.d.ts +2 -0
- package/dist/mcp/tools/apply_diff.js +29 -0
- package/dist/mcp/tools/audit_bilocale_parity.d.ts +2 -0
- package/dist/mcp/tools/audit_bilocale_parity.js +146 -0
- package/dist/mcp/tools/audit_budget_compliance.d.ts +35 -0
- package/dist/mcp/tools/audit_budget_compliance.js +172 -0
- package/dist/mcp/tools/build.d.ts +2 -0
- package/dist/mcp/tools/build.js +47 -0
- package/dist/mcp/tools/check_lint.d.ts +2 -0
- package/dist/mcp/tools/check_lint.js +23 -0
- package/dist/mcp/tools/classify_gate.js +2 -2
- package/dist/mcp/tools/current_gate.js +2 -2
- package/dist/mcp/tools/dependency_supply_chain.d.ts +2 -0
- package/dist/mcp/tools/dependency_supply_chain.js +59 -0
- package/dist/mcp/tools/docker_compose.d.ts +2 -0
- package/dist/mcp/tools/docker_compose.js +24 -0
- package/dist/mcp/tools/e2e_playwright.d.ts +2 -0
- package/dist/mcp/tools/e2e_playwright.js +88 -0
- package/dist/mcp/tools/get_skill.js +17 -0
- package/dist/mcp/tools/git_commit.d.ts +2 -0
- package/dist/mcp/tools/git_commit.js +30 -0
- package/dist/mcp/tools/list_proposals.d.ts +6 -0
- package/dist/mcp/tools/list_proposals.js +16 -0
- package/dist/mcp/tools/list_skills.js +9 -1
- package/dist/mcp/tools/load_role.d.ts +3 -4
- package/dist/mcp/tools/load_role.js +11 -13
- package/dist/mcp/tools/propose_change.d.ts +8 -0
- package/dist/mcp/tools/propose_change.js +36 -0
- package/dist/mcp/tools/record_decision.js +25 -25
- package/dist/mcp/tools/review_proposal.d.ts +17 -0
- package/dist/mcp/tools/review_proposal.js +99 -0
- package/dist/mcp/tools/run_drift_audit.d.ts +11 -0
- package/dist/mcp/tools/run_drift_audit.js +79 -0
- package/dist/mcp/tools/run_tests.d.ts +2 -0
- package/dist/mcp/tools/run_tests.js +92 -0
- package/dist/mcp/tools/sign_off.js +14 -2
- package/dist/mcp/tools/stubs.js +30 -9
- package/dist/mcp/tools/verify_claim.js +33 -6
- package/dist/mcp_setup.d.ts +14 -3
- package/dist/mcp_setup.js +15 -6
- package/dist/shared/frontmatter.d.ts +44 -2
- package/dist/shared/frontmatter.js +54 -6
- package/dist/shared/index.d.ts +0 -5
- package/dist/shared/index.js +0 -5
- package/dist/shared/persona.d.ts +2 -2
- package/dist/shared/persona.js +1 -1
- package/dist/shared/pipeline.d.ts +46 -1
- package/dist/shared/tools.d.ts +1382 -16
- package/dist/shared/tools.js +229 -0
- package/dist/shared/vocabulary.d.ts +99 -4
- package/dist/shared/vocabulary.js +94 -5
- package/domains/analytics/.agents/skills/ansoff-matrix/SKILL.md +316 -300
- package/domains/analytics/.agents/skills/bcg-matrix/SKILL.md +345 -329
- package/domains/analytics/.agents/skills/blue-ocean-strategy/SKILL.md +432 -416
- package/domains/analytics/.agents/skills/board/SKILL.md +22 -0
- package/domains/analytics/.agents/skills/cohort-analysis/SKILL.md +338 -322
- package/domains/analytics/.agents/skills/competitive-analysis/SKILL.md +413 -395
- package/domains/analytics/.agents/skills/customer-journey-mapping/SKILL.md +347 -331
- package/domains/analytics/.agents/skills/gates/SKILL.md +388 -366
- package/domains/analytics/.agents/skills/handoff/SKILL.md +402 -380
- package/domains/analytics/.agents/skills/html-pdf-report/SKILL.md +21 -289
- package/domains/analytics/.agents/skills/html-pdf-report-reference/SKILL.md +325 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
- package/domains/analytics/.agents/skills/html-pdf-report-reference/agents/skill.yaml +23 -0
- package/domains/analytics/.agents/skills/icp-buyer-persona/SKILL.md +407 -390
- package/domains/analytics/.agents/skills/jtbd-analysis/SKILL.md +357 -341
- package/domains/analytics/.agents/skills/karpathy-guidelines/SKILL.md +32 -0
- package/domains/analytics/.agents/skills/pest-analysis/SKILL.md +324 -305
- package/domains/analytics/.agents/skills/porters-five-forces/SKILL.md +377 -361
- package/domains/analytics/.agents/skills/report-design/SKILL.md +416 -398
- package/domains/analytics/.agents/skills/rfm-analysis/SKILL.md +330 -314
- package/domains/analytics/.agents/skills/session-prompt-generator/SKILL.md +400 -378
- package/domains/analytics/.agents/skills/swot-analysis/SKILL.md +340 -324
- package/domains/analytics/.agents/skills/tam-sam-som/SKILL.md +329 -312
- package/domains/analytics/.agents/skills/trend-analysis/SKILL.md +347 -331
- package/domains/analytics/.agents/skills/unit-economics/SKILL.md +430 -413
- package/domains/analytics/.agents/skills/value-chain-analysis/SKILL.md +346 -330
- package/domains/analytics/.agents/skills/web-research/SKILL.md +323 -308
- package/domains/analytics/AGENTS.md +1 -0
- package/domains/analytics/agents/auditor.md +76 -0
- package/domains/analytics/agents/conductor.md +11 -0
- package/domains/analytics/agents/data_analyst.md +11 -0
- package/domains/analytics/agents/designer.md +11 -0
- package/domains/analytics/agents/interviewer.md +11 -0
- package/domains/analytics/agents/layouter.md +11 -0
- package/domains/analytics/agents/mediator.md +11 -0
- package/domains/analytics/agents/researcher.md +11 -0
- package/domains/analytics/agents/strategist.md +11 -0
- package/domains/analytics/locales/en/.agents/skills/ansoff-matrix/SKILL.md +316 -300
- package/domains/analytics/locales/en/.agents/skills/bcg-matrix/SKILL.md +345 -329
- package/domains/analytics/locales/en/.agents/skills/blue-ocean-strategy/SKILL.md +432 -416
- package/domains/analytics/locales/en/.agents/skills/board/SKILL.md +22 -0
- package/domains/analytics/locales/en/.agents/skills/cohort-analysis/SKILL.md +338 -322
- package/domains/analytics/locales/en/.agents/skills/competitive-analysis/SKILL.md +413 -395
- package/domains/analytics/locales/en/.agents/skills/customer-journey-mapping/SKILL.md +347 -331
- package/domains/analytics/locales/en/.agents/skills/gates/SKILL.md +388 -366
- package/domains/analytics/locales/en/.agents/skills/handoff/SKILL.md +402 -380
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report/SKILL.md +21 -289
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/SKILL.md +325 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
- package/domains/analytics/locales/en/.agents/skills/html-pdf-report-reference/agents/skill.yaml +29 -0
- package/domains/analytics/locales/en/.agents/skills/icp-buyer-persona/SKILL.md +407 -390
- package/domains/analytics/locales/en/.agents/skills/jtbd-analysis/SKILL.md +357 -341
- package/domains/analytics/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +32 -0
- package/domains/analytics/locales/en/.agents/skills/pest-analysis/SKILL.md +324 -305
- package/domains/analytics/locales/en/.agents/skills/porters-five-forces/SKILL.md +377 -361
- package/domains/analytics/locales/en/.agents/skills/report-design/SKILL.md +416 -398
- package/domains/analytics/locales/en/.agents/skills/rfm-analysis/SKILL.md +330 -314
- package/domains/analytics/locales/en/.agents/skills/session-prompt-generator/SKILL.md +400 -378
- package/domains/analytics/locales/en/.agents/skills/swot-analysis/SKILL.md +340 -324
- package/domains/analytics/locales/en/.agents/skills/tam-sam-som/SKILL.md +329 -312
- package/domains/analytics/locales/en/.agents/skills/trend-analysis/SKILL.md +347 -331
- package/domains/analytics/locales/en/.agents/skills/unit-economics/SKILL.md +430 -413
- package/domains/analytics/locales/en/.agents/skills/value-chain-analysis/SKILL.md +366 -350
- package/domains/analytics/locales/en/.agents/skills/web-research/SKILL.md +324 -309
- package/domains/analytics/locales/en/AGENTS.md +1 -0
- package/domains/analytics/locales/en/agents/auditor.md +76 -0
- package/domains/analytics/locales/en/agents/conductor.md +27 -0
- package/domains/analytics/locales/en/agents/data_analyst.md +29 -0
- package/domains/analytics/locales/en/agents/designer.md +27 -0
- package/domains/analytics/locales/en/agents/interviewer.md +11 -0
- package/domains/analytics/locales/en/agents/layouter.md +11 -0
- package/domains/analytics/locales/en/agents/mediator.md +11 -0
- package/domains/analytics/locales/en/agents/researcher.md +11 -0
- package/domains/analytics/locales/en/agents/strategist.md +11 -0
- package/domains/analytics/persona/persona-base.md +94 -0
- package/domains/analytics/pipeline.yaml +102 -0
- package/domains/content/.agents/skills/audience-analysis/SKILL.md +15 -0
- package/domains/content/.agents/skills/board/SKILL.md +20 -0
- package/domains/content/.agents/skills/brand-compliance/SKILL.md +15 -0
- package/domains/content/.agents/skills/brand-guidelines/SKILL.md +17 -0
- package/domains/content/.agents/skills/competitor-content-analysis/SKILL.md +15 -0
- package/domains/content/.agents/skills/content-brief/SKILL.md +15 -0
- package/domains/content/.agents/skills/content-calendar/SKILL.md +15 -0
- package/domains/content/.agents/skills/content-release-gate/SKILL.md +15 -0
- package/domains/content/.agents/skills/content-review-checklist/SKILL.md +15 -0
- package/domains/content/.agents/skills/cta-optimization/SKILL.md +15 -0
- package/domains/content/.agents/skills/data-storytelling/SKILL.md +15 -0
- package/domains/content/.agents/skills/email-copywriting/SKILL.md +15 -0
- package/domains/content/.agents/skills/email-engagement-tiers/SKILL.md +15 -0
- package/domains/content/.agents/skills/fact-checking/SKILL.md +15 -0
- package/domains/content/.agents/skills/gates/SKILL.md +20 -0
- package/domains/content/.agents/skills/google-stitch-content/SKILL.md +15 -0
- package/domains/content/.agents/skills/handoff/SKILL.md +24 -0
- package/domains/content/.agents/skills/headline-formulas/SKILL.md +15 -0
- package/domains/content/.agents/skills/image-prompt-engineering/SKILL.md +15 -0
- package/domains/content/.agents/skills/karpathy-guidelines/SKILL.md +28 -0
- package/domains/content/.agents/skills/mailerlite-email-ops/SKILL.md +15 -0
- package/domains/content/.agents/skills/marketing-psychology/SKILL.md +15 -0
- package/domains/content/.agents/skills/moodboard/SKILL.md +15 -0
- package/domains/content/.agents/skills/platform-compliance/SKILL.md +15 -0
- package/domains/content/.agents/skills/platform-strategy/SKILL.md +15 -0
- package/domains/content/.agents/skills/platform-visual-specs/SKILL.md +15 -0
- package/domains/content/.agents/skills/readability-scoring/SKILL.md +15 -0
- package/domains/content/.agents/skills/seo-copywriting/SKILL.md +15 -0
- package/domains/content/.agents/skills/social-media-formats/SKILL.md +15 -0
- package/domains/content/.agents/skills/source-verification/SKILL.md +15 -0
- package/domains/content/.agents/skills/storytelling-framework/SKILL.md +15 -0
- package/domains/content/.agents/skills/tone-of-voice/SKILL.md +15 -0
- package/domains/content/.agents/skills/topic-research/SKILL.md +15 -0
- package/domains/content/.agents/skills/trend-research/SKILL.md +15 -0
- package/domains/content/.agents/skills/visual-brief/SKILL.md +15 -0
- package/domains/content/AGENTS.md +4 -0
- package/domains/content/agents/auditor.md +76 -0
- package/domains/content/agents/conductor.md +11 -0
- package/domains/content/agents/copywriter.md +11 -0
- package/domains/content/agents/researcher.md +11 -0
- package/domains/content/agents/reviewer.md +11 -0
- package/domains/content/agents/strategist.md +11 -0
- package/domains/content/agents/visual_concept.md +11 -0
- package/domains/content/locales/en/.agents/skills/audience-analysis/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/board/SKILL.md +20 -0
- package/domains/content/locales/en/.agents/skills/brand-compliance/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/brand-guidelines/SKILL.md +17 -0
- package/domains/content/locales/en/.agents/skills/competitor-content-analysis/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/content-brief/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/content-calendar/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/content-release-gate/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/content-review-checklist/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/cta-optimization/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/data-storytelling/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/email-copywriting/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/email-engagement-tiers/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/fact-checking/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/gates/SKILL.md +20 -0
- package/domains/content/locales/en/.agents/skills/google-stitch-content/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/handoff/SKILL.md +24 -0
- package/domains/content/locales/en/.agents/skills/headline-formulas/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/image-prompt-engineering/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +30 -1
- package/domains/content/locales/en/.agents/skills/mailerlite-email-ops/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/marketing-psychology/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/moodboard/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/platform-compliance/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/platform-strategy/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/platform-visual-specs/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/readability-scoring/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/seo-copywriting/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/social-media-formats/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/source-verification/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/storytelling-framework/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/tone-of-voice/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/topic-research/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/trend-research/SKILL.md +15 -0
- package/domains/content/locales/en/.agents/skills/visual-brief/SKILL.md +15 -0
- package/domains/content/locales/en/AGENTS.md +4 -0
- package/domains/content/locales/en/agents/auditor.md +76 -0
- package/domains/content/locales/en/agents/conductor.md +12 -0
- package/domains/content/locales/en/agents/copywriter.md +12 -0
- package/domains/content/locales/en/agents/researcher.md +12 -0
- package/domains/content/locales/en/agents/reviewer.md +12 -0
- package/domains/content/locales/en/agents/strategist.md +12 -0
- package/domains/content/locales/en/agents/visual_concept.md +12 -0
- package/domains/content/persona/persona-base.md +94 -0
- package/domains/content/pipeline.yaml +96 -0
- package/domains/development/.agents/skills/adr-log/SKILL.md +1 -0
- package/domains/development/.agents/skills/design-intake/SKILL.md +0 -4
- package/domains/development/.agents/skills/karpathy-guidelines/SKILL.md +2 -1
- package/domains/development/.agents/skills/lava-flow-legacy-detection/SKILL.md +15 -1
- package/domains/development/.agents/skills/mcp-integration/SKILL.md +211 -0
- package/domains/development/.agents/skills/mcp-integration/agents/claude.json +22 -0
- package/domains/development/.agents/skills/mcp-integration/agents/copilot.json +22 -0
- package/domains/development/.agents/skills/mcp-integration/agents/gemini.json +22 -0
- package/domains/development/.agents/skills/mcp-integration/agents/kimi.yaml +18 -0
- package/domains/development/.agents/skills/mcp-integration/agents/openai.yaml +8 -0
- package/domains/development/.agents/skills/mcp-integration/agents/qwen.json +22 -0
- package/domains/development/.agents/skills/mcp-integration/agents/skill.yaml +26 -0
- package/domains/development/.agents/skills/qa-ui-a11y-smoke/SKILL.md +1 -1
- package/domains/development/.agents/skills/ui-a11y-smoke-review/SKILL.md +1 -1
- package/domains/development/AGENTS.md +1 -0
- package/domains/development/AGENTS.yaml +1 -0
- package/domains/development/agents/architect.md +13 -1
- package/domains/development/agents/auditor.md +74 -0
- package/domains/development/agents/conductor.md +14 -3
- package/domains/development/agents/devops.md +8 -9
- package/domains/development/agents/reviewer.md +12 -0
- package/domains/development/agents/senior_full_stack.md +12 -0
- package/domains/development/agents/tester.md +10 -16
- package/domains/development/locales/en/.agents/skills/adr-log/SKILL.md +1 -0
- package/domains/development/locales/en/.agents/skills/current-state-analysis/SKILL.md +256 -172
- package/domains/development/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +2 -1
- package/domains/development/locales/en/.agents/skills/lava-flow-legacy-detection/SKILL.md +15 -1
- package/domains/development/locales/en/.agents/skills/mcp-integration/SKILL.md +211 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/claude.json +22 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/copilot.json +22 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/gemini.json +22 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/kimi.yaml +18 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/openai.yaml +8 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/qwen.json +22 -0
- package/domains/development/locales/en/.agents/skills/mcp-integration/agents/skill.yaml +26 -0
- package/domains/development/locales/en/.agents/skills/qa-ui-a11y-smoke/SKILL.md +1 -1
- package/domains/development/locales/en/.agents/skills/ui-a11y-smoke-review/SKILL.md +1 -1
- package/domains/development/locales/en/AGENTS.md +5 -0
- package/domains/development/locales/en/AGENTS.yaml +1 -0
- package/domains/development/locales/en/agents/architect.md +13 -1
- package/domains/development/locales/en/agents/auditor.md +74 -0
- package/domains/development/locales/en/agents/conductor.md +14 -3
- package/domains/development/locales/en/agents/devops.md +8 -9
- package/domains/development/locales/en/agents/reviewer.md +12 -0
- package/domains/development/locales/en/agents/senior_full_stack.md +12 -0
- package/domains/development/locales/en/agents/tester.md +10 -16
- package/domains/development/persona/persona-base.md +94 -0
- package/domains/product/.agents/skills/aarrr-metrics/SKILL.md +451 -433
- package/domains/product/.agents/skills/ab-test-design/SKILL.md +428 -412
- package/domains/product/.agents/skills/acceptance-criteria/SKILL.md +422 -406
- package/domains/product/.agents/skills/assumption-mapping/SKILL.md +323 -307
- package/domains/product/.agents/skills/board/SKILL.md +24 -0
- package/domains/product/.agents/skills/design-brief/SKILL.md +433 -418
- package/domains/product/.agents/skills/epic-breakdown/SKILL.md +435 -420
- package/domains/product/.agents/skills/gates/SKILL.md +470 -446
- package/domains/product/.agents/skills/gtm-brief/SKILL.md +18 -321
- package/domains/product/.agents/skills/gtm-brief-reference/SKILL.md +348 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/kimi.yaml +15 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/gtm-brief-reference/agents/skill.yaml +22 -0
- package/domains/product/.agents/skills/handoff/SKILL.md +463 -439
- package/domains/product/.agents/skills/html-pdf-report/SKILL.md +21 -663
- package/domains/product/.agents/skills/html-pdf-report-reference/SKILL.md +699 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/html-pdf-report-reference/agents/skill.yaml +22 -0
- package/domains/product/.agents/skills/hypothesis-template/SKILL.md +484 -469
- package/domains/product/.agents/skills/jtbd-canvas/SKILL.md +274 -258
- package/domains/product/.agents/skills/kano-model/SKILL.md +370 -355
- package/domains/product/.agents/skills/karpathy-guidelines/SKILL.md +36 -0
- package/domains/product/.agents/skills/launch-checklist/SKILL.md +434 -419
- package/domains/product/.agents/skills/moscow-prioritization/SKILL.md +407 -392
- package/domains/product/.agents/skills/north-star-metric/SKILL.md +317 -301
- package/domains/product/.agents/skills/okr-framework/SKILL.md +299 -284
- package/domains/product/.agents/skills/opportunity-solution-tree/SKILL.md +472 -456
- package/domains/product/.agents/skills/prd-template/SKILL.md +18 -258
- package/domains/product/.agents/skills/prd-template-reference/SKILL.md +285 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/kimi.yaml +16 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/prd-template-reference/agents/skill.yaml +23 -0
- package/domains/product/.agents/skills/problem-statement/SKILL.md +327 -312
- package/domains/product/.agents/skills/product-roadmap/SKILL.md +320 -304
- package/domains/product/.agents/skills/product-vision/SKILL.md +409 -394
- package/domains/product/.agents/skills/release-notes/SKILL.md +18 -258
- package/domains/product/.agents/skills/release-notes-reference/SKILL.md +285 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/kimi.yaml +15 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/release-notes-reference/agents/skill.yaml +22 -0
- package/domains/product/.agents/skills/report-design/SKILL.md +17 -307
- package/domains/product/.agents/skills/report-design-reference/SKILL.md +331 -0
- package/domains/product/.agents/skills/report-design-reference/agents/claude.json +17 -0
- package/domains/product/.agents/skills/report-design-reference/agents/copilot.json +17 -0
- package/domains/product/.agents/skills/report-design-reference/agents/gemini.json +17 -0
- package/domains/product/.agents/skills/report-design-reference/agents/kimi.yaml +15 -0
- package/domains/product/.agents/skills/report-design-reference/agents/openai.yaml +10 -0
- package/domains/product/.agents/skills/report-design-reference/agents/qwen.json +17 -0
- package/domains/product/.agents/skills/report-design-reference/agents/skill.yaml +22 -0
- package/domains/product/.agents/skills/rice-scoring/SKILL.md +266 -251
- package/domains/product/.agents/skills/saas-metrics/SKILL.md +422 -404
- package/domains/product/.agents/skills/session-prompt-generator/SKILL.md +474 -450
- package/domains/product/.agents/skills/user-flow/SKILL.md +491 -476
- package/domains/product/.agents/skills/user-interview-script/SKILL.md +315 -298
- package/domains/product/.agents/skills/user-story/SKILL.md +401 -385
- package/domains/product/.agents/skills/wsjf-scoring/SKILL.md +333 -315
- package/domains/product/AGENTS.md +5 -0
- package/domains/product/AGENTS.yaml +1 -0
- package/domains/product/agents/auditor.md +76 -0
- package/domains/product/agents/conductor.md +11 -0
- package/domains/product/agents/data_analyst.md +11 -0
- package/domains/product/agents/designer.md +11 -0
- package/domains/product/agents/discovery.md +11 -0
- package/domains/product/agents/layouter.md +11 -0
- package/domains/product/agents/mediator.md +11 -0
- package/domains/product/agents/pm.md +11 -0
- package/domains/product/agents/product_strategist.md +11 -0
- package/domains/product/agents/tech_lead.md +11 -0
- package/domains/product/agents/ux_designer.md +11 -0
- package/domains/product/locales/en/.agents/skills/aarrr-metrics/SKILL.md +451 -433
- package/domains/product/locales/en/.agents/skills/ab-test-design/SKILL.md +428 -412
- package/domains/product/locales/en/.agents/skills/acceptance-criteria/SKILL.md +422 -406
- package/domains/product/locales/en/.agents/skills/assumption-mapping/SKILL.md +323 -307
- package/domains/product/locales/en/.agents/skills/board/SKILL.md +24 -0
- package/domains/product/locales/en/.agents/skills/design-brief/SKILL.md +433 -418
- package/domains/product/locales/en/.agents/skills/epic-breakdown/SKILL.md +435 -420
- package/domains/product/locales/en/.agents/skills/gates/SKILL.md +470 -446
- package/domains/product/locales/en/.agents/skills/gtm-brief/SKILL.md +18 -321
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/SKILL.md +348 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/claude.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/copilot.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/gemini.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/kimi.yaml +15 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/qwen.json +17 -0
- package/domains/product/locales/en/.agents/skills/gtm-brief-reference/agents/skill.yaml +22 -0
- package/domains/product/locales/en/.agents/skills/handoff/SKILL.md +463 -439
- package/domains/product/locales/en/.agents/skills/html-pdf-report/SKILL.md +21 -663
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/SKILL.md +699 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/claude.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/copilot.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/gemini.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/kimi.yaml +15 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/qwen.json +17 -0
- package/domains/product/locales/en/.agents/skills/html-pdf-report-reference/agents/skill.yaml +22 -0
- package/domains/product/locales/en/.agents/skills/hypothesis-template/SKILL.md +484 -469
- package/domains/product/locales/en/.agents/skills/jtbd-canvas/SKILL.md +273 -257
- package/domains/product/locales/en/.agents/skills/kano-model/SKILL.md +370 -355
- package/domains/product/locales/en/.agents/skills/karpathy-guidelines/SKILL.md +36 -0
- package/domains/product/locales/en/.agents/skills/launch-checklist/SKILL.md +434 -419
- package/domains/product/locales/en/.agents/skills/moscow-prioritization/SKILL.md +407 -392
- package/domains/product/locales/en/.agents/skills/north-star-metric/SKILL.md +317 -301
- package/domains/product/locales/en/.agents/skills/okr-framework/SKILL.md +299 -284
- package/domains/product/locales/en/.agents/skills/opportunity-solution-tree/SKILL.md +472 -456
- package/domains/product/locales/en/.agents/skills/prd-template/SKILL.md +18 -258
- package/domains/product/locales/en/.agents/skills/prd-template-reference/SKILL.md +285 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/claude.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/copilot.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/gemini.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/kimi.yaml +15 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/qwen.json +16 -0
- package/domains/product/locales/en/.agents/skills/prd-template-reference/agents/skill.yaml +22 -0
- package/domains/product/locales/en/.agents/skills/problem-statement/SKILL.md +327 -312
- package/domains/product/locales/en/.agents/skills/product-roadmap/SKILL.md +321 -305
- package/domains/product/locales/en/.agents/skills/product-vision/SKILL.md +410 -395
- package/domains/product/locales/en/.agents/skills/release-notes/SKILL.md +18 -258
- package/domains/product/locales/en/.agents/skills/release-notes-reference/SKILL.md +285 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/claude.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/copilot.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/gemini.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/kimi.yaml +14 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/qwen.json +16 -0
- package/domains/product/locales/en/.agents/skills/release-notes-reference/agents/skill.yaml +21 -0
- package/domains/product/locales/en/.agents/skills/report-design/SKILL.md +17 -307
- package/domains/product/locales/en/.agents/skills/report-design-reference/SKILL.md +331 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/claude.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/copilot.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/gemini.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/kimi.yaml +15 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/openai.yaml +10 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/qwen.json +17 -0
- package/domains/product/locales/en/.agents/skills/report-design-reference/agents/skill.yaml +22 -0
- package/domains/product/locales/en/.agents/skills/rice-scoring/SKILL.md +266 -251
- package/domains/product/locales/en/.agents/skills/saas-metrics/SKILL.md +422 -404
- package/domains/product/locales/en/.agents/skills/session-prompt-generator/SKILL.md +474 -450
- package/domains/product/locales/en/.agents/skills/user-flow/SKILL.md +491 -476
- package/domains/product/locales/en/.agents/skills/user-interview-script/SKILL.md +314 -297
- package/domains/product/locales/en/.agents/skills/user-story/SKILL.md +401 -385
- package/domains/product/locales/en/.agents/skills/wsjf-scoring/SKILL.md +333 -315
- package/domains/product/locales/en/AGENTS.md +5 -0
- package/domains/product/locales/en/agents/auditor.md +76 -0
- package/domains/product/locales/en/agents/conductor.md +11 -0
- package/domains/product/locales/en/agents/data_analyst.md +11 -0
- package/domains/product/locales/en/agents/designer.md +11 -0
- package/domains/product/locales/en/agents/discovery.md +11 -0
- package/domains/product/locales/en/agents/layouter.md +11 -0
- package/domains/product/locales/en/agents/mediator.md +11 -0
- package/domains/product/locales/en/agents/pm.md +11 -0
- package/domains/product/locales/en/agents/product_strategist.md +11 -0
- package/domains/product/locales/en/agents/tech_lead.md +11 -0
- package/domains/product/locales/en/agents/ux_designer.md +11 -0
- package/domains/product/persona/persona-base.md +94 -0
- package/domains/product/pipeline.yaml +115 -0
- 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
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
|
37
|
-
|
|
38
|
-
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
-
|
|
80
|
-
-
|
|
81
|
-
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
-
|
|
122
|
-
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
### Step
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
-
|
|
167
|
-
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
**If
|
|
183
|
-
-
|
|
184
|
-
-
|
|
185
|
-
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
-
|
|
190
|
-
-
|
|
191
|
-
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
-
|
|
202
|
-
-
|
|
203
|
-
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
-
|
|
207
|
-
-
|
|
208
|
-
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
|
245
|
-
|
|
|
246
|
-
|
|
|
247
|
-
|
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
##
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
##
|
|
284
|
-
|
|
285
|
-
```
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
|
329
|
-
|
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
**
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
**
|
|
373
|
-
- **
|
|
374
|
-
- **
|
|
375
|
-
|
|
376
|
-
**
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
**
|
|
392
|
-
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
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 3 — Identify 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-market — major 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.
|