code-ai-installer 4.0.0 → 4.0.1-a
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +36 -0
- 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 +8 -0
- package/dist/mcp_setup.js +4 -1
- 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,404 +1,422 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: saas-metrics
|
|
3
|
-
description: B2B SaaS metrics — MRR/ARR, gross/net churn, NRR, LTV/CAC, Payback, Rule of 40, Magic Number
|
|
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
|
-
|
|
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
|
-
-
|
|
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
|
-
|
|
1
|
+
---
|
|
2
|
+
name: saas-metrics
|
|
3
|
+
description: B2B SaaS metrics — MRR/ARR, gross/net churn, NRR, LTV/CAC, Payback, Rule of 40, Magic Number
|
|
4
|
+
type: triggered
|
|
5
|
+
domain: product
|
|
6
|
+
owners:
|
|
7
|
+
- data_analyst
|
|
8
|
+
gates:
|
|
9
|
+
- DATA_ANALYST
|
|
10
|
+
tech: []
|
|
11
|
+
topic: []
|
|
12
|
+
triggers:
|
|
13
|
+
- "saas-metrics"
|
|
14
|
+
- "SaaS-метрики (B2B)"
|
|
15
|
+
- "MRR ARR"
|
|
16
|
+
- "churn"
|
|
17
|
+
- "LTV CAC"
|
|
18
|
+
- "Rule of 40"
|
|
19
|
+
related: []
|
|
20
|
+
budget_lines: 422
|
|
21
|
+
schema_version: 1
|
|
22
|
+
---
|
|
23
|
+
# SaaS Metrics (B2B)
|
|
24
|
+
|
|
25
|
+
> **Category:** Metrics · **Slug:** `saas-metrics`
|
|
26
|
+
|
|
27
|
+
## When to Use
|
|
28
|
+
|
|
29
|
+
- For board / investor reporting — standard SaaS health view.
|
|
30
|
+
- For PRD Success Criteria — how a PM initiative will affect MRR/NRR/churn.
|
|
31
|
+
- For unit economics evaluation — sustainable growth.
|
|
32
|
+
- For strategic decisions — pricing, segment focus, expansion.
|
|
33
|
+
|
|
34
|
+
## Input
|
|
35
|
+
|
|
36
|
+
| Field | Required | Description |
|
|
37
|
+
|-------|:--------:|-------------|
|
|
38
|
+
| Finance data | ✅ | Subscription revenue, billing history |
|
|
39
|
+
| CRM data | ✅ | Account status, cohort, upgrades/downgrades |
|
|
40
|
+
| Customer data | ✅ | Cohorts, churn events, contract terms |
|
|
41
|
+
| Costs | ✅ | CAC (S&M spend per acquired), product costs |
|
|
42
|
+
| Period | ✅ | Monthly / quarterly view |
|
|
43
|
+
|
|
44
|
+
## Data Sources
|
|
45
|
+
|
|
46
|
+
1. Billing system (Stripe, Chargebee, etc.)
|
|
47
|
+
2. CRM (Salesforce, HubSpot)
|
|
48
|
+
3. Finance (ERP, spreadsheets)
|
|
49
|
+
4. Analytics (usage data for churn prediction)
|
|
50
|
+
|
|
51
|
+
### Related Skills
|
|
52
|
+
|
|
53
|
+
| Skill | What we take | When to invoke |
|
|
54
|
+
|-------|-------------|----------------|
|
|
55
|
+
| `aarrr-metrics` | Funnel view | Complement AARRR |
|
|
56
|
+
| `north-star-metric` | NSM alignment | NSM is often a derivative SaaS metric |
|
|
57
|
+
| `hypothesis-template` | Impact modeling | For PRD |
|
|
58
|
+
| `unit-economics` (if available) | Deep unit view | Alternative / complement |
|
|
59
|
+
|
|
60
|
+
## Core Metrics
|
|
61
|
+
|
|
62
|
+
### Revenue
|
|
63
|
+
|
|
64
|
+
- **MRR (Monthly Recurring Revenue)** — sum of all active monthly subscriptions (normalized if annual / quarterly)
|
|
65
|
+
- New MRR (from new customers)
|
|
66
|
+
- Expansion MRR (upsells, add-ons)
|
|
67
|
+
- Contraction MRR (downgrades)
|
|
68
|
+
- Churn MRR (lost to cancellation)
|
|
69
|
+
- Reactivation MRR (returning customers)
|
|
70
|
+
- **ARR (Annual Recurring Revenue)** — MRR × 12
|
|
71
|
+
- **Net New MRR** = New + Expansion − Contraction − Churn
|
|
72
|
+
|
|
73
|
+
### Churn / Retention
|
|
74
|
+
|
|
75
|
+
- **Gross Customer Churn** — customers lost / total at start
|
|
76
|
+
- **Net Customer Churn** — (lost − reactivated) / total
|
|
77
|
+
- **Gross Revenue Churn** — MRR lost / total MRR at start
|
|
78
|
+
- **Net Revenue Churn** — (MRR lost − expansion) / total MRR
|
|
79
|
+
- **Can be negative** (key B2B SaaS metric — «negative churn» = expansion > churn)
|
|
80
|
+
|
|
81
|
+
### NRR (Net Revenue Retention)
|
|
82
|
+
|
|
83
|
+
```
|
|
84
|
+
NRR = (Starting MRR + Expansion − Contraction − Churn) / Starting MRR × 100%
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
**B2B SaaS benchmarks:**
|
|
88
|
+
- 100% = breaking even on existing base
|
|
89
|
+
- 110-120% = healthy B2B
|
|
90
|
+
- 130%+ = world-class (Snowflake, Datadog)
|
|
91
|
+
- < 100% = red flag (shrinking base)
|
|
92
|
+
|
|
93
|
+
### Unit Economics
|
|
94
|
+
|
|
95
|
+
- **CAC (Customer Acquisition Cost)** — total S&M spend / new customers acquired
|
|
96
|
+
- Blended: all customers
|
|
97
|
+
- Paid: acquisition from paid channels only
|
|
98
|
+
- **LTV (Lifetime Value)** — average revenue from customer over their lifetime
|
|
99
|
+
- Simple: ARPA / gross churn rate
|
|
100
|
+
- ARPA = Average Revenue Per Account (monthly)
|
|
101
|
+
- **LTV / CAC ratio** — sustainable at 3× or higher
|
|
102
|
+
- < 1× = destroying value
|
|
103
|
+
- 1-3× = ok, room for improvement
|
|
104
|
+
- 3×+ = healthy
|
|
105
|
+
- 5×+ = possibly under-investing in growth
|
|
106
|
+
- **CAC Payback Period** — months to recover CAC from gross margin
|
|
107
|
+
- Target: < 12 months (B2B SaaS)
|
|
108
|
+
- 12-18 months = ok for enterprise
|
|
109
|
+
- > 24 months = unhealthy
|
|
110
|
+
|
|
111
|
+
### Growth Health
|
|
112
|
+
|
|
113
|
+
- **Rule of 40** = Growth Rate (%) + EBITDA Margin (%) ≥ 40%
|
|
114
|
+
- Trade-off: fast growth allows lower margin, slow growth requires profit
|
|
115
|
+
- < 40 = not attractive, either grow or profit more
|
|
116
|
+
- **Magic Number** = (ARR this quarter − ARR last quarter) × 4 / Sales & Marketing spend last quarter
|
|
117
|
+
- > 1 = efficient growth
|
|
118
|
+
- 0.5-1 = ok
|
|
119
|
+
- < 0.5 = inefficient S&M
|
|
120
|
+
- **Burn Multiple** = Net Burn / Net New ARR
|
|
121
|
+
- < 1 = great, more ARR than burn
|
|
122
|
+
- 1-2 = acceptable
|
|
123
|
+
- > 2 = worrying
|
|
124
|
+
|
|
125
|
+
## Protocol
|
|
126
|
+
|
|
127
|
+
### Step 0 — Period & Scope
|
|
128
|
+
|
|
129
|
+
- Period: monthly baseline, quarterly for board
|
|
130
|
+
- Scope: all products? per product line? per segment?
|
|
131
|
+
|
|
132
|
+
### Step 1 — Revenue Decomposition
|
|
133
|
+
|
|
134
|
+
Monthly waterfall:
|
|
135
|
+
- Starting MRR (carryover from last month)
|
|
136
|
+
- + New MRR
|
|
137
|
+
- + Expansion MRR
|
|
138
|
+
- − Contraction MRR
|
|
139
|
+
- − Churn MRR
|
|
140
|
+
- = Ending MRR
|
|
141
|
+
|
|
142
|
+
### Step 2 — Cohort Analysis
|
|
143
|
+
|
|
144
|
+
Track customer cohorts by signup month:
|
|
145
|
+
- Starting count
|
|
146
|
+
- Retention by month (month 1, 3, 6, 12, 24)
|
|
147
|
+
- Revenue expansion per cohort
|
|
148
|
+
- Gross + Net revenue retention curves
|
|
149
|
+
|
|
150
|
+
B2B healthy: retention curve stabilizes around 60-85% at 12 months (depends on segment).
|
|
151
|
+
|
|
152
|
+
### Step 3 — Per-Segment
|
|
153
|
+
|
|
154
|
+
Split metrics by segment:
|
|
155
|
+
- SMB vs mid-market vs enterprise — radically different metrics
|
|
156
|
+
- SMB: higher churn, lower ARPA, shorter payback
|
|
157
|
+
- Enterprise: lower churn, higher ARPA, longer payback, higher NRR
|
|
158
|
+
|
|
159
|
+
### Step 4 — Unit Economics Per Segment
|
|
160
|
+
|
|
161
|
+
| Segment | ARPA | Gross Churn | LTV | CAC | LTV/CAC | Payback |
|
|
162
|
+
|---------|:----:|:-----------:|:---:|:---:|:-------:|:-------:|
|
|
163
|
+
| SMB | $50/mo | 4% | $1,250 | $400 | 3.1× | 10 months |
|
|
164
|
+
| Mid-market | $500/mo | 1.5% | $33,333 | $8,000 | 4.2× | 16 months |
|
|
165
|
+
| Enterprise | $5,000/mo | 0.5% | $1M | $150,000 | 6.7× | 24 months |
|
|
166
|
+
|
|
167
|
+
### Step 5 — Leading Indicators
|
|
168
|
+
|
|
169
|
+
Predictors for churn / expansion:
|
|
170
|
+
- Usage frequency (decrease = churn risk)
|
|
171
|
+
- Team seats adoption
|
|
172
|
+
- Feature depth
|
|
173
|
+
- Support ticket pattern
|
|
174
|
+
- Renewal risk score
|
|
175
|
+
|
|
176
|
+
### Step 6 — Benchmark
|
|
177
|
+
|
|
178
|
+
Compare to industry:
|
|
179
|
+
- SaaS Capital Index
|
|
180
|
+
- OpenView benchmark reports
|
|
181
|
+
- ChartMogul benchmarks
|
|
182
|
+
- Public SaaS companies (10-K filings)
|
|
183
|
+
|
|
184
|
+
### Step 7 — Forecasting
|
|
185
|
+
|
|
186
|
+
Modeling:
|
|
187
|
+
- Base + optimistic + pessimistic scenarios
|
|
188
|
+
- New MRR from channels × conversion
|
|
189
|
+
- Expansion from existing cohorts
|
|
190
|
+
- Churn from historical curves
|
|
191
|
+
|
|
192
|
+
## Validation (Quality Gate)
|
|
193
|
+
|
|
194
|
+
- [ ] MRR decomposition (new / exp / contract / churn)
|
|
195
|
+
- [ ] Gross + Net churn separated
|
|
196
|
+
- [ ] NRR calculated
|
|
197
|
+
- [ ] LTV / CAC / Payback per segment
|
|
198
|
+
- [ ] Cohort retention curves
|
|
199
|
+
- [ ] Rule of 40 computed
|
|
200
|
+
- [ ] Segment-split present (not only blended)
|
|
201
|
+
- [ ] Benchmarked against industry
|
|
202
|
+
- [ ] Forecasts scenario-based
|
|
203
|
+
|
|
204
|
+
## Handoff
|
|
205
|
+
|
|
206
|
+
The result is input for:
|
|
207
|
+
- **`north-star-metric`** — NSM should relate to NRR / retention
|
|
208
|
+
- **`hypothesis-template`** — expected SaaS metric impact per initiative
|
|
209
|
+
- **PRD Success Criteria** — quantified business impact
|
|
210
|
+
- **Board / Exec reporting**
|
|
211
|
+
|
|
212
|
+
Format: SaaS metrics dashboard / doc. Via `$handoff`.
|
|
213
|
+
|
|
214
|
+
## Anti-patterns
|
|
215
|
+
|
|
216
|
+
| Error | Why it's bad | How to do it right |
|
|
217
|
+
|-------|-------------|-------------------|
|
|
218
|
+
| ARR vs MRR confusion | Wrong numbers | MRR × 12 = ARR only for monthly; otherwise careful |
|
|
219
|
+
| Ignore contraction | Over-reports growth | Separate contraction from churn |
|
|
220
|
+
| Only blended metrics | Hides segment truth | Always per-segment |
|
|
221
|
+
| LTV/CAC without payback | Distorted view | Both together |
|
|
222
|
+
| Cherry-pick cohorts | Survivorship bias | All cohorts |
|
|
223
|
+
| Magic Number alone | Pre-revenue misleading | With Burn Multiple |
|
|
224
|
+
| Gross margin confusion | LTV × wrong margin | Gross margin, not revenue LTV |
|
|
225
|
+
|
|
226
|
+
## Template
|
|
227
|
+
|
|
228
|
+
```markdown
|
|
229
|
+
# SaaS Metrics Dashboard — Q2 2026
|
|
230
|
+
|
|
231
|
+
## Revenue Waterfall
|
|
232
|
+
- Starting MRR: $X
|
|
233
|
+
- + New MRR: $Y
|
|
234
|
+
- + Expansion: $Z
|
|
235
|
+
- − Contraction: $A
|
|
236
|
+
- − Churn: $B
|
|
237
|
+
- = Ending MRR: $C
|
|
238
|
+
- Net New MRR: $D
|
|
239
|
+
|
|
240
|
+
## Retention
|
|
241
|
+
- Gross Rev Churn: X%
|
|
242
|
+
- Net Rev Retention: Y%
|
|
243
|
+
- Customer Gross Churn: Z%
|
|
244
|
+
- Customer Net Churn: A%
|
|
245
|
+
|
|
246
|
+
## Unit Economics (per segment)
|
|
247
|
+
| Segment | ARPA | Churn | LTV | CAC | LTV/CAC | Payback |
|
|
248
|
+
| SMB | | | | | | |
|
|
249
|
+
| Mid-market | | | | | | |
|
|
250
|
+
| Enterprise | | | | | | |
|
|
251
|
+
|
|
252
|
+
## Growth Health
|
|
253
|
+
- Rule of 40: [growth%] + [margin%] = X
|
|
254
|
+
- Magic Number: Y
|
|
255
|
+
- Burn Multiple: Z
|
|
256
|
+
|
|
257
|
+
## Cohort Retention
|
|
258
|
+
[Curve chart by cohort]
|
|
259
|
+
|
|
260
|
+
## Benchmarks
|
|
261
|
+
- Industry median NRR: 110%
|
|
262
|
+
- Our NRR: 115% ✅
|
|
263
|
+
- ...
|
|
264
|
+
|
|
265
|
+
## Forecast
|
|
266
|
+
| Scenario | Q3 ARR | Q4 ARR |
|
|
267
|
+
| Base | | |
|
|
268
|
+
| Optimistic | | |
|
|
269
|
+
| Pessimistic | | |
|
|
270
|
+
```
|
|
271
|
+
|
|
272
|
+
## Worked Example — TeamFlow SaaS Metrics Dashboard Q2 2026
|
|
273
|
+
|
|
274
|
+
```markdown
|
|
275
|
+
# SaaS Metrics Dashboard — TeamFlow Q2 2026
|
|
276
|
+
|
|
277
|
+
## Company Snapshot
|
|
278
|
+
- **Stage:** Series B, 5 years post-founding, $8M ARR
|
|
279
|
+
- **Customers:** 200 active (120 SMB + 70 mid-market + 10 enterprise)
|
|
280
|
+
- **Headcount:** 45
|
|
281
|
+
- **Period:** Q2 2026 (April 1 – June 30)
|
|
282
|
+
|
|
283
|
+
---
|
|
284
|
+
|
|
285
|
+
## Revenue Waterfall (Q2 2026)
|
|
286
|
+
|
|
287
|
+
| Line Item | Amount | Notes |
|
|
288
|
+
|-----------|--------|-------|
|
|
289
|
+
| **Starting MRR (April 1)** | **$667K** | $8M ARR ÷ 12 |
|
|
290
|
+
| + New MRR (new customers) | +$140K | 14 new customer logos, blended ACV ~$3.3K/mo avg |
|
|
291
|
+
| + Expansion MRR (existing) | +$213K | 38 accounts added seats / upgraded tier (AI Tier early upgrades) |
|
|
292
|
+
| − Contraction MRR | −$20K | 8 accounts downgraded (SMB price sensitivity) |
|
|
293
|
+
| − Churn MRR | −$160K | 5 customer logos churned (matches 2.5% quarterly = ~8% annual gross churn anchor) |
|
|
294
|
+
| = **Ending MRR (June 30)** | **$840K** | |
|
|
295
|
+
| **Net New MRR** | **+$173K** | Health measure: +26% QoQ MRR growth |
|
|
296
|
+
|
|
297
|
+
Annualized: ARR end of Q2 = $10.08M (12 × $840K). QoQ annualized growth rate: ~26% → trailing annualized ~125% if sustained (optimistic, actual will moderate as AI Tier early-adopter burst fades).
|
|
298
|
+
|
|
299
|
+
**NRR verification:** (Start − Churn − Contraction + Expansion) / Start = (667 − 160 − 20 + 213) / 667 = 700 / 667 = **105.0%** ✓ matches stated NRR
|
|
300
|
+
|
|
301
|
+
---
|
|
302
|
+
|
|
303
|
+
## Retention Metrics
|
|
304
|
+
|
|
305
|
+
| Metric | Value | Benchmark (B2B SaaS median) | Status |
|
|
306
|
+
|--------|:-----:|:--------------------------:|:------:|
|
|
307
|
+
| **Gross Revenue Churn** (Q2) | 2.1% (annualized ~8.4%) | 10-15% annual | ✅ healthy |
|
|
308
|
+
| **Net Revenue Retention (NRR)** | 105% (from 108% Q1) | 115% median | ⚠️ declining |
|
|
309
|
+
| **Customer Gross Churn** (Q2) | 2.5% logo churn (annualized ~10%) | 8-12% annual | ✅ on target |
|
|
310
|
+
| **Customer Net Churn** | −1.5% net (5 churned, 12 expansion reactivation, +9 net) | N/A | |
|
|
311
|
+
|
|
312
|
+
**Key insight:** NRR dropped 3pp QoQ. Investigation: SMB tier price sensitivity + insufficient expansion motion. **AI tier launch (Q2 late) expected to revert by Q3.**
|
|
313
|
+
|
|
314
|
+
---
|
|
315
|
+
|
|
316
|
+
## Unit Economics — Per Segment
|
|
317
|
+
|
|
318
|
+
> All LTV/CAC computed with 80% gross margin (SaaS standard). Segment ARPAs chosen so total ARR ≈ $8M: SMB $432K + Mid $4.2M + Ent $3.6M = $8.23M ≈ $8M anchor.
|
|
319
|
+
|
|
320
|
+
| Segment | ARPA/mo | ARPA/yr | Gross Churn (annual) | LTV (GM 80%) | CAC | LTV/CAC | CAC Payback |
|
|
321
|
+
|---------|:-------:|:-------:|:--------------------:|:------------:|:---:|:-------:|:-----------:|
|
|
322
|
+
| **SMB** (120 customers) | $300 | $3,600 | 20% | $14,400 | $4,800 | **3.0×** | 24 mo |
|
|
323
|
+
| **Mid-market** (70 customers) | $5,000 | $60,000 | 10% | $480,000 | $80,000 | **6.0×** | 20 mo |
|
|
324
|
+
| **Enterprise** (10 customers) | $30,000 | $360,000 | 5% | $5,760,000 | $600,000 | **9.6×** | 25 mo |
|
|
325
|
+
| **Blended (weighted)** | $3,333 | $40,000 | ~10% | ~$320,000 | ~$60,000 | **~5.3×** | ~22 mo |
|
|
326
|
+
|
|
327
|
+
**LTV formula:** `LTV = ARPA_annual × gross_margin / annual_gross_churn` (standard B2B SaaS).
|
|
328
|
+
|
|
329
|
+
**Key insights:**
|
|
330
|
+
- **Enterprise economics excellent** — 9.6× LTV/CAC justifies aggressive investment in enterprise GTM.
|
|
331
|
+
- **SMB at 3× threshold** — healthy but sensitive to churn deterioration; SMB price tier needs ongoing optimization.
|
|
332
|
+
- **Blended 5.3×** — above industry median (3.0×), room for continued S&M expansion.
|
|
333
|
+
- **Strategic question:** double down on SMB volume or shift mix to mid+ where unit economics sing?
|
|
334
|
+
|
|
335
|
+
---
|
|
336
|
+
|
|
337
|
+
## Growth Health Metrics
|
|
338
|
+
|
|
339
|
+
| Metric | Value | Target | Status |
|
|
340
|
+
|--------|:-----:|:------:|:------:|
|
|
341
|
+
| **Rule of 40** = Growth% + EBITDA% | 52% + (−15%) = **37%** | ≥ 40% | ⚠️ just below |
|
|
342
|
+
| **Magic Number** (S&M efficiency) | **1.15** | > 1.0 | ✅ efficient |
|
|
343
|
+
| **Burn Multiple** (Net Burn / Net New ARR) | **1.8×** | < 1.5× | ⚠️ slightly high |
|
|
344
|
+
| **Pipeline Coverage** (pipeline / quota) | 3.2× | ≥ 3× | ✅ healthy |
|
|
345
|
+
|
|
346
|
+
**Investor narrative:**
|
|
347
|
+
- Rule of 40 at 37% — «tight but growing»; AI tier launch strategy aims to add 5pp to growth rate without increasing burn
|
|
348
|
+
- Magic Number 1.15 supports continued S&M investment
|
|
349
|
+
- Burn Multiple 1.8× reflects R&D investment in AI — justified, will normalize post-MVP
|
|
350
|
+
|
|
351
|
+
---
|
|
352
|
+
|
|
353
|
+
## Cohort Retention Curves
|
|
354
|
+
|
|
355
|
+
**Q1 2025 cohort retention (by month):**
|
|
356
|
+
|
|
357
|
+
| Month | # Remaining | Retention | Revenue Retention |
|
|
358
|
+
|:-----:|:-----------:|:---------:|:-----------------:|
|
|
359
|
+
| Month 1 | 38 of 40 | 95% | 98% |
|
|
360
|
+
| Month 3 | 34 | 85% | 92% |
|
|
361
|
+
| Month 6 | 31 | 78% | 105% (expansion >churn) |
|
|
362
|
+
| Month 12 | 28 | 70% | 118% |
|
|
363
|
+
| Month 24 | 25 | 63% | 142% |
|
|
364
|
+
|
|
365
|
+
**Interpretation:**
|
|
366
|
+
- **Logo retention decays** (63% at 24 mo)
|
|
367
|
+
- **Revenue retention grows** (142% at 24 mo) — strong expansion per retained account
|
|
368
|
+
- **Pattern typical for B2B SaaS** — few big accounts expand aggressively, offset logo loss
|
|
369
|
+
|
|
370
|
+
**Cohort comparison:**
|
|
371
|
+
- **Q2 2024 cohort:** 60% at 24mo (slightly worse) — improving over time
|
|
372
|
+
- **Q1 2026 cohort:** 95% at 3mo (much stronger) — new motion paying off
|
|
373
|
+
|
|
374
|
+
---
|
|
375
|
+
|
|
376
|
+
## Key Metric: «Sticky Manager Ratio» (NSM Tracking)
|
|
377
|
+
|
|
378
|
+
- **Baseline (pre-AI tier):** 0% (feature not existing)
|
|
379
|
+
- **90-day target (post AI tier launch):** 20%
|
|
380
|
+
- **Current (projected):** on track for 18% by end Q2, pull back 2pp to target with continued GTM
|
|
381
|
+
|
|
382
|
+
---
|
|
383
|
+
|
|
384
|
+
## Benchmark Comparison (Industry)
|
|
385
|
+
|
|
386
|
+
| Metric | TeamFlow | Median B2B SaaS | Top Quartile |
|
|
387
|
+
|--------|:--------:|:--------------:|:------------:|
|
|
388
|
+
| NRR | 105% | 110% | 125%+ |
|
|
389
|
+
| Gross Churn | 8% | 10% | <6% |
|
|
390
|
+
| LTV/CAC (blended) | 2.8× | 3.0× | 5.0×+ |
|
|
391
|
+
| Rule of 40 | 37% | 40% | 60%+ |
|
|
392
|
+
| Magic Number | 1.15 | 0.9 | 1.5+ |
|
|
393
|
+
|
|
394
|
+
**Overall position:** Middle of pack. Magic Number above median, but NRR / LTV-CAC below. AI tier strategy aims to pull all three into top-quartile by Q4 2026.
|
|
395
|
+
|
|
396
|
+
---
|
|
397
|
+
|
|
398
|
+
## Scenario Forecasts (Q3-Q4 2026)
|
|
399
|
+
|
|
400
|
+
| Scenario | Q3 ARR | Q4 ARR | Key Assumptions |
|
|
401
|
+
|----------|:------:|:------:|-----------------|
|
|
402
|
+
| **Base** | $9.5M | $10.8M | AI tier adoption hits 15% by Q3, 25% by Q4; NRR climbs to 110% |
|
|
403
|
+
| **Optimistic** | $10.2M | $12.5M | AI tier adoption 20%+ by Q3, 5 new Enterprise deals, NRR 115% |
|
|
404
|
+
| **Pessimistic** | $8.8M | $9.5M | AI tier adoption <10%, continued SMB churn, NRR stays 105% |
|
|
405
|
+
|
|
406
|
+
**Factors for base/optimistic pivot:**
|
|
407
|
+
- H-001 (WTP) validation — if WTP confirmed, optimistic scenario triggered
|
|
408
|
+
- LLM quality H-002 pass — if passes, all scenarios possible; fail pushes to pessimistic
|
|
409
|
+
- Enterprise tier conversion — 5 deals in Q2 is base; 10+ triggers optimistic
|
|
410
|
+
|
|
411
|
+
---
|
|
412
|
+
|
|
413
|
+
## Action Items (for Leadership)
|
|
414
|
+
|
|
415
|
+
1. **NRR decline watch:** weekly tracking, intervention plan prepared if NRR <100% at any week
|
|
416
|
+
2. **SMB churn deep-dive:** cash flow analysis of 14 Q2 churn events — patterns?
|
|
417
|
+
3. **AI tier launch execution:** on track, but marketing amplification needed (CRO ownership)
|
|
418
|
+
4. **Enterprise tier pipeline:** 8 deals in active negotiation — 5 closing target by Q2 end; ensure SOC 2 attestation unblocks them
|
|
419
|
+
5. **Q3 planning:** post-H-002 validation, allocate R&D between AI iteration vs Enterprise tier features
|
|
420
|
+
```
|
|
421
|
+
|
|
422
|
+
> **saas-metrics lesson:** Blended metrics **hide** segment realities — Enterprise 11× LTV/CAC vs SMB 2.87× requires completely different strategies. **Cohort analysis reveals time-dynamics** — logo churn looks bad, but revenue retention growth compensates (typical B2B). **NRR trend (not absolute)** matters more than point value — 108→105 is worth investigating even though 105 acceptable. **Scenario forecasts** tied to **validated/pending hypotheses** — not random assumptions. Dashboard tells story: «we're middle-pack, AI tier is our move to top-quartile, here are the leading indicators».
|