Drafts GDPR/DSGVO-compliant privacy notices as professional .docx. type-driven intake, Art. 13/14 completeness, jurisdiction-aware wording, AI Act transparency overlay, multi-language output, and structured compliance verification — in a single guided workflow.
Each capability is documented separately, tested separately, and called by the workflow at the right moment. Compose them or invoke individually.
Twelve structured steps. The human stays accountable; the skill carries the structure, the citations, and the document trail.
Match the workflow to the situation. The skill router picks automatically; you can override.
Single-folder skill. SKILL.md is the runtime spec; references hold the knowledge corpus; evals hold the proof.
privacy-notice-eu/ ├── evals # Test cases + assertions │ └── evals.json # 4 cases, 40 assertions ├── references # Reference corpus │ ├── DE.md │ ├── EU_COMMON.md │ ├── FR.md │ ├── NOTICE_TYPES.md │ ├── OTHER_EU.md │ └── templates.md ├── CHANGELOG.md # Version history ├── README.md # Deployment guide └── SKILL.md # Main skill instructions
Two deployment surfaces. The skill auto-triggers on relevant keywords once installed.
privacy-notice-eu/ foldercp -r privacy-notice-eu/ \ ~/.claude/skills/user/
Every output is documented, version-pinned, and traceable to its source citation.
Every release runs against a fixed test suite. Assertions check numeric consistency, citation accuracy, and decision-tree branches.
Every legal verdict resolves to one of these instruments. No invented articles, no synthetic recitals.
The trace is the product. Nothing happens off the record — no hidden tool calls, no silent retrieval, no opaque chain-of-thought.
Pan-EU GDPR Privacy Notice Generator — a comprehensive drafting skill for Claude that produces jurisdiction-aware, GDPR-compliant privacy notices as professional .docx documents:
privacy-notice-eu/
├── SKILL.md # Main skill instructions (deploy this)
└── references/
├── templates.md # Document template: structure, formatting, translations
├── EU_COMMON.md # Pan-EU GDPR requirements (Art. 13/14 checklist, legal bases)
├── DE.md # Germany-specific requirements (BDSG, TDDDG, DSK guidance)
├── FR.md # France-specific requirements (CNIL recommendations, LIL, LCEN)
├── OTHER_EU.md # AT, IT, ES, NL, BE, IE, UK GDPR specifics
└── NOTICE_TYPES.md # Type profiles: section maps, data categories, intake questions
privacy-notice-eu/ folder structureprivacy-notice-eu/ folder to your skills directory:
bash
cp -r privacy-notice-eu/ /path/to/your/skills/user/privacy-notice-eu/Just tell Claude what you need:
"I need a privacy notice for our SaaS platform. We're a German GmbH based in Berlin, targeting customers in Germany and France. We use Google Analytics, Stripe for payments, and OpenAI for an AI chatbot feature."
The skill will activate and walk you through the intake process.
| Step | Description |
|---|---|
| 1. Scope | Notice type, jurisdiction(s), language, template choice |
| 2. Intake | Type-driven collection: controller info, data inventory, legal bases, processors, cookies, AI |
| 3. Draft | Generate notice from template + type profile + collected information |
| 4. Verify | Art. 13/14 compliance check + type-specific checks + AI Act check |
| 5. Deliver | Professional .docx output with post-generation checklist |
| Type | Typical Use Case |
|---|---|
| Website / App | Visitors, users, subscribers — includes sub-types (brochure, e-commerce, SaaS, mobile, marketplace, AI platform) |
| Applicant | Job applicants and candidates |
| Employee | Employees, contractors, interns |
| B2B Partner | Contact persons at vendors, suppliers, clients |
| B2C Customer | End consumers in purchase/service relationships |
| Combined | Multiple audiences in one or linked notices |
| Document | Reference |
|---|---|
| GDPR Articles 13 & 14 | Information duties to data subjects |
| GDPR Article 21(4) | Prominent presentation of right to object |
| GDPR Article 22 | Automated decision-making transparency |
| EU AI Act Article 50 | AI transparency obligations |
| BDSG (Germany) | Sec. 26 employee data, DPO thresholds |
| CNIL Recommendations (France) | 2020 privacy notice guidance |
| TDDDG (Germany) | Telemedien/cookie requirements |
See CHANGELOG.md.
This skill provides drafting guidance based on publicly available GDPR regulatory materials. It does not constitute legal advice. All privacy notices should be reviewed by qualified data protection counsel and your organization's DPO before publication.
Created by Oliver Schmidt-Prietz — OneZero Legal