Claude-skill-registry-data metric-governance-kit

Framework for defining, approving, and auditing GTM metrics and KPIs.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry-data
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry-data "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/metric-governance-kit" ~/.claude/skills/majiayu000-claude-skill-registry-data-metric-governance-kit && rm -rf "$T"
manifest: data/metric-governance-kit/SKILL.md
source content

Metric Governance Kit Skill

When to Use

  • Establishing source-of-truth KPIs for revenue, marketing, or CS teams.
  • Resolving conflicting definitions or reporting anomalies.
  • Preparing for exec/board reviews where metric accuracy is scrutinized.

Framework

  1. Metric Charter – purpose, formula, filters, owner, review cadence.
  2. Data Lineage – upstream sources, transformations, semantic layer, downstream dashboards.
  3. Quality Controls – tests, alerts, thresholds, backup calculations.
  4. Change Management – approval workflow, communication plan, version history.
  5. Adoption Enablement – cheat sheets, FAQs, and example analyses.

Templates

  • Metric Dictionary: See
    references/metric_dictionary_template.md
    for standard definition format.
  • Metric charter one-pager.
  • Lineage diagram checklist.
  • Change log workbook with approvals + timestamps.

Tips

  • Assign both business and technical owners for each KPI.
  • Tag metrics with “tier” (executive, operational, exploratory) to prioritize rigor.
  • Pair with
    plan-bi-roadmap
    to keep initiatives tied to governed metrics.