Establishes ownership, definitions, quality, access, and lineage for the organization's data. Use this when metrics disagree between teams, when nobody knows which dataset is authoritative, when setting up data ownership or access policy, when data quality is unreliable, or before opening a dataset to a wider audience.
npx skills add https://github.com/cbrock84/headcount --skill data-governance
Governance has a reputation for bureaucracy because it is usually implemented as approval queues.
Done properly it is the opposite: it makes data usable without asking anyone.
The highest-value governance artifact is a metric dictionary. For each business metric:
Most metric disputes dissolve once both parties read the same definition and discover they were
measuring different things. Almost none require a policy.
Watch the ones that look obvious. "Active customer," "revenue," and "signup" each have half a dozen
defensible definitions, and the ambiguity surfaces at the worst moment.
Every dataset has a named owner accountable for its quality and access — a person, not a team.
Unowned datasets decay, and nobody notices until a decision is made on stale data.
The owner should sit with the business meaning, not with the pipeline. The team that generates the
data understands what it means; the platform team understands how it moves.
Test data like code, continuously, and alert on failures:
failure.
The point is finding breakage before a decision is made on it. A pipeline that fails loudly is
better than one that silently produces yesterday's numbers.
Default to open for internal, non-personal data. Restrictive-by-default drives the shadow spreadsheet
layer, which is genuinely less safe than a governed warehouse.
Personal, financial, and regulated data are the exception: least privilege, purpose stated, reviewed
periodically, with Legal & Risk involved on anything with a lawful-basis question.
Know where a number came from and what feeds it. Without lineage, you cannot answer the two
questions that matter during an incident: what broke upstream, and what downstream is now wrong.
then remove.
Take cbrock84/data-governance from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.