What problem does it solve? Web applications that handle personal data must satisfy privacy regulations like GDPR and CCPA, but developers often lack a concrete implementation guide covering consent, data subject rights, retention, and audit logging. ## Core Features & Use Cases - Regulatory Decision Trees: Determine which frameworks apply (GDPR, CCPA/CPRA, HIPAA, COPPA, SOC 2) based on user location and data type. - Implementation Patterns: Ready-to-adapt code for cookie consent banners, data export (Right to Access), account deletion (Right to Erasure), auto-purge retention jobs, and audit log schemas. - Compliance Checklists: Pre-delivery checklists covering privacy policies, sub-processor lists, GPC header handling, and accessibility (WCAG 2.2 AA). - Use Case: When building a SaaS storefront serving EU customers, use this Skill to implement a GDPR-compliant cookie banner, a data export endpoint, and a cascading account deletion flow. ## Quick Start Ask the AI to implement a GDPR-compliant cookie consent banner and account deletion flow for your web application.