Structures the first hours after a security incident. ENISA severity scoring, 72-hour notification clock, lead SA determination, EDPB case matching, AI Act Art. 62 intersection, and audit-ready document generation — 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.
breach-sentinel/ ├── evals # Test cases + assertions │ └── evals.json # 8 cases, 73 assertions ├── references # Reference corpus │ ├── edpb-cases.md │ ├── enisa-methodology.md │ ├── mitigation-playbook.md │ ├── post-notification-tracking.md │ ├── strategic-advisory.md │ ├── templates.md │ └── web-research.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.
breach-sentinel/ foldercp -r breach-sentinel/ \ ~/.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.
See CHANGELOG.md for version history.
GDPR Breach Response Sentinel — an advanced incident response skill for Claude that provides:
breach-sentinel/
├── SKILL.md # Main skill instructions (deploy this)
├── evals/
│ └── evals.json # 8 test cases, 73 assertions
└── references/
├── enisa-methodology.md # ENISA severity scoring tables + worked examples
├── edpb-cases.md # 18 EDPB breach case scenarios
├── templates.md # Document templates (Art. 33, Art. 34, etc.)
├── strategic-advisory.md # Advisory framework, principles, tone examples
├── mitigation-playbook.md # Design principles, output format, action categories
├── post-notification-tracking.md # Tracking dashboard template
└── web-research.md # Search query templates and usage guidance
breach-sentinel/ folder structurebreach-sentinel/ folder to your skills directory:
bash
cp -r breach-sentinel/ /path/to/your/skills/user/breach-sentinel/Just tell Claude about a breach:
"We just discovered that an external attacker exfiltrated our customer database. About 2,000 records with names, emails, and payment data. We're based in Munich. This happened yesterday at 3pm."
The skill will activate and walk you through the assessment.
| Mode | When to Use |
|---|---|
| Guided | You're unsure about details; skill asks questions one by one |
| Fast Path | You have all the facts; dump them and get an instant assessment |
| Emergency | <12 hours remaining on notification clock |
| Feature | Description |
|---|---|
| ENISA Severity Calculation | Full SE = (DPC × EI) + CB with contextual adjustments |
| Borderline Score Analysis | Extra scrutiny for scores near 2.0/3.0/4.0 thresholds |
| EDPB Case Matching | Maps to 18 documented scenarios from Guidelines 01/2021 |
| Strategic Advisory | Senior counsel-level analysis: hidden risks, SA strategy, leverage points |
| Dynamic Web Research | Searches for current enforcement precedents and SA guidance |
| SA Contact Lookup | Finds notification portal URLs and jurisdiction-specific requirements |
| Germany SA Routing | Correctly routes to BfDI vs. LfDI/LDA based on entity type |
| Mitigation Playbook | Case-specific, flexibly structured action plan with owners and deadlines |
| AI Act Integration | Flags Art. 62 serious incident reporting for AI system breaches |
| DPA Deadline Tracking | Captures contractual processor deadlines alongside statutory 72h |
| Document Generation | Audit-ready .docx files for all breach documentation |
| Post-Notification Tracking | Ongoing case management dashboard |
| Document | Reference |
|---|---|
| GDPR Articles 33 & 34 | Breach notification obligations |
| EDPB Guidelines 9/2022 v2.0 | Personal data breach notification |
| EDPB Guidelines 01/2021 v2.0 | Examples regarding breach notification |
| ENISA Severity Methodology | Risk assessment formula and scoring |
| EU AI Act (Reg. 2024/1689) | Art. 62 serious incident reporting |
This skill provides guidance based on publicly available GDPR regulatory materials. It does not constitute legal advice. All notification decisions should involve qualified legal counsel and your organization's DPO.
*Created by Oliver Schmidt-Prietz — OneZero Legal