What problem does it solve? Building systems that process EU personal data requires implementing consent tracking, data subject request handling, retention enforcement, and breach notification workflows that satisfy GDPR legal requirements. ## Core Features & Use Cases - Consent Management: Record, verify, and audit user consent with timestamps, policy versions, and event emission for downstream systems. - Data Subject Request Handling: Process access, erasure, and portability requests with 30-day deadline tracking and multi-source data collection. - Retention & Breach Workflows: Enforce retention policies with anonymization options and handle 72-hour breach notification to supervisory authorities. - Use Case: When building a SaaS application serving EU customers, use this Skill to implement a consent banner, a DSAR endpoint that exports user data as JSON, and a scheduled job that anonymizes analytics data older than one year. ## Quick Start Implement a GDPR-compliant consent management service with an audit log and a cookie consent banner for my web application.