Labsco
wshobson logo

gdpr-data-handling

โ˜… 37,559

by wshobson ยท part of wshobson/agents

Implement GDPR-compliant data handling with consent management, data subject rights, and privacy by design. Use when building systems that process EU personal data, implementing privacy controls, or conducting GDPR compliance reviews.

๐Ÿงฉ One of 7 skills in the wshobson/agents package โ€” works on its own, and pairs well with its siblings.

This is the playbook your agent receives when the skill activates โ€” you don't need to read it to use the skill, but it's here to audit before installing.

GDPR Data Handling

Practical implementation guide for GDPR-compliant data processing, consent management, and privacy controls.

When to Use This Skill

  • Building systems that process EU personal data
  • Implementing consent management
  • Handling data subject requests (DSRs)
  • Conducting GDPR compliance reviews
  • Designing privacy-first architectures
  • Creating data processing agreements

Core Concepts

1. Personal Data Categories

CategoryExamplesProtection Level
BasicName, email, phoneStandard
Sensitive (Art. 9)Health, religion, ethnicityExplicit consent
Criminal (Art. 10)Convictions, offensesOfficial authority
Children'sUnder 16 dataParental consent
Article 6 - Lawful Bases:
โ”œโ”€โ”€ Consent: Freely given, specific, informed
โ”œโ”€โ”€ Contract: Necessary for contract performance
โ”œโ”€โ”€ Legal Obligation: Required by law
โ”œโ”€โ”€ Vital Interests: Protecting someone's life
โ”œโ”€โ”€ Public Interest: Official functions
โ””โ”€โ”€ Legitimate Interest: Balanced against rights

3. Data Subject Rights

Right to Access (Art. 15)      โ”€โ”
Right to Rectification (Art. 16) โ”‚
Right to Erasure (Art. 17)       โ”‚ Must respond
Right to Restrict (Art. 18)      โ”‚ within 1 month
Right to Portability (Art. 20)   โ”‚
Right to Object (Art. 21)       โ”€โ”˜

Detailed worked examples and patterns

Detailed sections (starting with ## Implementation Patterns) live in references/details.md. Read that file when the navigation summary above is insufficient.

Best Practices

Do's

  • Minimize data collection - Only collect what's needed
  • Document everything - Processing activities, legal bases
  • Encrypt PII - At rest and in transit
  • Implement access controls - Need-to-know basis
  • Regular audits - Verify compliance continuously

Don'ts

  • Don't pre-check consent boxes - Must be opt-in
  • Don't bundle consent - Separate purposes separately
  • Don't retain indefinitely - Define and enforce retention
  • Don't ignore DSARs - 30-day response required
  • Don't transfer without safeguards - SCCs or adequacy decisions