SKILL.md
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/DATAGOVERNANCE.md,docs/harness/DATAMODEL.md, anddocs/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.