Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Analyzing Startup Unit Economics

ASecurity

Deconstructs unit economics with CAC, LTV, payback period, gross margin, and contribution margin analysis. Use when analyzing unit economics, validating SaaS metrics, or assessing business model efficiency.

22 stars
0 votes
0 copies
0 views
Added 9/20/2026
businessgoexpresstestingapi

Works with

api

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill analyzing-startup-unit-economics --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Analyzing Startup Unit Economics?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Analyzing Startup Unit Economics
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-analyzing-startup-unit-economics/badge)](https://www.skillsdirectory.com/skills/lev-os-analyzing-startup-unit-economics)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: analyzing-startup-unit-economics
description: Deconstructs unit economics with CAC, LTV, payback period, gross margin, and contribution margin analysis. Use when analyzing unit economics, validating SaaS metrics, or assessing business model efficiency.
tags:
  - analysis
  - venture-capital
metadata:
  author: casemark
  practice_areas:
    - Venture Capital
    - Seed/Series Investing
    - Startup Ecosystems
  document_types:
    - Analysis Report
  skill_modes:
    - Analysis
---
# Analyzing Startup Unit Economics

Deconstructs unit economics with CAC, LTV, payback period, gross margin, and contribution margin analysis.

## When To Use

- Evaluating a startup's business model viability during due diligence for seed or Series A/B rounds
- Benchmarking a portfolio company's efficiency metrics against cohort or industry standards
- Assessing whether a company's growth spending is sustainable before follow-on investment
- Validating founder-reported metrics in a pitch deck or data room against raw financials
- Stress-testing margin assumptions in financial models or projections

## Inputs To Gather

- **Revenue data**: MRR/ARR broken out by cohort, contract type, and pricing tier
- **Customer acquisition costs**: Total sales & marketing spend, headcount costs, paid channel spend, attribution breakdown (blended vs. channel-specific CAC)
- **Churn and retention**: Monthly/annual logo churn, revenue churn (gross and net), cohort retention curves
- **Gross margin inputs**: COGS breakdown — hosting/infrastructure, customer support, onboarding, payment processing, third-party API costs
- **Customer count and segmentation**: Number of customers by plan/tier, ACV distribution, enterprise vs. SMB mix
- **Expansion revenue**: Upsell/cross-sell revenue, seat expansion, usage-based overage
- **Time period**: Confirm trailing period (T-3, T-6, T-12 months) and whether data is accrual or cash-basis

## Workflow

1. **Validate raw data** — Reconcile reported metrics against source financials. Check that total revenue ties to MRR x months, that S&M spend matches P&L line items, and that customer counts are internally consistent. Flag discrepancies with [VERIFY].

2. **Calculate core unit economics**:
   - **CAC** = Total S&M spend / New customers acquired (calculate blended and per-channel)
   - **Gross Margin** = (Revenue − COGS) / Revenue — itemize COGS components; flag if founder excludes typical line items (e.g., customer success salaries)
   - **Contribution Margin** = Gross Profit − Variable Operating Costs per unit (include variable S&M, variable G&A if applicable)
   - **LTV** = ARPU × Gross Margin / Monthly Churn Rate (or use DCF-based LTV for longer contract businesses; note the method used)
   - **LTV:CAC Ratio** = LTV / CAC — target ≥ 3:1 for venture-scale businesses [VERIFY against sector-specific benchmarks]
   - **CAC Payback Period** = CAC / (ARPU × Gross Margin) — express in months; ≤12 months is strong for SMB SaaS, ≤18-24 months acceptable for enterprise [VERIFY by segment]

3. **Assess cohort behavior** — Plot retention curves by acquisition cohort. Identify whether recent cohorts retain better or worse than older ones. Calculate net dollar retention (NDR); >120% NDR signals strong expansion economics. Note if data depth is insufficient for mature cohort analysis.

4. **Analyze margin trajectory** — Determine whether gross margin is expanding, stable, or compressing over time. Identify drivers: infrastructure cost leverage, support cost scaling, pricing changes, mix shift. Distinguish between current-state margins and at-scale projected margins.

5. **Benchmark and contextualize** — Compare metrics against relevant benchmarks:
   - Stage-appropriate medians (e.g., Bessemer Cloud Index, OpenView SaaS Benchmarks) [VERIFY benchmark source is current]
   - Business-model norms: usage-based vs. seat-based vs. platform pricing models carry different margin and retention profiles
   - Note where the company is an outlier (positive or negative) and why

6. **Identify risks and sensitivities** — Stress-test key assumptions:
   - What happens to LTV:CAC if churn increases 20%?
   - How does CAC payback shift if blended CAC rises with channel saturation?
   - Are gross margins artificially high due to deferred costs (e.g., free onboarding that won't scale)?
   - Is expansion revenue masking poor logo retention?

## Output

Structure the deliverable as follows:

- **Executive Summary** (2-3 sentences): Headline assessment of unit economics health and investability signal
- **Core Metrics Table**: CAC, LTV, LTV:CAC, payback period, gross margin, contribution margin, NDR — with trailing 6- and 12-month values where available
- **Cohort Analysis**: Retention curve summary with visual description or table; NDR by cohort vintage
- **Margin Analysis**: Current gross margin breakdown with trend and at-scale projection
- **Key Risks**: Ranked list of unit economics risks with magnitude estimates
- **Benchmarking Context**: Where the company sits relative to stage/sector peers
- **Data Gaps & Assumptions**: Explicit list of missing inputs, assumptions made, and [VERIFY] items

## Quality Checks

- Every calculated metric traces back to identified source data — no orphaned numbers
- CAC calculation method is stated (blended vs. fully-loaded vs. channel-specific); ensure S&M denominator includes all relevant costs (salaries, tools, attribution)
- LTV method is stated (simple vs. DCF); discount rate noted if DCF is used
- Gross margin COGS is itemized — confirm no material costs are excluded or misclassified as operating expense
- All benchmarks cite a specific source and vintage year
- Sensitivity analysis covers at least churn, CAC, and gross margin variables
- [VERIFY] tags are present for any jurisdiction-specific tax treatment, benchmark thresholds, or accounting-method-dependent figures
- If data covers <6 months or <100 customers, flag statistical reliability limitations explicitly

Attribution

lev-oslev-os
View sourceMore from lev-os →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Solution Architect

Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.

192 votes

Akorchak:Venture Assessment

Generate a comprehensive VC investment assessment report for a company

72 votes

Stock Analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.

6511 votes

Just Fucking Cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...

6511 votes

Telegram Compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...

6511 votes
View all in business →