🔒Privacy Legal (official)
DPAs reviewed as controller or processor, DSARs answered on deadline, PIAs generated in house format.
Works with
- Claude Code or Claude Cowork.
- Your DPA playbook preferences (captured by the first-run interview).
- Optional MCP connectors for docs and tickets.
What's inside
- /privacy-legal:dpa-reviewcommand
Reviews a Data Processing Agreement against your playbook — auto-detects whether you're controller or processor.
- /privacy-legal:dsar-responsecommand
Drafts DSAR acknowledgments and substantive responses within statutory timelines.
- /privacy-legal:pia-generationcommand
Generates a Privacy Impact Assessment in house format for a new feature.
- /privacy-legal:use-case-triagecommand
Decides whether an activity needs a PIA, a mandatory GDPR DPIA, or can proceed.
Installation
First run learns your DPA playbook and privacy program posture.
⚖️ Every output is a draft for attorney review — not legal advice.
- Make sure Claude Code is installed.
npm i -g @anthropic-ai/claude-code - Copy the block below and paste it into your terminal.
The lines run one after another — everything the plugin needs, in one paste.
- Credentials
No API keys required.
- Restart Claude Code and use it.
Quit and reopen Claude Code so the plugin loads. Its commands and skills are then available in every session — run
/pluginto confirm it's installed.
Prefer to read the source first? Open on GitHub.