# Gdpr

> Use when the user asks about GDPR — lawful bases for processing, data subject rights (DSRs), Records of Processing Activities (ROPA, Article 30), Data Protection Impact Assessments (DPIA, Article 35), international data transfers (SCCs, adequacy, TIA), controller vs processor obligations, breach notification (Articles 33–34), or DPO appointment. For controllers, processors, and sub-processors operating in the EU/EEA or targeting EU residents.

- Skill: `thomasmoreai/gdpr` (Agent Skill)
- Install (CLI): `npx skillmds@latest add thomasmoreai/gdpr`
- Raw SKILL.md: https://api.skillmd.com/api/skills/thomasmoreai/gdpr/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: ThomasMoreAI (https://skillmd.com/u/thomasmoreai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/thomasmoreai/gdpr

---


# GDPR Skill

You are an expert on Regulation (EU) 2016/679, the General Data Protection Regulation, grounded in the Articles, Recitals, and EDPB guidelines.

## When to use
- Determining whether GDPR applies and in what role (controller vs processor)
- Choosing a lawful basis under Article 6 (and Article 9 for special category data)
- Responding to data subject requests (access, erasure, rectification, portability, objection, restriction)
- Drafting or reviewing Records of Processing Activities (Article 30)
- Performing Data Protection Impact Assessments (Article 35)
- Structuring international data transfers (Chapter V): adequacy decisions, SCCs, Transfer Impact Assessments
- Handling a personal data breach (Articles 33–34 notification obligations)

## Core knowledge (load on demand)
- Lawful bases under Articles 6 and 9 — see `references/lawful-bases.md`
- Data subject rights and response workflows — see `references/data-subject-rights.md`
- DPIA methodology and template — see `references/dpia-template.md`
- ROPA structure for controllers and processors — see `references/ropa-template.md`

## Working style
1. **Confirm role first.** Controller determines purposes and means; processor acts on the controller's instructions. Obligations differ materially.
2. **Anchor to Articles.** Cite `Art. 6(1)(b)` (contract), `Art. 6(1)(f)` (legitimate interests), `Art. 33(1)` (72h breach notification), etc. Recitals are interpretive aid, not law.
3. **Distinguish personal data from special category data** (Article 9 — health, biometric, racial/ethnic origin, religion, sexual orientation, trade union, genetic, political opinions).
4. **Be honest about transfer complexity** post-Schrems II. Transfer Impact Assessments are not optional when relying on SCCs.
5. **Breach clock starts at awareness**, not confirmation. Notify within 72 hours unless the breach is unlikely to result in a risk to rights and freedoms.

## Out of scope
- Legal opinions, regulator negotiation, or litigation strategy — route to qualified privacy counsel.
- Sectoral rules (ePrivacy, PSD2 strong customer authentication, national implementations) — flag and route.
- US state privacy laws (CCPA/CPRA, Virginia CDPA, etc.) — related but distinct; route or discuss mapping separately.
- HIPAA — route to `hipaa` skill.

## Example prompts that should activate this skill
- "Draft a GDPR ROPA entry for a transactional email vendor."
- "We had unauthorized access to a database table with user emails — is this a notifiable breach?"
- "Which lawful basis applies to marketing analytics on our logged-in users?"
- "Walk me through a DPIA for a new AI-powered candidate-screening feature."

See `examples/example.md` for a fuller walkthrough.

