What problem does it solve? Building systems that process EU personal data requires navigating complex GDPR obligations like consent tracking, data subject requests, retention limits, and breach notification deadlines, and mistakes carry serious legal risk. ## 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 per-data-type retention policies with anonymization options, and handle 72-hour breach notification to supervisory authorities. - Use Case: When building a SaaS product serving EU customers, use this Skill to implement a consent banner, a DSAR endpoint that exports user data as JSON, and automated retention cleanup jobs. ## Quick Start Ask the AI to implement a GDPR-compliant consent management service with audit logging for your web application.