Unit Economics Analyzer
Break down your business to the numbers that actually matter. This skill calculates and benchmarks your unit economics — CAC, LTV, payback period, contribution margin — so you know exactly which customers make you money and which ones burn it.
Best use case
Unit Economics Analyzer is best used when you need a repeatable AI agent workflow instead of a one-off prompt. It is especially useful for teams working in multi. Break down your business to the numbers that actually matter. This skill calculates and benchmarks your unit economics — CAC, LTV, payback period, contribution margin — so you know exactly which customers make you money and which ones burn it.
Break down your business to the numbers that actually matter. This skill calculates and benchmarks your unit economics — CAC, LTV, payback period, contribution margin — so you know exactly which customers make you money and which ones burn it.
Users should expect a more consistent workflow output, faster repeated execution, and less time spent rewriting prompts from scratch.
Practical example
Example input
Use the "Unit Economics Analyzer" skill to help with this workflow task. Context: Break down your business to the numbers that actually matter. This skill calculates and benchmarks your unit economics — CAC, LTV, payback period, contribution margin — so you know exactly which customers make you money and which ones burn it.
Example output
A structured workflow result with clearer steps, more consistent formatting, and an output that is easier to reuse in the next run.
When to use this skill
- Use this skill when you want a reusable workflow rather than writing the same prompt again and again.
When not to use this skill
- Do not use this when you only need a one-off answer and do not need a reusable workflow.
- Do not use it if you cannot install or maintain the related files, repository context, or supporting tools.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/afrexai-unit-economics/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How Unit Economics Analyzer Compares
| Feature / Agent | Unit Economics Analyzer | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Break down your business to the numbers that actually matter. This skill calculates and benchmarks your unit economics — CAC, LTV, payback period, contribution margin — so you know exactly which customers make you money and which ones burn it.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
AI Agent for Product Research
Browse AI agent skills for product research, competitive analysis, customer discovery, and structured product decision support.
AI Agent for SaaS Idea Validation
Use AI agent skills for SaaS idea validation, market research, customer discovery, competitor analysis, and documenting startup hypotheses.
SKILL.md Source
# Unit Economics Analyzer Break down your business to the numbers that actually matter. This skill calculates and benchmarks your unit economics — CAC, LTV, payback period, contribution margin — so you know exactly which customers make you money and which ones burn it. ## What It Does When activated, the agent will: 1. **Calculate Core Metrics** - Customer Acquisition Cost (CAC) — fully loaded (ads + sales salaries + tools + overhead) - Lifetime Value (LTV) — using both simple and DCF methods - LTV:CAC Ratio — the single number investors care about most - CAC Payback Period — months to recover acquisition spend - Contribution Margin — per unit and per customer 2. **Benchmark Against Industry** | Metric | Healthy SaaS | Marketplace | E-commerce | Services | |--------|-------------|-------------|------------|----------| | LTV:CAC | 3:1 – 5:1 | 2:1 – 4:1 | 1.5:1 – 3:1 | 4:1 – 8:1 | | CAC Payback | 12-18 mo | 6-12 mo | 1-3 mo | 3-6 mo | | Gross Margin | 70-85% | 40-65% | 30-50% | 50-70% | | Net Revenue Retention | 110-130% | 100-115% | 80-100% | 90-110% | 3. **Segment Analysis** - Break unit economics by customer segment, channel, plan tier, geography - Identify which segments are profitable and which are subsidized - Flag "toxic" segments where CAC > LTV 4. **Cohort Decay Modeling** - Month-over-month retention curves by acquisition cohort - Revenue decay rate and true LTV (not the optimistic version) - Churn-adjusted LTV using: `LTV = ARPU × Gross Margin / Monthly Churn Rate` 5. **Scenario Planning** - What happens to payback if CAC increases 20%? - Impact of 5% churn reduction on LTV - Break-even analysis: minimum retention rate for profitability - Pricing sensitivity: how price changes flow through to unit economics ## How to Use Tell the agent: - "Analyze my unit economics" — walks through full calculation - "My CAC is $X and monthly churn is Y%" — gets specific benchmarks - "Compare my SaaS unit economics to benchmarks" — industry comparison - "Model what happens if we cut churn by 3%" — scenario analysis - "Break down unit economics by customer segment" — segmentation ## Required Inputs Provide what you have (the agent will estimate what's missing): **Revenue side:** - Average Revenue Per User (ARPU) — monthly or annual - Gross margin percentage - Monthly or annual churn rate - Expansion revenue rate (upsells, cross-sells) **Cost side:** - Total sales & marketing spend (monthly/quarterly) - New customers acquired in same period - Customer success/support costs per account - Onboarding costs per customer ## Formulas Reference ``` CAC = Total Sales & Marketing Spend / New Customers Acquired LTV (Simple) = ARPU × Gross Margin% / Monthly Churn Rate LTV (DCF) = Σ (Monthly Revenue × Gross Margin%) / (1 + Discount Rate)^month LTV:CAC Ratio = LTV / CAC [Target: >3:1] Payback Period = CAC / (ARPU × Gross Margin%) [months] Contribution Margin = (Revenue - Variable Costs) / Revenue Magic Number = Net New ARR / Prior Quarter S&M Spend [Target: >0.75] Burn Multiple = Net Burn / Net New ARR [Target: <2x] ``` ## Red Flags Dashboard | Signal | Threshold | Action | |--------|-----------|--------| | LTV:CAC below 1:1 | Losing money on every customer | Stop acquiring, fix retention or pricing | | LTV:CAC below 3:1 | Unsustainable at scale | Reduce CAC or increase retention | | Payback > 24 months | Cash flow risk | Accelerate monetization or cut acquisition | | Gross margin < 50% | Service business, not software | Re-examine delivery costs | | Net retention < 100% | Revenue shrinking without new sales | Fix product-market fit | | CAC trending up > 15% QoQ | Channel saturation | Diversify acquisition channels | | Magic Number < 0.5 | Inefficient growth spend | Pause scaling, optimize | ## Output Format The agent produces: - **Executive Summary** — 3-line verdict on business health - **Metrics Table** — all calculated values with industry benchmarks - **Segment Breakdown** — if data provided, per-segment P&L - **Scenario Matrix** — sensitivity analysis on key variables - **Action Items** — prioritized list of improvements with expected impact --- ## Get the Full Context This skill gives you the framework. For industry-specific unit economics benchmarks, valuation context, and implementation playbooks: → **[AI Agent Context Packs](https://afrexai-cto.github.io/context-packs/)** — $47 per industry. SaaS, Fintech, Healthcare, E-commerce, and 6 more. → **[AI Revenue Leak Calculator](https://afrexai-cto.github.io/ai-revenue-calculator/)** — Free. Find where your business is losing money. → **[Agent Setup Wizard](https://afrexai-cto.github.io/agent-setup/)** — Free. Configure your AI agent in 5 minutes. **Bundles:** - Pick 3 Packs — $97 (save $44) - All 10 Packs — $197 (save $273) - Everything Bundle — $247 (all packs + playbook + setup)
Related Skills
Profit Margin Analyzer
Analyze and optimize profit margins across your business. Identifies margin compression, pricing opportunities, and cost levers.
Pricing Strategy Analyzer
Analyze and optimize pricing for any product or service. Covers value-based, cost-plus, competitive, and tiered pricing models.
Portfolio Risk Analyzer
Complete investment portfolio risk management system. Analyze positions, calculate risk metrics, stress test scenarios, optimize allocations, and generate institutional-grade risk reports — all without external APIs.
Commercial Lease Analyzer
Analyze commercial leases (office, retail, industrial, warehouse) for hidden costs, unfavorable terms, and negotiation leverage. Use when reviewing a new lease, renegotiating a renewal, or comparing multiple lease options.
Franchise Operations Analyzer
Evaluate franchise opportunities and manage multi-unit operations with data-driven frameworks.
Financial Due Diligence Analyzer
Run comprehensive financial due diligence on acquisition targets, investment opportunities, or partnership prospects. Built for PE firms, corporate development teams, and founders evaluating deals.
Employee Retention & Turnover Risk Analyzer
Diagnose why people leave. Fix it before they do.
Contract Analyzer
Analyzes contracts and agreements for risks, unusual terms, and missing clauses
afrexai-community-growth-engine
Complete community building, engagement, and monetization system. From zero to thriving community — launch strategy, member engagement loops, content programming, moderation frameworks, growth tactics, monetization models, and health metrics. Works for Discord, Slack, Telegram, Circle, forums, or any platform.
Churn Risk Analyzer
Identify customers most likely to churn before they leave. Uses behavioral signals, usage patterns, and engagement data to score accounts and recommend retention actions.
simple-tech-analyzer - 简易技术分析器
**版本**: 1.0.0
archtree-community-operator-en
Use this skill for Archtree community operations inside a live instance, including browsing channels, reading posts, posting, replying, liking/unliking, reviewing your own activity, editing or deleting your own content, community patrol, and limited proactive participation after authorization. Trigger it when the user mentions Archtree, archtree.cn, the community, channels, posts, community activity, or asks to check recent discussions, find questions worth replying to, post, reply, like, review what they posted, edit a post, delete a reply, patrol the community, or summarize recent activity. Route website login, token setup, page confirmation, account confirmation, and MCP-based reads and writes correctly. Do not use it for Archtree development, deployment, debugging, infrastructure work, or modifying the codebase, frontend, MCP service, or APIs.