plugins/startup-business-analyst/skills/startup-metrics-framework/SKILL.md
Track, calculate, and optimize key performance metrics for SaaS, marketplace, consumer, and B2B startups from seed through Series A, including unit economics, growth efficiency, and cash management. Use this skill when defining a metrics framework, calculating CAC/LTV/burn multiple, benchmarking business health, or preparing metrics dashboards for investors or board reporting.
npx skillsauth add wshobson/agents startup-metrics-frameworkInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Comprehensive guide to tracking, calculating, and optimizing key performance metrics for different startup business models from seed through Series A.
Track the right metrics at the right stage. Focus on unit economics, growth efficiency, and cash management metrics that matter for fundraising and operational excellence.
MRR (Monthly Recurring Revenue)
MRR = Σ (Active Subscriptions × Monthly Price)
ARR (Annual Recurring Revenue)
ARR = MRR × 12
Growth Rate
MoM Growth = (This Month MRR - Last Month MRR) / Last Month MRR
YoY Growth = (This Year ARR - Last Year ARR) / Last Year ARR
Target Benchmarks:
CAC (Customer Acquisition Cost)
CAC = Total S&M Spend / New Customers Acquired
Include: Sales salaries, marketing spend, tools, overhead
LTV (Lifetime Value)
LTV = ARPU × Gross Margin% × (1 / Churn Rate)
Simplified:
LTV = ARPU × Average Customer Lifetime × Gross Margin%
LTV:CAC Ratio
LTV:CAC = LTV / CAC
Benchmarks:
CAC Payback Period
CAC Payback = CAC / (ARPU × Gross Margin%)
Benchmarks:
24 months = Concerning
Burn Rate
Monthly Burn = Monthly Revenue - Monthly Expenses
Negative burn = losing money (typical early-stage)
Runway
Runway (months) = Cash Balance / Monthly Burn Rate
Target: Always maintain 12-18 months runway
Burn Multiple
Burn Multiple = Net Burn / Net New ARR
Benchmarks:
2.0 = Inefficient
Lower is better (spending less to generate ARR)
New MRR New customers × ARPU
Expansion MRR Upsells and cross-sells from existing customers
Contraction MRR Downgrades from existing customers
Churned MRR Lost customers
Net New MRR Formula:
Net New MRR = New MRR + Expansion MRR - Contraction MRR - Churned MRR
Logo Retention
Logo Retention = (Customers End - New Customers) / Customers Start
Dollar Retention (NDR - Net Dollar Retention)
NDR = (ARR Start + Expansion - Contraction - Churn) / ARR Start
Benchmarks:
Gross Retention
Gross Retention = (ARR Start - Churn - Contraction) / ARR Start
Benchmarks:
90% = Excellent
Magic Number
Magic Number = Net New ARR (quarter) / S&M Spend (prior quarter)
Benchmarks:
0.75 = Efficient, ready to scale
Rule of 40
Rule of 40 = Revenue Growth Rate% + Profit Margin%
Benchmarks:
40% = Excellent
Example: 50% growth + (10%) margin = 40% ✓
Quick Ratio
Quick Ratio = (New MRR + Expansion MRR) / (Churned MRR + Contraction MRR)
Benchmarks:
4.0 = Healthy growth
Total Transaction Volume:
GMV = Σ (Transaction Value)
Growth Rate:
GMV Growth Rate = (Current Period GMV - Prior Period GMV) / Prior Period GMV
Target: 20%+ MoM early-stage
Take Rate = Net Revenue / GMV
Typical Ranges:
Time to Transaction How long from listing to sale/match?
Fill Rate % of requests that result in transaction
Repeat Rate % of users who transact multiple times
Benchmarks:
Supply/Demand Ratio: Track relative growth of supply and demand sides.
Warning Signs:
Goal: Balanced growth (1:1 ratio ideal, but varies by model)
DAU (Daily Active Users) Unique users active each day
MAU (Monthly Active Users) Unique users active each month
DAU/MAU Ratio
DAU/MAU = DAU / MAU
Benchmarks:
50% = Exceptional (daily habit)
Session Frequency Average sessions per user per day/week
Session Duration Average time spent per session
Day 1 Retention: % users who return next day Day 7 Retention: % users active 7 days after signup Day 30 Retention: % users active 30 days after signup
Benchmarks (Day 30):
40% = Excellent
Retention Curve Shape:
K-Factor = Invites per User × Invite Conversion Rate
Example: 10 invites/user × 20% conversion = 2.0 K-factor
Benchmarks:
Win Rate
Win Rate = Deals Won / Total Opportunities
Target: 20-30% for new sales team, 30-40% mature
Sales Cycle Length Average days from opportunity to close
Shorter is better:
Average Contract Value (ACV)
ACV = Total Contract Value / Contract Length (years)
Pipeline Coverage
Pipeline Coverage = Total Pipeline Value / Quota
Target: 3-5x coverage (3-5x pipeline needed to hit quota)
Conversion Rates by Stage:
Focus Metrics:
Don't worry about:
Focus Metrics:
Start tracking:
Focus Metrics:
Mature tracking:
Requirements:
Tools:
Daily:
Weekly:
Monthly:
Quarterly:
Mistake 1: Vanity Metrics Don't focus on:
Focus on actionable metrics tied to value.
Mistake 2: Too Many Metrics Track 5-7 core metrics intensely, not 50 loosely.
Mistake 3: Ignoring Unit Economics CAC and LTV are critical even at seed stage.
Mistake 4: Not Segmenting Break down metrics by customer segment, channel, cohort.
Mistake 5: Gaming Metrics Optimize for real business outcomes, not dashboard numbers.
Seed Round:
Series A:
Series B+:
Dashboard Format:
Current MRR: $250K (↑ 18% MoM)
ARR: $3.0M (↑ 280% YoY)
CAC: $1,200 | LTV: $4,800 | LTV:CAC = 4.0x
NDR: 112% | Logo Retention: 92%
Burn: $180K/mo | Runway: 18 months
Include:
To implement startup metrics framework:
tools
Install and operate Hermes Tweet, a Hermes Agent plugin for X/Twitter research, timeline reading, tweet analysis, and approval-gated private or state-changing operations. Use this skill when installing Hermes Tweet, researching X/Twitter accounts, monitoring launch signals, investigating mentions, auditing giveaways, or preparing gated X operations. Use proactively when a Hermes Agent workflow needs current X/Twitter context. Requires XQUIK_API_KEY for read and action tools.
testing
Audit and rewrite prose so it stops reading as machine-generated. Use this skill when asked to remove AI-isms, clean up AI writing, edit a draft for AI tells, audit a README, changelog, release note, PR description, or blog post for machine-sounding prose, or make text sound less like AI. Supports a detect-only mode, a rewrite mode, and an edit-in-place mode, with optional voice and context profiles.
development
Python design patterns including KISS, Separation of Concerns, Single Responsibility, and composition over inheritance. Use this skill when designing a new service or component from scratch and choosing how to layer responsibilities, when refactoring a God class or monolithic function that has grown too large, when deciding whether to add a new abstraction or live with duplication, when evaluating a pull request for structural issues like tight coupling or leaking internal types, when choosing between inheritance and composition for a new class hierarchy, or when a codebase is becoming hard to test because of entangled I/O and business logic.
development
This skill should be used when the user asks to "optimize a prompt", "improve prompt performance", "design a prompt template", "write better prompts", "debug prompt issues", "use chain-of-thought", "structured prompting", "few-shot prompting", or wants to apply advanced prompt engineering patterns for production LLM applications.