GDPR Assessment
Assess EU General Data Protection Regulation (GDPR) compliance for "$ARGUMENTS". Evaluate lawful basis, data mapping, data subject rights, international transfers, and breach readiness.
Prerequisites
Read .metapowers/compliance/$ARGUMENTS/00-scope.md. If this file does not exist, tell the user:
Phase 0 (Scope) has not been completed for "$ARGUMENTS". Run /compliance:regulatory-landscape $ARGUMENTS first, or use --skip-checks to bypass.
If --skip-checks is present in $ARGUMENTS, skip this check.
Process
Read context files:
- Read
plugins/compliance/shared/grc-lifecycle-guide.md for GRC methodology reference
- Read
plugins/compliance/shared/assessment-template.md for output structure
- Read
.metapowers/compliance/$ARGUMENTS/00-scope.md for scope and control framework context
Lawful basis assessment (Art 6/9):
- Identify each processing activity and its claimed lawful basis
- Assess validity of consent mechanisms (freely given, specific, informed, unambiguous)
- Evaluate legitimate interest balancing tests where applicable
- Review special category data processing (Art 9) and additional conditions
- Document lawful basis per processing activity in a matrix
Data mapping and records of processing (Art 30):
- Assess data inventory completeness (what personal data, categories of data subjects)
- Map data flows (collection points, storage locations, processing systems, recipients)
- Evaluate retention periods and deletion schedules
- Review records of processing activities for controllers and processors
- Identify gaps in data lineage documentation
Data Protection Impact Assessment (Art 35):
- Identify high-risk processing requiring DPIA (profiling, large-scale monitoring, sensitive data)
- Assess existing DPIAs for completeness and quality
- Evaluate whether prior consultation with supervisory authority is required (Art 36)
- Review DPIA methodology and risk scoring approach
Data subject rights procedures:
- Assess processes for: access (Art 15), rectification (Art 16), erasure (Art 17), restriction (Art 18), portability (Art 20), objection (Art 21)
- Evaluate response timelines (one month, extension procedures)
- Review identity verification procedures for requests
- Assess automated decision-making and profiling safeguards (Art 22)
International transfers:
- Map all transfers outside the EEA
- Assess transfer mechanisms: adequacy decisions, Standard Contractual Clauses (SCCs), Binding Corporate Rules (BCRs)
- Evaluate Schrems II compliance (Transfer Impact Assessments, supplementary measures)
- Review derogations relied upon (Art 49)
DPO and governance:
- Assess whether DPO appointment is required (Art 37)
- Evaluate DPO independence, resources, and reporting line
- Review privacy by design and by default implementation (Art 25)
Breach notification readiness:
- Assess breach detection capabilities
- Evaluate notification procedures (72 hours to supervisory authority, without undue delay to data subjects)
- Review breach severity assessment methodology
- Check breach register maintenance
Write the artifact to .metapowers/compliance/$ARGUMENTS/01-assess/gdpr.md following the assessment template structure with:
- Lawful Basis Matrix — processing activity to legal basis mapping with validity assessment
- Data Mapping Assessment — data inventory completeness and flow documentation
- DPIA Status — high-risk processing identified and DPIA coverage
- Rights Procedures — readiness score per right
- Transfer Mechanisms — transfer map with mechanism and Schrems II compliance
- Governance — DPO status, privacy by design maturity
- Breach Readiness — detection, notification, and documentation capability
- Evidence Inventory — existing evidence and evidence gaps
- Remediation Priorities — ranked list of gaps to address
Output
The GDPR assessment written to .metapowers/compliance/$ARGUMENTS/01-assess/gdpr.md. Present a summary to the user highlighting:
- Overall compliance score across all assessment areas
- Lawful basis coverage and any unsupported processing activities
- Top 3 gaps requiring remediation
- International transfer risk areas
1---2name: gdpr3description: Assess GDPR compliance — lawful basis, data mapping, DPIA, rights, transfers, DPO, breach notification4---56# GDPR Assessment78Assess EU General Data Protection Regulation (GDPR) compliance for "$ARGUMENTS". Evaluate lawful basis, data mapping, data subject rights, international transfers, and breach readiness.910## Prerequisites1112Read `.metapowers/compliance/$ARGUMENTS/00-scope.md`. If this file does not exist, tell the user:1314> Phase 0 (Scope) has not been completed for "$ARGUMENTS". Run `/compliance:regulatory-landscape $ARGUMENTS` first, or use `--skip-checks` to bypass.1516If `--skip-checks` is present in $ARGUMENTS, skip this check.1718## Process19201. **Read context files:**21 - Read `plugins/compliance/shared/grc-lifecycle-guide.md` for GRC methodology reference22 - Read `plugins/compliance/shared/assessment-template.md` for output structure23 - Read `.metapowers/compliance/$ARGUMENTS/00-scope.md` for scope and control framework context24252. **Lawful basis assessment (Art 6/9):**26 - Identify each processing activity and its claimed lawful basis27 - Assess validity of consent mechanisms (freely given, specific, informed, unambiguous)28 - Evaluate legitimate interest balancing tests where applicable29 - Review special category data processing (Art 9) and additional conditions30 - Document lawful basis per processing activity in a matrix31323. **Data mapping and records of processing (Art 30):**33 - Assess data inventory completeness (what personal data, categories of data subjects)34 - Map data flows (collection points, storage locations, processing systems, recipients)35 - Evaluate retention periods and deletion schedules36 - Review records of processing activities for controllers and processors37 - Identify gaps in data lineage documentation38394. **Data Protection Impact Assessment (Art 35):**40 - Identify high-risk processing requiring DPIA (profiling, large-scale monitoring, sensitive data)41 - Assess existing DPIAs for completeness and quality42 - Evaluate whether prior consultation with supervisory authority is required (Art 36)43 - Review DPIA methodology and risk scoring approach44455. **Data subject rights procedures:**46 - Assess processes for: access (Art 15), rectification (Art 16), erasure (Art 17), restriction (Art 18), portability (Art 20), objection (Art 21)47 - Evaluate response timelines (one month, extension procedures)48 - Review identity verification procedures for requests49 - Assess automated decision-making and profiling safeguards (Art 22)50516. **International transfers:**52 - Map all transfers outside the EEA53 - Assess transfer mechanisms: adequacy decisions, Standard Contractual Clauses (SCCs), Binding Corporate Rules (BCRs)54 - Evaluate Schrems II compliance (Transfer Impact Assessments, supplementary measures)55 - Review derogations relied upon (Art 49)56577. **DPO and governance:**58 - Assess whether DPO appointment is required (Art 37)59 - Evaluate DPO independence, resources, and reporting line60 - Review privacy by design and by default implementation (Art 25)61628. **Breach notification readiness:**63 - Assess breach detection capabilities64 - Evaluate notification procedures (72 hours to supervisory authority, without undue delay to data subjects)65 - Review breach severity assessment methodology66 - Check breach register maintenance67689. **Write the artifact** to `.metapowers/compliance/$ARGUMENTS/01-assess/gdpr.md` following the assessment template structure with:69 - **Lawful Basis Matrix** — processing activity to legal basis mapping with validity assessment70 - **Data Mapping Assessment** — data inventory completeness and flow documentation71 - **DPIA Status** — high-risk processing identified and DPIA coverage72 - **Rights Procedures** — readiness score per right73 - **Transfer Mechanisms** — transfer map with mechanism and Schrems II compliance74 - **Governance** — DPO status, privacy by design maturity75 - **Breach Readiness** — detection, notification, and documentation capability76 - **Evidence Inventory** — existing evidence and evidence gaps77 - **Remediation Priorities** — ranked list of gaps to address7879## Output8081The GDPR assessment written to `.metapowers/compliance/$ARGUMENTS/01-assess/gdpr.md`. Present a summary to the user highlighting:82- Overall compliance score across all assessment areas83- Lawful basis coverage and any unsupported processing activities84- Top 3 gaps requiring remediation85- International transfer risk areas