Unit Economics
Analyze unit economics for "$ARGUMENTS". Calculate the fundamental economics of acquiring and serving a customer to determine whether the business model is sustainable and scalable.
Prerequisites
None — utility skill, run anytime. Works best when financial data exists in .metapowers/finance/$ARGUMENTS/.
Process
Gather context:
- If prior phase artifacts exist, read them for revenue and cost data
- Ask for customer count, revenue, and cost data
- Determine the business model (subscription, transactional, marketplace, etc.)
Calculate acquisition economics:
- Customer Acquisition Cost (CAC): total sales + marketing spend / new customers
- Break down CAC by channel (organic, paid, referral, outbound)
- Track CAC trend over time (improving or worsening)
- Calculate blended and fully-loaded CAC
Calculate lifetime value:
- Average Revenue Per User (ARPU): monthly and annual
- Gross margin per customer: ARPU - direct costs per customer
- Customer lifetime: 1 / monthly churn rate
- Lifetime Value (LTV): gross margin per customer x customer lifetime
- Segment LTV by customer cohort, plan, or channel if data available
Calculate efficiency ratios:
- LTV:CAC ratio: target > 3:1
- CAC payback period: CAC / monthly gross profit per customer
- Contribution margin: revenue - variable costs per unit
- Magic number: net new ARR / prior quarter S&M spend
Assess scalability:
- Does CAC increase or decrease with scale?
- Is LTV stable, growing, or declining by cohort?
- Where are the margin expansion opportunities?
- What is the break-even point in units/customers?
Write the artifact to .metapowers/finance/$ARGUMENTS/unit-economics.md with sections:
- Customer Acquisition — CAC by channel, blended CAC, trend
- Lifetime Value — ARPU, churn, LTV, cohort analysis
- Efficiency Ratios — LTV:CAC, payback period, magic number
- Margin Analysis — contribution margin, gross margin by segment
- Scalability Assessment — how metrics change with growth
- Improvement Opportunities — levers to improve unit economics
Output
The unit economics analysis written to .metapowers/finance/$ARGUMENTS/unit-economics.md. Present a summary highlighting:
- CAC and LTV with LTV:CAC ratio
- Payback period
- Whether unit economics support growth investment
- Top improvement levers
1---2name: unit-economics3description: Analyze customer acquisition cost, lifetime value, margins, and payback period4---56# Unit Economics78Analyze unit economics for "$ARGUMENTS". Calculate the fundamental economics of acquiring and serving a customer to determine whether the business model is sustainable and scalable.910## Prerequisites1112None — utility skill, run anytime. Works best when financial data exists in `.metapowers/finance/$ARGUMENTS/`.1314## Process15161. **Gather context:**17 - If prior phase artifacts exist, read them for revenue and cost data18 - Ask for customer count, revenue, and cost data19 - Determine the business model (subscription, transactional, marketplace, etc.)20212. **Calculate acquisition economics:**22 - **Customer Acquisition Cost (CAC):** total sales + marketing spend / new customers23 - Break down CAC by channel (organic, paid, referral, outbound)24 - Track CAC trend over time (improving or worsening)25 - Calculate blended and fully-loaded CAC26273. **Calculate lifetime value:**28 - **Average Revenue Per User (ARPU):** monthly and annual29 - **Gross margin per customer:** ARPU - direct costs per customer30 - **Customer lifetime:** 1 / monthly churn rate31 - **Lifetime Value (LTV):** gross margin per customer x customer lifetime32 - Segment LTV by customer cohort, plan, or channel if data available33344. **Calculate efficiency ratios:**35 - **LTV:CAC ratio:** target > 3:136 - **CAC payback period:** CAC / monthly gross profit per customer37 - **Contribution margin:** revenue - variable costs per unit38 - **Magic number:** net new ARR / prior quarter S&M spend39405. **Assess scalability:**41 - Does CAC increase or decrease with scale?42 - Is LTV stable, growing, or declining by cohort?43 - Where are the margin expansion opportunities?44 - What is the break-even point in units/customers?45466. **Write the artifact** to `.metapowers/finance/$ARGUMENTS/unit-economics.md` with sections:47 - **Customer Acquisition** — CAC by channel, blended CAC, trend48 - **Lifetime Value** — ARPU, churn, LTV, cohort analysis49 - **Efficiency Ratios** — LTV:CAC, payback period, magic number50 - **Margin Analysis** — contribution margin, gross margin by segment51 - **Scalability Assessment** — how metrics change with growth52 - **Improvement Opportunities** — levers to improve unit economics5354## Output5556The unit economics analysis written to `.metapowers/finance/$ARGUMENTS/unit-economics.md`. Present a summary highlighting:57- CAC and LTV with LTV:CAC ratio58- Payback period59- Whether unit economics support growth investment60- Top improvement levers