Agent skill
cohort-analyzer
Analyzes revenue cohorts, retention curves, LTV/CAC trends over time
Install this agent skill to your Project
npx add-skill https://github.com/a5c-ai/babysitter/tree/main/library/specializations/domains/business/venture-capital/skills/cohort-analyzer
Metadata
Additional technical details for this skill
- domain
- business
- skill id
- vc-skill-011
- specialization
- venture-capital
SKILL.md
Cohort Analyzer
Overview
The Cohort Analyzer skill provides systematic analysis of customer and revenue cohorts to understand retention patterns, lifetime value trends, and business health over time. It enables deep understanding of unit economics evolution and customer quality.
Capabilities
Revenue Cohort Analysis
- Track revenue by acquisition cohort
- Analyze net revenue retention (NRR) by cohort
- Measure expansion, contraction, and churn
- Identify cohort quality trends over time
Retention Curve Analysis
- Build and visualize retention curves
- Compare retention across cohorts
- Calculate retention benchmarks by segment
- Identify retention inflection points
LTV/CAC Analysis
- Calculate LTV by cohort and segment
- Track CAC trends over time
- Analyze LTV/CAC ratio evolution
- Model payback period by cohort
Segment Analysis
- Segment cohorts by customer type
- Analyze channel-specific cohort quality
- Compare enterprise vs. SMB retention
- Identify highest-value customer segments
Usage
Analyze Revenue Cohorts
Input: Revenue data by customer and month
Process: Build cohort matrix, calculate retention
Output: Cohort analysis, NRR by cohort, visualizations
Build Retention Curves
Input: Customer data with start dates and activity
Process: Calculate retention by period since acquisition
Output: Retention curves, benchmark comparisons
Calculate Unit Economics
Input: Revenue cohorts, CAC data, time horizon
Process: Calculate LTV, LTV/CAC, payback
Output: Unit economics summary, trend analysis
Identify Cohort Trends
Input: Multi-period cohort data
Process: Analyze quality trends, flag concerns
Output: Trend analysis, quality assessment
Key Metrics
| Metric | Calculation | Target Range |
|---|---|---|
| NRR (Net Revenue Retention) | (Start + Expansion - Churn) / Start | 100-130%+ |
| GRR (Gross Revenue Retention) | (Start - Churn) / Start | 85-95%+ |
| LTV/CAC | Lifetime Value / Customer Acquisition Cost | 3x+ |
| Payback Period | Months to recover CAC | 12-18 months |
Integration Points
- Financial Due Diligence: Support revenue quality analysis
- Financial Model Validator: Validate retention assumptions
- Quarterly Portfolio Reporting: Track portfolio company cohorts
- Customer Reference Tracker: Connect qualitative feedback
Visualization Outputs
- Cohort retention heatmaps
- Retention curve comparisons
- LTV/CAC trend charts
- Cohort revenue waterfalls
- Segment comparison charts
Best Practices
- Use monthly cohorts for SaaS, adjust for business model
- Separate new logo vs. expansion revenue
- Analyze both count and revenue retention
- Look for cohort quality degradation as signal
- Segment analysis often reveals hidden patterns
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-tools
Central utility skill for GSD operations. Provides config parsing, slug generation, timestamps, path operations, and orchestrates calls to other specialized skills. Acts as the unified entry point that the original gsd-tools.cjs provided via its lib/ modules (commands, config, core, init).
model-profile-resolution
Resolve model profile (quality/balanced/budget) at orchestration start and map agents to specific models. Enables cost/quality tradeoffs by selecting appropriate AI models for each agent role.
verification-suite
Plan structure validation, phase completeness checks, reference integrity verification, and artifact existence confirmation. Provides the structured verification layer ensuring GSD artifacts are well-formed and complete.
state-management
STATE.md reading, writing, and field-level updates. Provides cross-session state persistence via .planning/STATE.md with structured fields for current task, completed phases, blockers, decisions, and quick tasks.
git-integration
Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and milestone tag operations.
frontmatter-parsing
YAML frontmatter parsing and manipulation for .planning/ documents. Provides read, write, update, query, and validation operations on frontmatter blocks in GSD markdown artifacts.
Didn't find tool you were looking for?