saas-metrics

GitHub

计算核心SaaS指标(MRR/ARR、NRR/GRR、流失率等),提供基准对比与解读。适用于董事会或投资者汇报,确保数据定义准确、可审计,并附带健康度分析与改进建议。

plugins/pm-calculators/skills/saas-metrics/SKILL.md mohitagw15856/pm-claude-skills

Trigger Scenarios

用户要求计算SaaS核心指标 需要构建面向董事会或投资者的SaaS指标快照

Install

npx skills add mohitagw15856/pm-claude-skills --skill saas-metrics -g -y
More Options

Non-standard path

npx skills add https://github.com/mohitagw15856/pm-claude-skills/tree/main/plugins/pm-calculators/skills/saas-metrics -g -y

Use without installing

npx skills use mohitagw15856/pm-claude-skills@saas-metrics

指定 Agent (Claude Code)

npx skills add mohitagw15856/pm-claude-skills --skill saas-metrics -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": "saas-metrics",
    "description": "Compute the core SaaS metrics — MRR\/ARR, growth, NRR\/GRR, churn, quick ratio, magic number — from your numbers. Use when asked to calculate SaaS metrics, MRR\/ARR, net revenue retention, the quick ratio, or to build a SaaS metrics snapshot for a board\/investor update. Produces a computed metrics dashboard with each value, its benchmark, and a one-line read on what it means."
}

SaaS Metrics Skill

Investors and boards judge a SaaS business on a standard metric set — and getting the definitions right matters as much as the numbers. This skill computes MRR/ARR, growth, net and gross revenue retention, churn, the quick ratio, and the magic number from your movement data, each with its benchmark and a plain read — so a board update or investor snapshot is correct and defensible.

Required Inputs

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

  • Starting MRR and the month's movement: new, expansion, contraction, churned MRR.
  • Customer counts (start, churned) if you want logo churn too.
  • S&M spend (prior period) if you want the magic number.
  • Or just paste what you have — the skill computes what the inputs allow and flags the rest.

Output Format

SaaS Metrics: [company], [period]

A computed dashboard (use the helper script):

Metric Value Benchmark Read
MRR / ARR
MRR growth %
Net Revenue Retention ≥ 100% (great ≥ 110%)
Gross Revenue Retention ≥ 90%
Revenue churn %
Quick ratio ((new+exp)/(churn+contr)) ≥ 4 strong
Magic number (if S&M given) ≥ 0.75 efficient

What it says — 2–3 lines: the health story the numbers tell, and the one metric to fix first.

Definitions used — state each formula explicitly (NRR excludes new customers; GRR caps at 100%), so the numbers are comparable and audit-proof.

Programmatic Helper

scripts/saas_metrics.py (stdlib only) computes the set from the MRR movement:

# in.json: {"starting_mrr":100000,"new":12000,"expansion":6000,"contraction":2000,"churned":4000,"sm_spend_prior":40000}
python3 scripts/saas_metrics.py in.json
python3 scripts/saas_metrics.py in.json --json

Quality Checks

  • NRR excludes new MRR (it measures the existing base only) — the most-botched definition
  • GRR is capped at 100% (it can't exceed retention of what you had)
  • Each metric is shown against its standard benchmark
  • The formulas used are stated, so the numbers are comparable across reports
  • Metrics that can't be computed from the given inputs are flagged, not guessed

Anti-Patterns

  • Do not include new customers in NRR — that's a different (and misleadingly flattering) number
  • Do not mix monthly and annual figures without converting — label MRR vs ARR clearly
  • Do not report a metric without its definition — "120% retention" is meaningless without the formula
  • Do not vanity-pick metrics — show churn and contraction alongside the growth numbers
  • Do not present computed values to false precision — round sensibly and flag assumptions

Based On

Standard SaaS metrics definitions (Bessemer / a16z / KeyBanc) — NRR/GRR, quick ratio, magic number.

Version History

  • a38bc30 Current 2026-07-05 11:12

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
02e3e47e
Indexed
2026-07-05 11:12

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