Metrics Framework Skill
Build a metrics framework for any product, team, or business.
How to use it
Claude Code
- Run the line below. It pulls the whole folder into
~/.claude/skills/metrics-framework, including the files SKILL.md points to. - Describe your job in plain words. Claude Code follows the skill from there.
npx degit mohitagw15856/pm-claude-skills/skills/metrics-framework#main ~/.claude/skills/metrics-frameworkFor one project only, change the path to .claude/skills/metrics-framework. This skill also uses context.md — copying SKILL.md alone won't be enough. See the folder on GitHub.
Claude (web or desktop app)
- On this page open ⋯ → Download .md.
- Save it as SKILL.md in a folder, zip the folder, then Customize → Skills → + → Create skill → Upload a skill.
- Pick the file and Save. Claude shows the name and description and runs a security scan.
- Check the skill is switched on.
- Start a new chat and describe your job in plain words. The AI follows the skill from there.
ChatGPT or another app
- ChatGPT: make a Project and paste it into Instructions.
- Neither? Paste it at the top of a new chat — it works for that chat.
Not working?
- Check which app you pasted it into — the steps above name the right one.
- Some skills need the paid tier of Claude or ChatGPT.
Paste into Claude, ChatGPT or Cursor.
Source of Metrics Framework Skill
Show the full text137 lines
| name | description |
|---|---|
| metrics-framework | Build a metrics framework for any product, team, or business. Use when asked for a metrics tree, KPI framework, North Star metric, AARRR funnel, HEART framework, or OKR metrics. Produces a structured metrics hierarchy from North Star down to leading indicators, with measurement guidance. |
Metrics Framework Skill
This skill builds a complete metrics framework tailored to a product or business. It connects the North Star metric to actionable leading indicators, making it clear which metrics to track, which to optimise, and how they relate to each other.
Required Inputs
Ask the user for these if not provided:
- Product or business description (one paragraph is enough)
- Business model (SaaS / Marketplace / E-commerce / Consumer app / B2B / Other)
- Stage (Pre-PMF / Growth / Scale / Mature)
- Framework preference (if they have one): North Star + Metric Tree / AARRR / HEART / OKRs / Custom
- Primary goal this quarter (e.g. grow activation, reduce churn, increase revenue)
If no framework preference is given, recommend the best fit based on stage and business model.
Reads from / Writes to the Brain
If a professional-brain (brain/) exists, use it before asking:
- Read first:
context.mdfor the metric definitions the org already agreed on (reuse them — don't silently redefine a metric) andknowledge/strategy.mdfor what the business is optimising for. - Write after: save the metric tree and definitions to
knowledge/, and any target-setting decision todecisions/, each provenance-tagged so a[hunch]target isn't treated as a committed goal.
Output Structure
1. Framework Recommendation (if not specified)
Explain in 2–3 sentences why you're recommending this framework for their context.
2. North Star Metric
[Metric Name]: [Definition — exactly what is measured and how]
Why this is the right North Star for this business: [2–3 sentences. It should reflect customer value delivered, not just revenue or activity. Explain what behaviour it captures and why maximising it correlates with long-term business health.]
How to measure it: [Formula or data source] Current baseline: [Leave as [ADD BASELINE] for user to fill] Target: [Leave as [ADD TARGET] for user to fill]
3. Metric Tree
Show how supporting metrics roll up to the North Star. Format as a hierarchy:
[North Star Metric]
├── [Driver 1: e.g. Acquisition]
│ ├── [L2 metric: e.g. Organic signups / week]
│ └── [L2 metric: e.g. Paid CAC by channel]
├── [Driver 2: e.g. Activation]
│ ├── [L2 metric: e.g. % users completing onboarding within 7 days]
│ └── [L2 metric: e.g. Time to first value action]
└── [Driver 3: e.g. Retention]
├── [L2 metric: e.g. Day 30 retention rate]
└── [L2 metric: e.g. Feature adoption depth]
For each L2 metric, provide:
- Definition: [What exactly is measured]
- Why it matters: [How it connects to the North Star]
- Leading or lagging? [Leading = predictive / Lagging = outcome]
- How to measure: [Data source or calculation]
4. Counter-Metrics
[2–3 metrics to watch that prevent optimising the North Star in ways that damage the business. E.g. "If we optimise for signups, we need to watch spam account rate. If we optimise for engagement, we need to watch support ticket volume."]
5. Dashboard Recommendation
Suggest a 3-tier dashboard structure:
- Exec view (weekly): [3–5 metrics — outcomes only]
- Team view (daily): [7–10 metrics — leading indicators + outputs]
- Diagnostic view (on demand): [Metrics to drill into when something looks wrong]
6. Metric Health Check Questions
[5 questions the team should ask in their weekly metrics review to turn numbers into insights. e.g. "Is our activation rate improving while retention stays flat? That suggests onboarding quality issue, not a product-market fit problem."]
Deeper Materials
This skill ships with support files — use them when they are available:
references/metric-tree-craft.md— Metric Trees That Drive Decisions (Not Dashboards). Apply it while producing the output; it carries the calibration and judgment calls the method summary above compresses.templates/metric-tree.md— a fill-in version of the deliverable with the quality gates inline. Offer it when the user wants to work the document themselves rather than have it generated.
Scoring Rubric (0–40)
Score any output of this skill before handing it over; 32+ is ship-quality.
| Dimension | 0 | 5 | 10 |
|---|---|---|---|
| North Star validity | North Star is business activity (GMV, revenue, pageviews) or vanity volume | North Star gestures at customer value but its definition leaves edge cases (cancellations, disputes, refunds) uncounted | North Star counts value actually delivered to the customer, with edge cases resolved in the definition and rejected alternatives named with reasons |
| Tree causal integrity | L2 metrics are a flat KPI list with no causal link to the North Star; drivers overlap or are all one category | Drivers distinct, but some L2 metrics correlate with rather than drive the North Star, or leading/lagging labels are guesses | 3–4 distinct drivers where moving any L2 metric plausibly moves the North Star, with honest leading/lagging labels — including admitting the goal metric is lagging when it is |
| Definition precision | Metrics named without formula, data source, or time window | Most metrics have formulas, but at least one would be computed differently by two reasonable analysts | Every metric specifies formula, source table or event, and window precisely enough that two analysts get the same number |
| Gaming resistance | No counter-metrics; every metric assumed to be optimised in good faith | Generic counter-metrics listed but not paired to the specific metric they guard | Each optimisable metric is paired with a counter-metric that names the exact perverse move it catches (accept-then-cancel, discount-bought retention, ghost supply) |
Quality Checks
- North Star reflects customer value, not just business activity
- Metric tree has 3–4 distinct drivers (not all one category)
- Each L2 metric is classified as leading or lagging
- Counter-metrics are included to prevent perverse incentives
- Dashboard tiers are tailored to the product stage
- All metric definitions are unambiguous (formula or clear description)
Anti-Patterns
- Do not set a North Star metric that measures business activity (revenue, pageviews) rather than customer value delivered — this creates incentives misaligned with product quality
- Do not define metrics without specifying the formula or data source — an ambiguous metric will be measured differently by different people
- Do not skip counter-metrics — optimising any single metric without a guard rail will eventually produce perverse incentives
- Do not include more than 4–5 metrics in a daily team view — a dashboard with 20 metrics is a dashboard nobody looks at
- Do not classify all metrics as "leading" — be honest about which are lagging outcome metrics and which genuinely predict future outcomes
Example Trigger Phrases
- "Build a metrics framework for [product]"
- "What should our North Star metric be?"
- "Create a KPI tree for [business]"
- "Give me an AARRR breakdown for [product]"
- "What metrics should our [team type] team track?"
| 1 | |
| 2 | name metrics-framework |
| 3 | description "Build a metrics framework for any product, team, or business. Use when asked for a metrics tree, KPI framework, North Star metric, AARRR funnel, HEART framework, or OKR metrics. Produces a structured metrics hierarchy from North Star down to leading indicators, with measurement guidance." |
| 4 | |
| 5 | |
| 6 | # Metrics Framework Skill |
| 7 | |
| 8 | This skill builds a complete metrics framework tailored to a product or business. It connects the North Star metric to actionable leading indicators, making it clear which metrics to track, which to optimise, and how they relate to each other. |
| 9 | |
| 10 | ## Required Inputs |
| 11 | |
| 12 | Ask the user for these if not provided: |
| 13 | **Product or business description** (one paragraph is enough) |
| 14 | **Business model** (SaaS / Marketplace / E-commerce / Consumer app / B2B / Other) |
| 15 | **Stage** (Pre-PMF / Growth / Scale / Mature) |
| 16 | **Framework preference** (if they have one): North Star + Metric Tree / AARRR / HEART / OKRs / Custom |
| 17 | **Primary goal this quarter** (e.g. grow activation, reduce churn, increase revenue) |
| 18 | |
| 19 | If no framework preference is given, recommend the best fit based on stage and business model. |
| 20 | |
| 21 | ## Reads from / Writes to the Brain |
| 22 | |
| 23 | If a [`professional-brain`] (`brain/`) exists, use it before asking: |
| 24 | |
| 25 | **Read first:** `context.md` for the metric *definitions* the org already agreed on (reuse them — don't silently redefine a metric) and `knowledge/strategy.md` for what the business is optimising for. |
| 26 | **Write after:** save the metric tree and definitions to `knowledge/`, and any target-setting decision to `decisions/`, each provenance-tagged so a `[hunch]` target isn't treated as a committed goal. |
| 27 | |
| 28 | ## Output Structure |
| 29 | |
| 30 | ### 1. Framework Recommendation (if not specified) |
| 31 | |
| 32 | Explain in 2–3 sentences why you're recommending this framework for their context. |
| 33 | |
| 34 | |
| 35 | |
| 36 | ### 2. North Star Metric |
| 37 | |
| 38 | **[Metric Name]:** [Definition — exactly what is measured and how] |
| 39 | |
| 40 | **Why this is the right North Star for this business:** |
| 41 | [2–3 sentences. It should reflect customer value delivered, not just revenue or activity. Explain what behaviour it captures and why maximising it correlates with long-term business health.] |
| 42 | |
| 43 | **How to measure it:** [Formula or data source] |
| 44 | **Current baseline:** [Leave as [ADD BASELINE] for user to fill] |
| 45 | **Target:** [Leave as [ADD TARGET] for user to fill] |
| 46 | |
| 47 | |
| 48 | |
| 49 | ### 3. Metric Tree |
| 50 | |
| 51 | Show how supporting metrics roll up to the North Star. Format as a hierarchy: |
| 52 | |
| 53 | |
| 54 | [North Star Metric] |
| 55 | ├── [Driver 1: e.g. Acquisition] |
| 56 | │ ├── [L2 metric: e.g. Organic signups / week] |
| 57 | │ └── [L2 metric: e.g. Paid CAC by channel] |
| 58 | ├── [Driver 2: e.g. Activation] |
| 59 | │ ├── [L2 metric: e.g. % users completing onboarding within 7 days] |
| 60 | │ └── [L2 metric: e.g. Time to first value action] |
| 61 | └── [Driver 3: e.g. Retention] |
| 62 | ├── [L2 metric: e.g. Day 30 retention rate] |
| 63 | └── [L2 metric: e.g. Feature adoption depth] |
| 64 | |
| 65 | |
| 66 | For each L2 metric, provide: |
| 67 | **Definition:** [What exactly is measured] |
| 68 | **Why it matters:** [How it connects to the North Star] |
| 69 | **Leading or lagging?** [Leading = predictive / Lagging = outcome] |
| 70 | **How to measure:** [Data source or calculation] |
| 71 | |
| 72 | |
| 73 | |
| 74 | ### 4. Counter-Metrics |
| 75 | |
| 76 | [2–3 metrics to watch that prevent optimising the North Star in ways that damage the business. E.g. "If we optimise for signups, we need to watch spam account rate. If we optimise for engagement, we need to watch support ticket volume."] |
| 77 | |
| 78 | |
| 79 | |
| 80 | ### 5. Dashboard Recommendation |
| 81 | |
| 82 | Suggest a 3-tier dashboard structure: |
| 83 | **Exec view (weekly):** [3–5 metrics — outcomes only] |
| 84 | **Team view (daily):** [7–10 metrics — leading indicators + outputs] |
| 85 | **Diagnostic view (on demand):** [Metrics to drill into when something looks wrong] |
| 86 | |
| 87 | |
| 88 | |
| 89 | ### 6. Metric Health Check Questions |
| 90 | |
| 91 | [5 questions the team should ask in their weekly metrics review to turn numbers into insights. e.g. "Is our activation rate improving while retention stays flat? That suggests onboarding quality issue, not a product-market fit problem."] |
| 92 | |
| 93 | |
| 94 | |
| 95 | ## Deeper Materials |
| 96 | |
| 97 | This skill ships with support files — use them when they are available: |
| 98 | |
| 99 | **`references/metric-tree-craft.md`** — Metric Trees That Drive Decisions (Not Dashboards). Apply it while producing the output; it carries the calibration and judgment calls the method summary above compresses. |
| 100 | **`templates/metric-tree.md`** — a fill-in version of the deliverable with the quality gates inline. Offer it when the user wants to work the document themselves rather than have it generated. |
| 101 | |
| 102 | ## Scoring Rubric (0–40) |
| 103 | |
| 104 | Score any output of this skill before handing it over; 32+ is ship-quality. |
| 105 | |
| 106 | | Dimension | 0 | 5 | 10 | |
| 107 | |---|---|---|---| |
| 108 | | North Star validity | North Star is business activity (GMV, revenue, pageviews) or vanity volume | North Star gestures at customer value but its definition leaves edge cases (cancellations, disputes, refunds) uncounted | North Star counts value actually delivered to the customer, with edge cases resolved in the definition and rejected alternatives named with reasons | |
| 109 | | Tree causal integrity | L2 metrics are a flat KPI list with no causal link to the North Star; drivers overlap or are all one category | Drivers distinct, but some L2 metrics correlate with rather than drive the North Star, or leading/lagging labels are guesses | 3–4 distinct drivers where moving any L2 metric plausibly moves the North Star, with honest leading/lagging labels — including admitting the goal metric is lagging when it is | |
| 110 | | Definition precision | Metrics named without formula, data source, or time window | Most metrics have formulas, but at least one would be computed differently by two reasonable analysts | Every metric specifies formula, source table or event, and window precisely enough that two analysts get the same number | |
| 111 | | Gaming resistance | No counter-metrics; every metric assumed to be optimised in good faith | Generic counter-metrics listed but not paired to the specific metric they guard | Each optimisable metric is paired with a counter-metric that names the exact perverse move it catches (accept-then-cancel, discount-bought retention, ghost supply) | |
| 112 | |
| 113 | ## Quality Checks |
| 114 | |
| 115 | [ ] North Star reflects customer value, not just business activity |
| 116 | [ ] Metric tree has 3–4 distinct drivers (not all one category) |
| 117 | [ ] Each L2 metric is classified as leading or lagging |
| 118 | [ ] Counter-metrics are included to prevent perverse incentives |
| 119 | [ ] Dashboard tiers are tailored to the product stage |
| 120 | [ ] All metric definitions are unambiguous (formula or clear description) |
| 121 | |
| 122 | ## Anti-Patterns |
| 123 | |
| 124 | [ ] Do not set a North Star metric that measures business activity (revenue, pageviews) rather than customer value delivered — this creates incentives misaligned with product quality |
| 125 | [ ] Do not define metrics without specifying the formula or data source — an ambiguous metric will be measured differently by different people |
| 126 | [ ] Do not skip counter-metrics — optimising any single metric without a guard rail will eventually produce perverse incentives |
| 127 | [ ] Do not include more than 4–5 metrics in a daily team view — a dashboard with 20 metrics is a dashboard nobody looks at |
| 128 | [ ] Do not classify all metrics as "leading" — be honest about which are lagging outcome metrics and which genuinely predict future outcomes |
| 129 | |
| 130 | ## Example Trigger Phrases |
| 131 | |
| 132 | "Build a metrics framework for [product]" |
| 133 | "What should our North Star metric be?" |
| 134 | "Create a KPI tree for [business]" |
| 135 | "Give me an AARRR breakdown for [product]" |
| 136 | "What metrics should our [team type] team track?" |
| 137 |
Discussion
Browse more free Claude skills or everything in Product.


