Help us improve
Share bugs, ideas, or general feedback.
From grimoire
Designs data governance policies covering ownership, classification, access control, lifecycle management, and regulatory compliance (GDPR, NIST).
npx claudepluginhub jeffreytse/grimoire --plugin grimoireHow this skill is triggered — by the user, by Claude, or both
Slash command
/grimoire:design-data-governance-policyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Establish formal policies and operating procedures for how data is owned, classified, accessed, retained, and disposed of — enabling data utility while managing privacy, security, and regulatory risk.
Establish data ownership, quality standards, compliance policies, and metadata management. Build organizational data practices. Use when defining data strategy or improving data quality and compliance.
Develops tiered data classification policies (public, internal, confidential, restricted) with labeling, handling procedures, enforcement, governance, and compliance monitoring for GDPR/ISO 27001.
Creates or audits a data retention policy balancing legal obligations, business needs, and privacy requirements. Includes inventory, legal mapping, retention schedule, and deletion methods.
Share bugs, ideas, or general feedback.
Establish formal policies and operating procedures for how data is owned, classified, accessed, retained, and disposed of — enabling data utility while managing privacy, security, and regulatory risk.
Adopted by: All EU-regulated organizations (GDPR mandatory since 2018), US Federal agencies (NIST Privacy Framework), financial institutions (SOX, BCBS 239), healthcare organizations (HIPAA), and enterprise-scale organizations including JPMorgan Chase, Philips, and Unilever which have published their data governance frameworks publicly
Impact: GDPR enforcement actions totaled €4.5 billion in fines through 2023 (DLA Piper GDPR Fines Report), with most violations attributable to inadequate governance: unlawful access, excessive retention, and unclear ownership. Organizations with mature data governance (CMMI Data Management Level 3+) report 30% lower data breach costs (IBM Cost of Data Breach 2023) due to faster containment from known data inventories. Gartner found that organizations with formal data governance reduce time to trusted data for analytics from weeks to days.
Why best: Without governance, data proliferates without accountability: sensitive data lands in unsecured locations, access is over-provisioned and never revoked, retention exceeds necessity (increasing breach exposure), and regulatory obligations are unknown until an audit. Governance creates a systematic framework that makes data manageable, auditable, and compliant by design rather than by accident.
Sources: DAMA International "DMBOK2" (2017); ISACA "COBIT 2019" Data Governance guidance; GDPR Articles 5, 25, 30, 32 (2018); NIST Privacy Framework v1.0 (2020); IBM "Cost of a Data Breach Report" (2023); DLA Piper "GDPR Data Breach Survey" (2024)
Establish a data governance operating model — define who decides — Create a Data Governance Council (executive sponsors + domain leads) that sets policy, and Data Stewards (domain-level owners) who implement and enforce policy. Document the RACI for data governance decisions: who is Responsible, Accountable, Consulted, and Informed for data policy changes, classification decisions, access approvals, and breach response. Without a clear operating model, governance policies are written and ignored.
Inventory all data assets — you cannot govern what you don't know — Conduct a data inventory across all systems: databases, data warehouses, data lakes, SaaS applications, and file stores. For each dataset document: system of record, data owner, data domains, presence of PII/regulated data, and approximate record count. Maintain the inventory in a data catalog. Automate discovery using catalog tools (Alation, DataHub, Collibra) with connectors to source systems.
Define a data classification scheme — create a tiered sensitivity model — Establish 3–4 classification tiers aligned to regulatory and business sensitivity:
Apply classification labels to every dataset in the inventory. Classification drives access control, encryption, retention, and breach notification requirements.
Assign data owners — make accountability explicit — Every dataset must have a named Data Owner (a business executive or senior manager, not an IT role) accountable for: approving access, certifying classification, approving retention periods, and signing off on data quality thresholds. Data Stewards support owners with operational tasks. Ownership must be tracked in the data catalog and reviewed annually.
Implement access control policy — enforce least-privilege for data — Define access control rules per classification tier: who may access, under what conditions, for how long, and with what controls (MFA, VPN, DLP monitoring). Implement attribute-based access control (ABAC) or role-based access control (RBAC) enforced at the data platform layer. Require access request workflows with owner approval for Confidential and Restricted data. Run quarterly access reviews (recertification campaigns).
Define data retention and deletion policy — minimize data exposure over time — For each data domain, define retention periods based on: business need, legal obligations (GDPR Article 5(e) storage limitation, SOX 7-year financial records), and regulatory requirements. Document retention schedules in the data catalog. Implement automated deletion or archival workflows triggered by retention expiry. Test deletion by auditing that expired records are actually removed.
Apply privacy-by-design principles — embed privacy into data architecture — Implement data minimization (collect only what is needed), purpose limitation (use data only for declared purposes), and storage limitation (retain only as long as necessary) per GDPR Article 5 and NIST Privacy Framework. Require a Data Protection Impact Assessment (DPIA) before any new processing of Restricted data or high-risk analytics.
Establish a records of processing activities (RoPA) — meet Article 30 obligations — Maintain a register of all data processing activities for Confidential and Restricted data: the purpose, legal basis, data categories, retention period, recipient categories, and international transfer mechanisms. The RoPA is required for GDPR compliance and serves as the master reference for breach response and regulatory inquiries.
Define a data breach response procedure — prepare before incidents occur — Document: breach detection triggers, containment steps, impact assessment methodology, notification SLAs (GDPR: 72 hours to supervisory authority, without undue delay to data subjects), communication templates, and post-incident review process. Conduct annual tabletop exercises. Ensure the breach response team includes legal, security, communications, and data governance.
Measure governance maturity and improve continuously — Use the DAMA DMBOK2 maturity model or CMMI Data Management maturity to assess governance capability annually. Track key metrics: % of datasets with assigned owners, % with current classification, average time to fulfill access requests, number of policy exceptions, and policy violation incidents. Set annual improvement targets for each metric.
GDPR access request workflow: A customer submits a Subject Access Request (SAR). The data governance portal triggers a workflow that queries the RoPA to identify all systems containing that customer's data, generates a report for Data Stewards in each system to confirm and export their data, and compiles a response within the 30-day GDPR deadline. Audit log records the full chain of handling.
Classification-driven encryption enforcement: A policy engine checks every new dataset registered in the data catalog. Restricted datasets without encryption at rest trigger an automated remediation task to enable encryption and alert the data owner. Confidential datasets missing an owner assignment block the dataset from being made queryable in the analytical warehouse until ownership is assigned.