From mycelium
Assesses Privacy by Design compliance and GDPR/data protection alignment for features or systems using 7 principles, data inventory, and risk recommendations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mycelium:privacy-checkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Privacy by Design assessment.
Privacy by Design assessment.
Proactive not Reactive: Are privacy measures built in from the start?
Privacy as Default: Is the most private option the default?
Privacy Embedded in Design: Is privacy integral to the system?
Positive-Sum, not Zero-Sum (originally "Full Functionality"): Privacy without trade-offs?
End-to-End Security: Data protected throughout its lifecycle?
Visibility and Transparency: Is data processing transparent?
Respect for User Privacy: Are user interests centered?
## Privacy Assessment: [Feature/System]
### PbD Principles
| Principle | Status | Notes |
|-----------|--------|-------|
| Proactive | Pass/Fail | ... |
| Default privacy | Pass/Fail | ... |
| Embedded | Pass/Fail | ... |
| Full functionality | Pass/Fail | ... |
| End-to-end security | Pass/Fail | ... |
| Transparency | Pass/Fail | ... |
| User respect | Pass/Fail | ... |
### Data Inventory
| Data | Purpose | Basis | Retention | Protection |
|------|---------|-------|-----------|-----------|
| ... | ... | ... | ... | ... |
### Risks and Recommendations
1. [risk and recommended action]
APPEND a ### Privacy Assessment entry to .claude/harness/decision-log.md with: principles assessed, data flows identified, risks found, GDPR compliance status.
npx claudepluginhub haabe/mycelium --plugin myceliumConducts GDPR compliance assessments for systems or processing activities, including data mapping, lawful basis checks, DPIA evaluation, data subject rights review, and prioritized remediation roadmaps.
Conduct Privacy Impact Assessments (PIA) to evaluate privacy risks and compliance for data processing activities.
Implements and audits privacy controls (GDPR, CCPA, LGPD, PIPEDA) in code, data, and infrastructure. Covers data minimization, DSARs, DPIAs, consent management, breach notification timing, and right-to-be-forgotten across backups and caches.