Data Governance
Use this skill when a change touches PII, privacy, retention, data classification, access control, audit logs, analytics events, schema ownership, or compliance-sensitive data.
Workflow
- Identify data classes: public, internal, confidential, secret, PII, regulated.
- Identify where data enters, persists, leaves, and gets logged.
- Confirm validation and minimization at external boundaries.
- Confirm retention and deletion expectations.
- Check access control and audit trail requirements.
- Check whether migrations preserve ownership and rollback expectations.
- Update
docs/harness/DATA_GOVERNANCE.md, docs/harness/DATA_MODEL.md, and docs/harness/SECURITY_POLICY.md.
Red Flags
- PII in logs, model-visible files, telemetry, screenshots, or test fixtures.
- Broad admin access without audit.
- Analytics events with raw user content.
- Data retention without deletion path.
- Schema changes without migration verification.
Required Output
Return data classes, flows, storage, retention, access controls, audit evidence, and unresolved compliance risk.
1---2name: data-governance3description: Data governance workflow. Use when handling PII, privacy, retention, data classification, access control, audit logs, schema ownership, data migrations, analytics events, or compliance-sensitive changes.4---56# Data Governance78Use this skill when a change touches PII, privacy, retention, data classification, access control, audit logs, analytics events, schema ownership, or compliance-sensitive data.910## Workflow11121. Identify data classes: public, internal, confidential, secret, PII, regulated.132. Identify where data enters, persists, leaves, and gets logged.143. Confirm validation and minimization at external boundaries.154. Confirm retention and deletion expectations.165. Check access control and audit trail requirements.176. Check whether migrations preserve ownership and rollback expectations.187. Update `docs/harness/DATA_GOVERNANCE.md`, `docs/harness/DATA_MODEL.md`, and `docs/harness/SECURITY_POLICY.md`.1920## Red Flags2122- PII in logs, model-visible files, telemetry, screenshots, or test fixtures.23- Broad admin access without audit.24- Analytics events with raw user content.25- Data retention without deletion path.26- Schema changes without migration verification.2728## Required Output2930Return data classes, flows, storage, retention, access controls, audit evidence, and unresolved compliance risk.