/finances
Use this skill when the user needs to build a financial model, calculate unit economics, understand MRR/ARR/churn, or figure out their quit number. Covers SaaS metrics, CAC/LTV, burn rate, cash flow modeling, and making unit economics legible for non-finance founders.
$ npx -y skills add whawkinsiv/claude-code-superpowers --skill finances --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/finances
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use this skill when the user needs to build a financial model, calculate unit economics, understand MRR/ARR/churn, or figure out their quit number. Covers SaaS metrics, CAC/LTV, burn rate, cash flow modeling, and making unit economics legible for non-finance founders.
SKILL.md
finances.SKILL.mdname: finances
description: "Use this skill when the user needs to build a financial model, calculate unit economics, understand MRR/ARR/churn, or figure out their quit number. Covers SaaS metrics, CAC/LTV, burn rate, cash flow modeling, and making unit economics legible for non-finance founders."
SaaS Financial Modeling & Metrics
A SaaS business is a math machine. If you don't know your numbers, you're guessing. This skill makes unit economics legible — MRR, CAC, LTV, churn, burn rate — clear enough to make decisions, rigorous enough to be trusted.
Core Principles
- A SaaS business is a math machine. If you don't know your numbers, you're guessing.
- Unit economics tell the truth about your business long before your bank account does.
- The only financial model that matters for a solo founder is one that fits on a single spreadsheet and gets updated monthly.
- Revenue is vanity. Margin is sanity. Cash flow is reality.
- Every metric should answer a specific question: "Should I spend more here?" or "Is this working?"
The Quit Number
Before building anything, calculate what it takes to replace your income:
Monthly personal burn (after taxes):
Rent/mortgage: $______
Insurance: $______
Food/living: $______
Debt payments: $______
Everything else: $______
Safety buffer (20%): $______
= Monthly nut: $______
Required MRR to quit:
Monthly nut ÷ 0.70 = $______
(0.70 accounts for taxes, SaaS costs, and variance)
At your target price point ($X/mo):
Required MRR ÷ Price = customers needed
Timeline:
Customers needed ÷ realistic monthly growth rate = months to quit
**Reality check**: If you need 500+ customers at $29/mo to quit, that's an 18-36 month journey. Plan accordingly.
Personal Constraint Budget
Runway calculation:
Current savings available for this venture: $______
Monthly burn while building (no revenue): $______
Savings ÷ Monthly burn = months of runway: ______
Hard deadline: Date you MUST have revenue or go back to employment.
Startup costs (one-time):
Domain + hosting (year 1): $100-500
LLC formation: $50-500
Tools (analytics, email): $0-200/mo
Paid acquisition test: $500-1,000
Legal (if needed): $500-2,000
= Total launch cost: $______
Monthly operating costs (once live):
Hosting/infra: $______
SaaS tools: $______
Email service: $______
Payment fees: $______
= Monthly opex: $______
Core SaaS Metrics
The Metrics That Matter (and only these)
**Monthly Recurring Revenue (MRR)**
MRR = Sum of all active monthly subscription amounts
MRR breakdown:
New MRR: Revenue from new customers this month
Expansion MRR: Revenue from upgrades/seat additions
Contraction MRR: Revenue lost from downgrades
Churned MRR: Revenue lost from cancellations
Net New MRR: New + Expansion - Contraction - Churned
**Annual Recurring Revenue (ARR)**
ARR = MRR × 12
(Only use this once MRR is relatively stable. Don't annualize your first month.)
**Customer Acquisition Cost (CAC)**
CAC = Total acquisition spend ÷ New customers acquired (in same period)
Include: Ad spend, outreach tools, content costs, your time (value it at $0
for solo founder or at your opportunity cost — be consistent).
By channel:
SEO CAC: Content costs ÷ SEO-attributed signups
Paid CAC: Ad spend ÷ Paid-attributed signups
Outreach CAC: Tool costs ÷ Outreach-attributed signups
**Lifetime Value (LTV)**
Simple LTV:
LTV = ARPU ÷ Monthly churn rate
Example:
ARPU = $49/mo, Monthly churn = 5%
LTV = $49 ÷ 0.05 = $980
With gross margin:
LTV = (ARPU × Gross margin %) ÷ Monthly churn rate
**LTV:CAC Ratio**
LTV:CAC = LTV ÷ CAC
Benchmarks:
< 1:1 You lose money on every customer. Stop spending.
1-3:1 Unsustainable. Improve retention or reduce CAC.
3:1 Healthy target for most SaaS.
> 5:1 You're probably underinvesting in growth.
**CAC Payback Period**
Payback = CAC ÷ (ARPU × Gross margin %)
Example:
CAC = $150, ARPU = $49/mo, Gross margin = 85%
Payback = $150 ÷ ($49 × 0.85) = 3.6 months
Benchmarks:
< 6 months: Excellent for solo founder
6-12 months: Acceptable
> 12 months: Dangerous without funding
**Churn Rate**
Logo churn (customer count):
Customers lost this month ÷ Customers at start of month
Revenue churn (MRR):
MRR lost this month ÷ MRR at start of month
Net revenue retention (NRR):
(MRR at start + Expansion - Contraction - Churn) ÷ MRR at start
NRR > 100% means existing customers grow faster than they churn.
Benchmarks:
Logo churn < 5%/mo: Acceptable early stage
Logo churn < 3%/mo: Good
Revenue churn < 2%/mo: Target
NRR > 100%: Excellent (expansion revenue working)
Unit Economics Calculation
Build this table monthly:
| Metric | Month 1 | Month 2 | Month 3 | ... |
|---------------------------|---------|---------|---------|-----|
| New customers | | | | |
| Churned customers | | | | |
| Total customers (end) | | | | |
| MRR | | | | |
| Net new MRR | | | | |
| Revenue (collected) | | | | |
| COGS (hosting, APIs, etc) | | | | |
| Gross profit | | | | |
| Gross margin % | | | | |
| Total acquisition spend | | | | |
| CAC | | | | |
| LTV | | | | |
| LTV:CAC | | | | |
| Payback (months) | | | | |
| Operating
Read more
name: finances description: "Use this skill when the user needs to build a financial model, calculate unit economics, understand MRR/ARR/churn, or figure out their quit number. Covers SaaS metrics, CAC/LTV, burn rate, cash flow modeling, and making unit economics legible for non-finance founders."
SaaS Financial Modeling & Metrics
A SaaS business is a math machine. If you don't know your numbers, you're guessing. This skill makes unit economics legible — MRR, CAC, LTV, churn, burn rate — clear enough to make decisions, rigorous enough to be trusted.
Core Principles
- A SaaS business is a math machine. If you don't know your numbers, you're guessing.
- Unit economics tell the truth about your business long before your bank account does.
- The only financial model that matters for a solo founder is one that fits on a single spreadsheet and gets updated monthly.
- Revenue is vanity. Margin is sanity. Cash flow is reality.
- Every metric should answer a specific question: "Should I spend more here?" or "Is this working?"
The Quit Number
Before building anything, calculate what it takes to replace your income:
Monthly personal burn (after taxes): Rent/mortgage: $______ Insurance: $______ Food/living: $______ Debt payments: $______ Everything else: $______ Safety buffer (20%): $______ = Monthly nut: $______ Required MRR to quit: Monthly nut ÷ 0.70 = $______ (0.70 accounts for taxes, SaaS costs, and variance) At your target price point ($X/mo): Required MRR ÷ Price = customers needed Timeline: Customers needed ÷ realistic monthly growth rate = months to quit
**Reality check**: If you need 500+ customers at $29/mo to quit, that's an 18-36 month journey. Plan accordingly.
Personal Constraint Budget
Runway calculation: Current savings available for this venture: $______ Monthly burn while building (no revenue): $______ Savings ÷ Monthly burn = months of runway: ______ Hard deadline: Date you MUST have revenue or go back to employment. Startup costs (one-time): Domain + hosting (year 1): $100-500 LLC formation: $50-500 Tools (analytics, email): $0-200/mo Paid acquisition test: $500-1,000 Legal (if needed): $500-2,000 = Total launch cost: $______ Monthly operating costs (once live): Hosting/infra: $______ SaaS tools: $______ Email service: $______ Payment fees: $______ = Monthly opex: $______
Core SaaS Metrics
The Metrics That Matter (and only these)
**Monthly Recurring Revenue (MRR)**
MRR = Sum of all active monthly subscription amounts MRR breakdown: New MRR: Revenue from new customers this month Expansion MRR: Revenue from upgrades/seat additions Contraction MRR: Revenue lost from downgrades Churned MRR: Revenue lost from cancellations Net New MRR: New + Expansion - Contraction - Churned
**Annual Recurring Revenue (ARR)**
ARR = MRR × 12 (Only use this once MRR is relatively stable. Don't annualize your first month.)
**Customer Acquisition Cost (CAC)**
CAC = Total acquisition spend ÷ New customers acquired (in same period) Include: Ad spend, outreach tools, content costs, your time (value it at $0 for solo founder or at your opportunity cost — be consistent). By channel: SEO CAC: Content costs ÷ SEO-attributed signups Paid CAC: Ad spend ÷ Paid-attributed signups Outreach CAC: Tool costs ÷ Outreach-attributed signups
**Lifetime Value (LTV)**
Simple LTV: LTV = ARPU ÷ Monthly churn rate Example: ARPU = $49/mo, Monthly churn = 5% LTV = $49 ÷ 0.05 = $980 With gross margin: LTV = (ARPU × Gross margin %) ÷ Monthly churn rate
**LTV:CAC Ratio**
LTV:CAC = LTV ÷ CAC Benchmarks: < 1:1 You lose money on every customer. Stop spending. 1-3:1 Unsustainable. Improve retention or reduce CAC. 3:1 Healthy target for most SaaS. > 5:1 You're probably underinvesting in growth.
**CAC Payback Period**
Payback = CAC ÷ (ARPU × Gross margin %) Example: CAC = $150, ARPU = $49/mo, Gross margin = 85% Payback = $150 ÷ ($49 × 0.85) = 3.6 months Benchmarks: < 6 months: Excellent for solo founder 6-12 months: Acceptable > 12 months: Dangerous without funding
**Churn Rate**
Logo churn (customer count): Customers lost this month ÷ Customers at start of month Revenue churn (MRR): MRR lost this month ÷ MRR at start of month Net revenue retention (NRR): (MRR at start + Expansion - Contraction - Churn) ÷ MRR at start NRR > 100% means existing customers grow faster than they churn. Benchmarks: Logo churn < 5%/mo: Acceptable early stage Logo churn < 3%/mo: Good Revenue churn < 2%/mo: Target NRR > 100%: Excellent (expansion revenue working)
Unit Economics Calculation
Build this table monthly:
| Metric | Month 1 | Month 2 | Month 3 | ... | |---------------------------|---------|---------|---------|-----| | New customers | | | | | | Churned customers | | | | | | Total customers (end) | | | | | | MRR | | | | | | Net new MRR | | | | | | Revenue (collected) | | | | | | COGS (hosting, APIs, etc) | | | | | | Gross profit | | | | | | Gross margin % | | | | | | Total acquisition spend | | | | | | CAC | | | | | | LTV | | | | | | LTV:CAC | | | | | | Payback (months) | | | | | | Operating
43 expert skills for non-technical founders building SaaS with AI tools (Claude Code, Lovable, Replit, Cursor). Covers the full lifecycle of planning, building, launching, and growing a software business — actionable guides, checklists, and copy-paste prompts.
Other skills on solo-founder-superpowers.
- /about-me
Use this skill when the user wants to create a founder profile, establish their personal voice for content, or set up context so other skills produce personalized output instead of generic AI copy. Also use when the user says 'set up my voice,' 'create my profile,' 'who am I,'
Open skill - /accounting
Use this skill when the user needs to set up bookkeeping, track revenue and expenses, prepare for taxes, choose accounting software, understand SaaS revenue recognition, or manage the financial operations of their bootstrapped business. Covers bookkeeping setup, tax preparation,
Open skill - /ads
Use this skill when the user needs to run Google Ads, write ad copy, select keywords, optimize CAC/LTV, or manage a small paid acquisition budget. Covers Google Ads strategy, keyword selection, ad copywriting, and conversion tracking for bootstrapped SaaS.
Open skill - /ai-features
Use this skill when the user needs to add AI-powered features to their SaaS product, integrate LLM APIs, build AI assistants, implement RAG, or use AI to differentiate their product. Covers API selection, prompt engineering for product features, cost management, and building AI
Open skill - /analytics
Use this skill when the user needs to set up analytics, design event tracking, define key metrics, build funnels, or instrument their SaaS product for data-driven decisions. Covers event naming conventions, tracking strategy, funnel analytics, and data quality.
Open skill - /beautify
Use this skill when the user wants to make their app look better, says it looks like a template, asks how to achieve Stripe/Linear quality, or says something looks off. Covers visual hierarchy, whitespace, composition, color application, and typography in practice.
Open skill

