unit-economics

GitHub

基于真实数据计算业务单元经济模型,包括CAC、LTV、回本周期及贡献毛利。通过标准基准评估健康度,识别关键杠杆并提示风险,辅助判断商业模式可行性。

skills/unit-economics/SKILL.md mohitagw15856/pm-claude-skills

Trigger Scenarios

计算单位经济效益 评估LTV与CAC比率 查找回本周期 检查商业模式可行性

Install

npx skills add mohitagw15856/pm-claude-skills --skill unit-economics -g -y
More Options

Use without installing

npx skills use mohitagw15856/pm-claude-skills@unit-economics

指定 Agent (Claude Code)

npx skills add mohitagw15856/pm-claude-skills --skill unit-economics -a claude-code -g -y

安装 repo 全部 skill

npx skills add mohitagw15856/pm-claude-skills --all -g -y

预览 repo 内 skill

npx skills add mohitagw15856/pm-claude-skills --list

SKILL.md

Frontmatter
{
    "name": "unit-economics",
    "description": "Model the unit economics of a business — CAC, LTV, payback, contribution margin — from real inputs. Use when asked to calculate unit economics, work out LTV:CAC, find the payback period, or check whether a business model is viable per customer. Produces a computed unit-economics summary (LTV, CAC, ratio, payback, contribution margin) with a verdict and the levers that move it most."
}

Unit Economics Skill

A business is only viable if each customer is worth more than it costs to acquire and serve. This skill computes the core unit economics — CAC, LTV, the LTV:CAC ratio, payback period, and contribution margin — from real numbers (not vibes), states a clear verdict against the rule-of-thumb benchmarks, and shows which lever moves the model most.

Required Inputs

Ask for these only if they aren't already provided:

  • ARPA — average revenue per account, per month (or per period).
  • Gross margin % — the share of revenue left after cost-to-serve.
  • Churn % — monthly customer (or revenue) churn — drives LTV.
  • CAC — fully-loaded cost to acquire a customer (sales + marketing ÷ new customers).

Output Format

Unit Economics: [business]

1. The numbers — computed, with the formula shown (use the helper script so they're consistent):

Metric Value Benchmark
Lifetime (1/churn)
LTV (ARPA × margin ÷ churn)
CAC
LTV : CAC ≥ 3:1 healthy
Payback (months) < 12 healthy
Contribution margin

2. Verdict — healthy / borderline / underwater, in one line, against the benchmarks (LTV:CAC ≥ 3, payback < 12 months).

3. Biggest levers — which input, improved realistically, moves the model most (usually churn or CAC), with the rough effect.

4. Caveats — where the inputs are assumptions vs. measured, and what to validate before betting on this.

Programmatic Helper

scripts/unit_econ.py (stdlib only) computes the model so the numbers are calculated, not estimated:

# in.json: {"arpa": 50, "gross_margin": 0.8, "monthly_churn": 0.03, "cac": 400}
python3 scripts/unit_econ.py in.json
python3 scripts/unit_econ.py in.json --json

Quality Checks

  • LTV uses gross margin, not raw revenue (a common, model-breaking error)
  • The numbers are computed by the helper, not eyeballed
  • Verdict is stated against the standard benchmarks (LTV:CAC ≥ 3, payback < 12mo)
  • The biggest lever is identified with its rough effect
  • Assumed inputs are flagged separately from measured ones

Anti-Patterns

  • Do not compute LTV on revenue instead of gross margin — it inflates LTV and hides an unviable model
  • Do not ignore payback — a great LTV:CAC with a 30-month payback can still starve a business of cash
  • Do not treat blended CAC as paid CAC — separate organic from paid or the model lies
  • Do not present assumptions as facts — label estimated churn/CAC and validate them
  • Do not optimise the smallest lever — model which input actually moves the outcome

Based On

SaaS unit-economics practice (David Skok / for Entrepreneurs) — margin-based LTV, LTV:CAC ≥ 3, payback < 12 months.

Version History

  • a38bc30 Current 2026-07-05 11:46

Same Skill Collection

exports/openclaw/360-feedback-template/SKILL.md
exports/openclaw/401k-plan-decoder/SKILL.md
exports/openclaw/ab-test-planner/SKILL.md
exports/openclaw/ab-test-readout/SKILL.md
exports/openclaw/accessibility-audit/SKILL.md
exports/openclaw/account-plan/SKILL.md
exports/openclaw/acquirer-red-team/SKILL.md
exports/openclaw/ad-copy/SKILL.md
exports/openclaw/aeo-optimizer/SKILL.md
exports/openclaw/agenda-or-cancel/SKILL.md
exports/openclaw/agent-design-review/SKILL.md
exports/openclaw/agent-observability-spec/SKILL.md
exports/openclaw/agent-spec/SKILL.md
exports/openclaw/ai-ethics-review/SKILL.md
exports/openclaw/ai-eval-plan/SKILL.md
exports/openclaw/ai-feature-prd/SKILL.md
exports/openclaw/ai-product-canvas/SKILL.md
exports/openclaw/air-quality/SKILL.md
exports/openclaw/altitude-shifter/SKILL.md
exports/openclaw/ambiguity-resolver/SKILL.md
exports/openclaw/analyst-relations-brief/SKILL.md
exports/openclaw/announcement-card/SKILL.md
exports/openclaw/api-docs-writer/SKILL.md
exports/openclaw/api-test-plan/SKILL.md
exports/openclaw/api-versioning-strategy/SKILL.md
exports/openclaw/apology-letter/SKILL.md
exports/openclaw/architecture-decision-record/SKILL.md
exports/openclaw/architecture-diagram/SKILL.md
exports/openclaw/archive-strategy/SKILL.md
exports/openclaw/assumption-bounty/SKILL.md
exports/openclaw/assumption-mapper/SKILL.md
exports/openclaw/async-update-format/SKILL.md
exports/openclaw/auto-repair-estimate-decoder/SKILL.md
exports/openclaw/autopilot-charter/SKILL.md
exports/openclaw/benefits-decoder/SKILL.md
exports/openclaw/bid-tender-review/SKILL.md
exports/openclaw/board-deck-narrative/SKILL.md
exports/openclaw/board-minutes/SKILL.md
exports/openclaw/board-pre-read/SKILL.md
exports/openclaw/bom-cost-review/SKILL.md
exports/openclaw/bookkeeping-categorization/SKILL.md
exports/openclaw/boolean-search-builder/SKILL.md
exports/openclaw/brag-doc/SKILL.md
exports/openclaw/brainstorming/SKILL.md
exports/openclaw/brief-builder/SKILL.md
exports/openclaw/briefing-note/SKILL.md
exports/openclaw/budget-builder/SKILL.md
exports/openclaw/budget-variance-analysis/SKILL.md
exports/openclaw/bug-diagnosis/SKILL.md
exports/openclaw/bug-report/SKILL.md

Metadata

Files
0
Version
471c606
Hash
e4f22d74
Indexed
2026-07-05 11:46

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-30 14:50
浙ICP备14020137号-1 $방문자$