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.mdsource 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
- Metric Charter – purpose, formula, filters, owner, review cadence.
- Data Lineage – upstream sources, transformations, semantic layer, downstream dashboards.
- Quality Controls – tests, alerts, thresholds, backup calculations.
- Change Management – approval workflow, communication plan, version history.
- Adoption Enablement – cheat sheets, FAQs, and example analyses.
Templates
- Metric Dictionary: See
for standard definition format.references/metric_dictionary_template.md - 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
to keep initiatives tied to governed metrics.plan-bi-roadmap