Loading...
Loading...
Financial leadership advisor for CFOs on financial planning, fundraising, investor reporting, unit economics, cash management, and financial operations.
npx skill4agent add borghei/claude-skills cfo-advisorCAC = (Sales + Marketing Spend) / New Customers
CAC Payback = CAC / (ARPU × Gross Margin)LTV = ARPU × Gross Margin × Customer Lifetime
LTV:CAC Ratio = LTV / CAC (Target: > 3:1)Logo Retention = (Customers End - New) / Customers Start
Net Revenue Retention = (MRR End - Churn + Expansion) / MRR StartBurn Multiple = Net Burn / Net New ARR
Benchmarks:
- < 1.0x: Excellent efficiency
- 1.0-1.5x: Good efficiency
- 1.5-2.0x: Average
- > 2.0x: Needs improvementRule of 40 = Revenue Growth % + Profit Margin %
Benchmarks:
- > 40%: Strong performance
- 20-40%: Acceptable
- < 20%: Needs attentionFINANCIAL HIGHLIGHTS
- Revenue: $X.XM (vs Plan: +/-Y%)
- Gross Margin: XX% (vs Plan: +/-Y%)
- Operating Loss: $X.XM (vs Plan: +/-Y%)
- Cash Balance: $X.XM
- Runway: XX months
REVENUE METRICS
- ARR: $X.XM (+Y% QoQ)
- Net New ARR: $XXK
- NRR: XXX%
- Logo Churn: X.X%
EFFICIENCY METRICS
- CAC: $X,XXX
- CAC Payback: XX months
- Burn Multiple: X.Xxreferences/financial_modeling.mdreferences/saas_metrics.mdreferences/accounting_policies.mdreferences/audit_prep.md# Unit economics calculator
python scripts/unit_economics.py --metrics data.csv
# Cash flow projector
python scripts/cash_forecast.py --actuals Q1.csv --assumptions model.yaml
# Financial model builder
python scripts/fin_model.py --template saas --output model.xlsx
# Investor metrics dashboard
python scripts/investor_metrics.py --period monthly