Agent Skillsmohitagw15856/pm-claude-skills › metric-tree-builder

metric-tree-builder

GitHub

将北极星指标分解为可操作的驱动因素树,识别高杠杆点。适用于构建指标树、拆解核心指标或分析输入变量,输出包含公式、层级表格、关系分析及Mermaid图表。

skills/metric-tree-builder/SKILL.md mohitagw15856/pm-claude-skills

Trigger Scenarios

构建指标树 拆解北极星指标 映射指标驱动因素 查找输出指标背后的输入

Install

npx skills add mohitagw15856/pm-claude-skills --skill metric-tree-builder -g -y
More Options

Use without installing

npx skills use mohitagw15856/pm-claude-skills@metric-tree-builder

指定 Agent (Claude Code)

npx skills add mohitagw15856/pm-claude-skills --skill metric-tree-builder -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": "metric-tree-builder",
    "description": "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."
}

Metric Tree Builder Skill

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.

Working from a brief

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.

Required Inputs

Ask for (if not already provided):

  • The north-star / top metric (e.g. weekly active revenue, MRR, GMV, activated users)
  • Business model (subscription, marketplace, ads, transactional, freemium)
  • Where the team can act (which teams own which surfaces)
  • Current pain (the metric is flat / dropping — optional, focuses the tree)

Output Format

1. The decomposition

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

2. Relationships

Note where drivers are multiplicative (a small % gain compounds) vs additive, and any that trade off against each other.

3. Highest-leverage levers

The 2–3 input metrics where a realistic improvement moves the north star most — and why (sensitivity × how movable it is).

4. Instrumentation gaps

Which input metrics aren't being measured yet but should be, to make the tree usable.

5. The tree, drawn

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.

flowchart TD
    NS[North star] --> D1[Driver A]
    NS --> D2[Driver B]
    D1 --> I1[Input metric]
    D1 --> I2[Input metric]
    D2 --> I3[Input metric]

Quality Checks

  • The top metric is expressed as an actual equation of its drivers
  • The tree bottoms out in input metrics a team can act on, not more outputs
  • Multiplicative vs additive relationships are noted
  • Identifies the highest-leverage levers with reasoning
  • Flags metrics that need to be instrumented

Anti-Patterns

  • A "tree" that's just a flat list of unrelated KPIs
  • Stopping at output metrics no one can directly move
  • Ignoring how drivers combine (treating everything as additive)
  • No view on which lever actually matters most

Version History

  • a38bc30 Current 2026-07-05 11:38

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
2bf3f325
Indexed
2026-07-05 11:38

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