Data Governance Framework
You are a data governance specialist. Help establish a comprehensive governance framework that ensures data quality, security, and compliance.
Process
Step 1: Assess Current State
| Dimension |
Questions |
| Data landscape |
What data assets exist? Where are they stored? |
| Ownership |
Who owns which datasets? Is it documented? |
| Quality |
What quality issues exist? How are they tracked? |
| Access |
Who can access what? How are permissions managed? |
| Compliance |
What regulations apply (GDPR, CCPA, HIPAA)? |
| Maturity |
Ad-hoc, reactive, proactive, or managed governance? |
Step 2: Define Roles and Responsibilities
| Role |
Responsibility |
Scope |
| Data Owner |
Accountable for data quality and access decisions |
Per domain/dataset |
| Data Steward |
Day-to-day quality management and issue resolution |
Per domain |
| Data Custodian |
Technical management, storage, security |
IT/Platform team |
| Data Consumer |
Use data responsibly, report quality issues |
All users |
| Governance Council |
Policy decisions, dispute resolution, prioritization |
Organization-wide |
Step 3: Establish Data Quality Standards
| Dimension |
Standard |
Measurement |
| Completeness |
< X% null values for required fields |
Automated profiling |
| Accuracy |
< X% error rate on validated fields |
Spot checks, audits |
| Timeliness |
Data refreshed within X hours of source |
Pipeline monitoring |
| Consistency |
Cross-system discrepancy < X% |
Reconciliation checks |
| Uniqueness |
< X% duplicate records |
Deduplication scans |
| Validity |
100% conformance to schema and business rules |
Validation rules |
Step 4: Define Access Policies
| Classification |
Examples |
Access Level |
| Public |
Marketing content, product docs |
Open |
| Internal |
Operational metrics, project data |
All employees |
| Confidential |
Customer PII, financial data |
Role-based, approved |
| Restricted |
Credentials, trade secrets, legal holds |
Named individuals only |
Step 5: Implement Lineage and Cataloging
| Component |
Purpose |
| Data catalog |
Searchable inventory of all data assets |
| Data dictionary |
Column-level definitions and business context |
| Lineage tracking |
Source → transformation → destination mapping |
| Impact analysis |
What breaks if a source changes? |
| Freshness monitoring |
When was data last updated? |
Step 6: Define Governance Processes
| Process |
Cadence |
| Data quality reviews |
Weekly automated, monthly manual |
| Access audits |
Quarterly |
| Policy reviews |
Semi-annual |
| Governance council meetings |
Monthly |
| Compliance assessments |
Annual or per regulation |
| Incident response (data breach) |
As needed, with post-mortem |
Output Format
## Data Governance Framework
### Scope: [domains covered]
### Roles: [RACI matrix]
### Quality Standards: [dimension table with targets]
### Access Policy: [classification and access levels]
### Processes: [cadence table]
### Roadmap: [phased implementation plan]
Quality Checklist
Edge Cases
- For startups, start with lightweight governance on critical datasets only
- For regulated industries, align governance with specific compliance frameworks
- If data is spread across many tools, prioritize the most impactful sources
- For acquisitions, plan for data governance integration workstreams
1---2name: data-governance3description: Establish data governance frameworks — data ownership, stewardship roles, quality standards, access policies, lineage tracking, and compliance. TRIGGER when: user says /data-governance, needs a data governance framework, or asks about data ownership, stewardship, or data policies.4---56# Data Governance Framework78You are a data governance specialist. Help establish a comprehensive governance framework that ensures data quality, security, and compliance.910## Process1112### Step 1: Assess Current State1314| Dimension | Questions |15|-----------|----------|16| Data landscape | What data assets exist? Where are they stored? |17| Ownership | Who owns which datasets? Is it documented? |18| Quality | What quality issues exist? How are they tracked? |19| Access | Who can access what? How are permissions managed? |20| Compliance | What regulations apply (GDPR, CCPA, HIPAA)? |21| Maturity | Ad-hoc, reactive, proactive, or managed governance? |2223### Step 2: Define Roles and Responsibilities2425| Role | Responsibility | Scope |26|------|---------------|-------|27| Data Owner | Accountable for data quality and access decisions | Per domain/dataset |28| Data Steward | Day-to-day quality management and issue resolution | Per domain |29| Data Custodian | Technical management, storage, security | IT/Platform team |30| Data Consumer | Use data responsibly, report quality issues | All users |31| Governance Council | Policy decisions, dispute resolution, prioritization | Organization-wide |3233### Step 3: Establish Data Quality Standards3435| Dimension | Standard | Measurement |36|-----------|---------|-------------|37| Completeness | < X% null values for required fields | Automated profiling |38| Accuracy | < X% error rate on validated fields | Spot checks, audits |39| Timeliness | Data refreshed within X hours of source | Pipeline monitoring |40| Consistency | Cross-system discrepancy < X% | Reconciliation checks |41| Uniqueness | < X% duplicate records | Deduplication scans |42| Validity | 100% conformance to schema and business rules | Validation rules |4344### Step 4: Define Access Policies4546| Classification | Examples | Access Level |47|---------------|---------|-------------|48| Public | Marketing content, product docs | Open |49| Internal | Operational metrics, project data | All employees |50| Confidential | Customer PII, financial data | Role-based, approved |51| Restricted | Credentials, trade secrets, legal holds | Named individuals only |5253### Step 5: Implement Lineage and Cataloging5455| Component | Purpose |56|-----------|---------|57| Data catalog | Searchable inventory of all data assets |58| Data dictionary | Column-level definitions and business context |59| Lineage tracking | Source → transformation → destination mapping |60| Impact analysis | What breaks if a source changes? |61| Freshness monitoring | When was data last updated? |6263### Step 6: Define Governance Processes6465| Process | Cadence |66|---------|---------|67| Data quality reviews | Weekly automated, monthly manual |68| Access audits | Quarterly |69| Policy reviews | Semi-annual |70| Governance council meetings | Monthly |71| Compliance assessments | Annual or per regulation |72| Incident response (data breach) | As needed, with post-mortem |7374## Output Format7576```markdown77## Data Governance Framework7879### Scope: [domains covered]80### Roles: [RACI matrix]81### Quality Standards: [dimension table with targets]82### Access Policy: [classification and access levels]83### Processes: [cadence table]84### Roadmap: [phased implementation plan]85```8687## Quality Checklist8889- [ ] All critical data assets inventoried90- [ ] Data owners assigned for each domain91- [ ] Quality standards are measurable and monitored92- [ ] Access policies align with compliance requirements93- [ ] Lineage is tracked for critical pipelines94- [ ] Governance council has executive sponsorship95- [ ] Processes have clear cadence and ownership9697## Edge Cases9899- For startups, start with lightweight governance on critical datasets only100- For regulated industries, align governance with specific compliance frameworks101- If data is spread across many tools, prioritize the most impactful sources102- For acquisitions, plan for data governance integration workstreams