Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Decompose a north-star metric into a driver tree — the inputs and sub-inputs that actually move it — so a team knows which levers to pull. Use when asked to build a metric tree, break down a north-star metric, map metric drivers, or find the inputs behind an output metric. Produces a hierarchical tree from the top metric down to actionable input metrics, with the relationships, the highest-leverage levers, and what to instrument.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -13% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -33% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -32% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -5% | 0% |
| case-14 | ✗→✓ | ▲ Improved | 5% | 0% |
A north-star metric you can't decompose is a number you can't move. This skill breaks it into the multiplicative/additive drivers beneath it, down to metrics a team can actually act on — and points at the highest-leverage levers.
Given a top metric and a rough business model, build the full tree anyway, inferring the standard driver structure for that model and marking assumptions. Never stop at one level; push down to input metrics someone owns.
Ask for (if not already provided):
Express the top metric as an equation of its drivers, e.g.: Revenue = New customers × Avg first order + Retained customers × Repeat rate × AOV Then break each driver down a level or two, until you reach input metrics a team can directly influence (e.g. signup conversion, activation rate, email open→click, time-to-value).
Show it as an indented tree or a table:
| Level | Metric | Driven by | Owner / lever | |---|---|---|---| | 0 | North star | — | | | 1 | Driver | sub-inputs | | | 2 | Input metric | actions | team |
Note where drivers are multiplicative (a small % gain compounds) vs additive, and any that trade off against each other.
The 2–3 input metrics where a realistic improvement moves the north star most — and why (sensitivity × how movable it is).
Which input metrics aren't being measured yet but should be, to make the tree usable.
Also render the decomposition as a Mermaid flowchart so the structure is visible at a glance (it renders live in the playground and exports as PNG/SVG). North star at the top, drivers below, input metrics as leaves; keep labels short.
mermaidflowchart TD NS[North star] --> D1[Driver A] NS --> D2[Driver B] D1 --> I1[Input metric] D1 --> I2[Input metric] D2 --> I3[Input metric]
Other measured skills in the registry, with their headline benchmark lift.