/compliance-check -- Compliance Review
Run a compliance check on a proposed action, product feature, marketing campaign, or business initiative.
Important: This command assists with legal workflows but does not provide legal advice. Compliance assessments should be reviewed by qualified legal professionals. Regulatory requirements change frequently; always verify current requirements with authoritative sources.
Usage
/compliance-check $ARGUMENTS
What I Need From You
Describe what you're planning to do. Examples:
- "We want to launch a referral program with cash rewards"
- "We're adding biometric authentication to our mobile app"
- "We need to process EU customer data in our US data center"
Output
## Compliance Check: [Initiative]
### Summary
[Quick assessment: Proceed / Proceed with conditions / Requires further review]
### Applicable Regulations and Policies
| Regulation/Policy | Relevance | Key Requirements |
|-------------------|-----------|-----------------|
| [GDPR / CCPA / etc.] | [How it applies] | [What you need to do] |
### Requirements
| # | Requirement | Status | Action Needed |
|---|-------------|--------|---------------|
| 1 | [Requirement] | [Met / Not Met / Unknown] | [What to do] |
### Risk Areas
| Risk | Severity | Mitigation |
|------|----------|------------|
| [Risk] | [High/Med/Low] | [How to address] |
### Recommended Actions
1. [Most important action]
2. [Second priority]
### Approvals Needed
| Approver | Why | Status |
|----------|-----|--------|
| [Person/Team] | [Reason] | [Pending] |
Privacy Regulation Overview
GDPR (General Data Protection Regulation)
Scope: Processing of personal data of individuals in the EU/EEA.
Key Obligations:
- Lawful basis: Identify and document lawful basis for each processing activity
- Data subject rights: Respond to access, rectification, erasure, portability, restriction, and objection requests within 30 days
- DPIAs: Required for processing likely to result in high risk
- Breach notification: Notify supervisory authority within 72 hours
- Records of processing: Maintain Article 30 records
- International transfers: Ensure appropriate safeguards (SCCs, adequacy decisions, BCRs)
CCPA / CPRA (California)
Key Obligations:
- Right to know: Consumers can request disclosure of PI collected, used, and shared
- Right to delete: Consumers can request deletion
- Right to opt-out: Consumers can opt out of sale/sharing of PI
- Right to correct: Consumers can request correction (CPRA)
- Response timelines: Acknowledge within 10 business days, respond within 45 calendar days
Other Key Regulations
| Regulation |
Jurisdiction |
Key Differentiators |
| LGPD |
Brazil |
Similar to GDPR; requires DPO |
| POPIA |
South Africa |
Information Regulator oversight |
| PIPEDA |
Canada (federal) |
Consent-based framework |
| PDPA |
Singapore |
Do Not Call registry; mandatory breach notification |
| PIPL |
China |
Strict cross-border transfer rules; data localization |
| UK GDPR |
United Kingdom |
Post-Brexit UK version; ICO oversight |
DPA Review Checklist
Required Elements (GDPR Article 28)
- Subject matter and duration
- Nature and purpose of processing
- Type of personal data
- Categories of data subjects
- Controller obligations and rights
Processor Obligations
- Process only on documented instructions
- Confidentiality commitments
- Appropriate security measures
- Sub-processor requirements (authorization, notification, liability)
- Data subject rights assistance
- Breach notification without undue delay
- Deletion or return on termination
- Audit rights
International Transfers
- Transfer mechanism identified (SCCs, adequacy, BCRs)
- Current EU SCCs (June 2021 version)
- Transfer impact assessment completed
- UK addendum if UK data in scope
Data Subject Request Handling
Request Types
- Access, rectification, erasure, restriction, portability, objection, opt-out of sale/sharing
Response Timelines
| Regulation |
Acknowledgment |
Response |
Extension |
| GDPR |
Promptly |
30 days |
+60 days |
| CCPA/CPRA |
10 business days |
45 calendar days |
+45 days |
| UK GDPR |
Promptly |
30 days |
+60 days |
Common Exemptions
- Legal claims defense
- Legal obligations requiring retention
- Public interest
- Litigation hold
- Regulatory retention requirements
Tips
- Be specific — describe the actual planned activity
- Include the geography — compliance requirements vary by jurisdiction
- Mention the data — what personal data is involved drives most requirements
1---2name: compliance-check3description: Run a compliance check on a proposed action, product feature, marketing campaign, or business initiative. Covers GDPR, CCPA/CPRA, LGPD, POPIA, PIPEDA, PDPA, PIPL, UK GDPR with DPA review checklist and data subject request handling procedures.4---56# /compliance-check -- Compliance Review78Run a compliance check on a proposed action, product feature, marketing campaign, or business initiative.910**Important**: This command assists with legal workflows but does not provide legal advice. Compliance assessments should be reviewed by qualified legal professionals. Regulatory requirements change frequently; always verify current requirements with authoritative sources.1112## Usage1314```15/compliance-check $ARGUMENTS16```1718## What I Need From You1920Describe what you're planning to do. Examples:21- "We want to launch a referral program with cash rewards"22- "We're adding biometric authentication to our mobile app"23- "We need to process EU customer data in our US data center"2425## Output2627```markdown28## Compliance Check: [Initiative]2930### Summary31[Quick assessment: Proceed / Proceed with conditions / Requires further review]3233### Applicable Regulations and Policies34| Regulation/Policy | Relevance | Key Requirements |35|-------------------|-----------|-----------------|36| [GDPR / CCPA / etc.] | [How it applies] | [What you need to do] |3738### Requirements39| # | Requirement | Status | Action Needed |40|---|-------------|--------|---------------|41| 1 | [Requirement] | [Met / Not Met / Unknown] | [What to do] |4243### Risk Areas44| Risk | Severity | Mitigation |45|------|----------|------------|46| [Risk] | [High/Med/Low] | [How to address] |4748### Recommended Actions491. [Most important action]502. [Second priority]5152### Approvals Needed53| Approver | Why | Status |54|----------|-----|--------|55| [Person/Team] | [Reason] | [Pending] |56```5758## Privacy Regulation Overview5960### GDPR (General Data Protection Regulation)6162**Scope**: Processing of personal data of individuals in the EU/EEA.6364**Key Obligations**:65- **Lawful basis**: Identify and document lawful basis for each processing activity66- **Data subject rights**: Respond to access, rectification, erasure, portability, restriction, and objection requests within 30 days67- **DPIAs**: Required for processing likely to result in high risk68- **Breach notification**: Notify supervisory authority within 72 hours69- **Records of processing**: Maintain Article 30 records70- **International transfers**: Ensure appropriate safeguards (SCCs, adequacy decisions, BCRs)7172### CCPA / CPRA (California)7374**Key Obligations**:75- **Right to know**: Consumers can request disclosure of PI collected, used, and shared76- **Right to delete**: Consumers can request deletion77- **Right to opt-out**: Consumers can opt out of sale/sharing of PI78- **Right to correct**: Consumers can request correction (CPRA)79- **Response timelines**: Acknowledge within 10 business days, respond within 45 calendar days8081### Other Key Regulations8283| Regulation | Jurisdiction | Key Differentiators |84|---|---|---|85| **LGPD** | Brazil | Similar to GDPR; requires DPO |86| **POPIA** | South Africa | Information Regulator oversight |87| **PIPEDA** | Canada (federal) | Consent-based framework |88| **PDPA** | Singapore | Do Not Call registry; mandatory breach notification |89| **PIPL** | China | Strict cross-border transfer rules; data localization |90| **UK GDPR** | United Kingdom | Post-Brexit UK version; ICO oversight |9192## DPA Review Checklist9394### Required Elements (GDPR Article 28)95- Subject matter and duration96- Nature and purpose of processing97- Type of personal data98- Categories of data subjects99- Controller obligations and rights100101### Processor Obligations102- Process only on documented instructions103- Confidentiality commitments104- Appropriate security measures105- Sub-processor requirements (authorization, notification, liability)106- Data subject rights assistance107- Breach notification without undue delay108- Deletion or return on termination109- Audit rights110111### International Transfers112- Transfer mechanism identified (SCCs, adequacy, BCRs)113- Current EU SCCs (June 2021 version)114- Transfer impact assessment completed115- UK addendum if UK data in scope116117## Data Subject Request Handling118119### Request Types120- Access, rectification, erasure, restriction, portability, objection, opt-out of sale/sharing121122### Response Timelines123124| Regulation | Acknowledgment | Response | Extension |125|---|---|---|---|126| GDPR | Promptly | 30 days | +60 days |127| CCPA/CPRA | 10 business days | 45 calendar days | +45 days |128| UK GDPR | Promptly | 30 days | +60 days |129130### Common Exemptions131- Legal claims defense132- Legal obligations requiring retention133- Public interest134- Litigation hold135- Regulatory retention requirements136137## Tips1381391. **Be specific** — describe the actual planned activity1402. **Include the geography** — compliance requirements vary by jurisdiction1413. **Mention the data** — what personal data is involved drives most requirements