International Privacy Assessment
Assess international privacy law compliance for "$ARGUMENTS". Evaluate requirements under PIPEDA (Canada), PDPA (Singapore), and APPI (Japan), and create a cross-jurisdiction compliance matrix.
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
PIPEDA (Canada) assessment:
- Assess applicability (commercial activity, federal vs provincial jurisdiction)
- Evaluate 10 fair information principles: accountability, identifying purposes, consent, limiting collection, limiting use/disclosure/retention, accuracy, safeguards, openness, individual access, challenging compliance
- Assess consent requirements (express, implied, deemed, opt-out)
- Review PIPEDA vs provincial privacy laws (Alberta PIPA, Quebec Law 25, BC PIPA)
- Evaluate breach notification requirements (real risk of significant harm)
- Assess cross-border transfer obligations
- Review Privacy Commissioner complaint and investigation process readiness
PDPA (Singapore) assessment:
- Assess applicability and exemptions
- Evaluate consent obligations (notification, purpose limitation)
- Assess Do Not Call (DNC) Registry compliance
- Review data protection obligations: purpose limitation, notification, consent, access/correction, accuracy, protection, retention limitation, transfer limitation
- Evaluate Data Protection Officer appointment
- Assess data breach notification (notify PDPC within 3 days of assessment, notify affected individuals)
- Review PDPC enforcement and financial penalty exposure
APPI (Japan) assessment:
- Assess applicability under amended 2022 APPI requirements
- Evaluate consent requirements for personal information handling
- Assess consent for international transfers (country name disclosure, recipient's system)
- Review pseudonymized and anonymized data processing rules
- Evaluate individual rights (disclosure, correction, cessation of use, third-party provision record)
- Assess Personal Information Protection Commission (PPC) compliance
- Review data breach notification requirements (PPC notification and individual notification)
- Evaluate academic, journalistic, and religious exemptions if applicable
Cross-jurisdiction compliance matrix:
- Create matrix comparing: consent models, data subject rights, cross-border transfer rules, breach notification timelines, DPO requirements, enforcement mechanisms
- Identify common baseline across all applicable jurisdictions
- Highlight jurisdiction-specific requirements not covered by baseline
- Score compliance per jurisdiction per requirement area
Write the artifact to .metapowers/compliance/$ARGUMENTS/01-assess/intl-privacy.md following the assessment template structure with:
- Applicable Jurisdictions — which laws apply with rationale
- PIPEDA Assessment — fair information principles scoring (if applicable)
- PDPA Assessment — obligation scoring per category (if applicable)
- APPI Assessment — requirement scoring per category (if applicable)
- Cross-Jurisdiction Matrix — comparative requirement and compliance view
- Common Baseline — shared requirements and unified compliance approach
- Jurisdiction-Specific Gaps — unique requirements per law
- Evidence Inventory — existing evidence and evidence gaps
- Remediation Priorities — ranked list of gaps to address
Output
The international privacy assessment written to .metapowers/compliance/$ARGUMENTS/01-assess/intl-privacy.md. Present a summary to the user highlighting:
- Applicable jurisdictions and overall compliance score per jurisdiction
- Cross-jurisdiction common baseline compliance
- Jurisdiction-specific requirements needing attention
- Top 3 gaps requiring remediation
1---2name: intl-privacy3description: Assess international privacy compliance — PIPEDA (Canada), PDPA (Singapore), APPI (Japan)4---56# International Privacy Assessment78Assess international privacy law compliance for "$ARGUMENTS". Evaluate requirements under PIPEDA (Canada), PDPA (Singapore), and APPI (Japan), and create a cross-jurisdiction compliance matrix.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. **PIPEDA (Canada) assessment:**26 - Assess applicability (commercial activity, federal vs provincial jurisdiction)27 - Evaluate 10 fair information principles: accountability, identifying purposes, consent, limiting collection, limiting use/disclosure/retention, accuracy, safeguards, openness, individual access, challenging compliance28 - Assess consent requirements (express, implied, deemed, opt-out)29 - Review PIPEDA vs provincial privacy laws (Alberta PIPA, Quebec Law 25, BC PIPA)30 - Evaluate breach notification requirements (real risk of significant harm)31 - Assess cross-border transfer obligations32 - Review Privacy Commissioner complaint and investigation process readiness33343. **PDPA (Singapore) assessment:**35 - Assess applicability and exemptions36 - Evaluate consent obligations (notification, purpose limitation)37 - Assess Do Not Call (DNC) Registry compliance38 - Review data protection obligations: purpose limitation, notification, consent, access/correction, accuracy, protection, retention limitation, transfer limitation39 - Evaluate Data Protection Officer appointment40 - Assess data breach notification (notify PDPC within 3 days of assessment, notify affected individuals)41 - Review PDPC enforcement and financial penalty exposure42434. **APPI (Japan) assessment:**44 - Assess applicability under amended 2022 APPI requirements45 - Evaluate consent requirements for personal information handling46 - Assess consent for international transfers (country name disclosure, recipient's system)47 - Review pseudonymized and anonymized data processing rules48 - Evaluate individual rights (disclosure, correction, cessation of use, third-party provision record)49 - Assess Personal Information Protection Commission (PPC) compliance50 - Review data breach notification requirements (PPC notification and individual notification)51 - Evaluate academic, journalistic, and religious exemptions if applicable52535. **Cross-jurisdiction compliance matrix:**54 - Create matrix comparing: consent models, data subject rights, cross-border transfer rules, breach notification timelines, DPO requirements, enforcement mechanisms55 - Identify common baseline across all applicable jurisdictions56 - Highlight jurisdiction-specific requirements not covered by baseline57 - Score compliance per jurisdiction per requirement area58596. **Write the artifact** to `.metapowers/compliance/$ARGUMENTS/01-assess/intl-privacy.md` following the assessment template structure with:60 - **Applicable Jurisdictions** — which laws apply with rationale61 - **PIPEDA Assessment** — fair information principles scoring (if applicable)62 - **PDPA Assessment** — obligation scoring per category (if applicable)63 - **APPI Assessment** — requirement scoring per category (if applicable)64 - **Cross-Jurisdiction Matrix** — comparative requirement and compliance view65 - **Common Baseline** — shared requirements and unified compliance approach66 - **Jurisdiction-Specific Gaps** — unique requirements per law67 - **Evidence Inventory** — existing evidence and evidence gaps68 - **Remediation Priorities** — ranked list of gaps to address6970## Output7172The international privacy assessment written to `.metapowers/compliance/$ARGUMENTS/01-assess/intl-privacy.md`. Present a summary to the user highlighting:73- Applicable jurisdictions and overall compliance score per jurisdiction74- Cross-jurisdiction common baseline compliance75- Jurisdiction-specific requirements needing attention76- Top 3 gaps requiring remediation