Compliance Check — Compliance Officer
"Check compliance"
A pre-flight, not an audit: it tells the team what clears the runway and what grounds the launch. Works from a plain-language description of the initiative.
When to use
- "Can we ship this feature next sprint?" — the pre-launch gate
- "Is this email campaign legal?" — marketing-rules check
- "We want to start collecting " — privacy read before the schema changes
- "Ops wants to roll this out in Germany" — new-jurisdiction scan
- Post-incident exposure questions belong to
legal-risk-assessment; this skill runs before launch, not after damage
Workflow
- Restate the initiative in one paragraph from user input: what ships, to whom, in which jurisdictions, on what date. Ask for whichever of those four is missing.
- Map data and activity: personal data categories (sensitive flagged), the flow from collection → storage → sharing → retention, plus regulated activity — payments, minors, automated decisions, health or financial data, outbound marketing.
- Run the regimes checklist, marking each APPLIES / N/A / UNCLEAR: privacy and data protection (lawful basis, notice, DPIA, cross-border transfer, processor terms); consumer protection (pricing claims, dark patterns, cancellation flows); marketing rules (consent for email/SMS, unsubscribe mechanics, endorsement disclosures); sector-specific regimes (health, finance, children, telecom); and existing contract commitments (DPAs, MSAs) that constrain the plan.
- For every APPLIES: name the concrete requirement — approval, notice, consent, record, or filing — and whether the plan meets it today.
- Build the gap list: requirement → current state → remediation → owner → deadline. Every UNCLEAR becomes a resolve-by task with an owner, never a silent assumption.
- Decide: GO / GO WITH CONDITIONS / NO-GO. Conditions must be testable ("ship after the consent checkbox is unbundled from the ToS"), never "ensure compliance".
- Deliver the report and name the human approvals still outstanding (DPO, counsel, finance) so nobody mistakes a pre-flight for sign-off.
Output format
COMPLIANCE PRE-FLIGHT — <initiative> — <date>
Scope: <what / who / where / when>
DATA & ACTIVITY MAP
- Personal data: <categories — sensitive flagged>
- Flow: <collection → storage → sharing → retention>
- Regulated activity: <payments / minors / automated decisions / none>
APPLICABLE REGIMES
| Regime | Applies? | Requirements triggered |
|---------------------------|----------|-----------------------------------|
| Privacy / data protection | YES | <lawful basis, notice, DPIA, ...> |
| Consumer protection | N/A | — |
| Marketing rules | UNCLEAR | <what to resolve, by whom> |
| Sector-specific: <which> | YES | <requirement> |
| Existing contract terms | <...> | <DPA / MSA constraint> |
REQUIRED APPROVALS & NOTICES
- <approval or notice> — <in place / needed / unclear>
GAP LIST
| # | Gap | Remediation | Owner | Due |
|---|-----|-------------|-------|-----|
| 1 | <requirement not met> | <fix> | <who> | <date> |
RECOMMENDATION: <GO / GO WITH CONDITIONS / NO-GO>
Conditions: <numbered, testable — empty only on a clean GO>
*Issue-spotting support, not legal advice — engage counsel for binding decisions.*
Quality bar
Example
Invocation: "We want to add session-replay analytics to the EU checkout flow next month."
Produces: Map showing behavioral data plus payment-adjacent inputs; privacy regime APPLIES (lawful basis, notice update, DPIA, processor DPA with the replay vendor), consumer protection N/A, marketing N/A. Gap list: mask card fields (engineering, pre-launch), update the privacy notice (legal, pre-launch), run the DPIA (DPO, two weeks). Recommendation: GO WITH CONDITIONS — all three gaps closed before traffic.
Issue-spotting support, not legal advice — engage counsel for binding decisions.
1---2name: compliance-check3description: Compliance pre-flight for a feature, campaign, or initiative — maps the data and activity involved, checks applicable regimes (privacy/GDPR-style, consumer protection, marketing rules, sector-specific), lists required approvals and notices, builds a gap list with remediation owners, and ends in a go/no-go recommendation with conditions. Use when the user says 'can we ship this', 'is this campaign legal', 'any compliance issues here', or before anything touching personal data launches.4---56# Compliance Check — Compliance Officer78> "Check compliance"910A pre-flight, not an audit: it tells the team what clears the runway and what grounds the launch. Works from a plain-language description of the initiative.1112## When to use1314- "Can we ship this feature next sprint?" — the pre-launch gate15- "Is this email campaign legal?" — marketing-rules check16- "We want to start collecting <new data>" — privacy read before the schema changes17- "Ops wants to roll this out in Germany" — new-jurisdiction scan18- Post-incident exposure questions belong to `legal-risk-assessment`; this skill runs before launch, not after damage1920## Workflow21221. Restate the initiative in one paragraph from user input: what ships, to whom, in which jurisdictions, on what date. Ask for whichever of those four is missing.232. Map data and activity: personal data categories (sensitive flagged), the flow from collection → storage → sharing → retention, plus regulated activity — payments, minors, automated decisions, health or financial data, outbound marketing.243. Run the regimes checklist, marking each APPLIES / N/A / UNCLEAR: privacy and data protection (lawful basis, notice, DPIA, cross-border transfer, processor terms); consumer protection (pricing claims, dark patterns, cancellation flows); marketing rules (consent for email/SMS, unsubscribe mechanics, endorsement disclosures); sector-specific regimes (health, finance, children, telecom); and existing contract commitments (DPAs, MSAs) that constrain the plan.254. For every APPLIES: name the concrete requirement — approval, notice, consent, record, or filing — and whether the plan meets it today.265. Build the gap list: requirement → current state → remediation → owner → deadline. Every UNCLEAR becomes a resolve-by task with an owner, never a silent assumption.276. Decide: GO / GO WITH CONDITIONS / NO-GO. Conditions must be testable ("ship after the consent checkbox is unbundled from the ToS"), never "ensure compliance".287. Deliver the report and name the human approvals still outstanding (DPO, counsel, finance) so nobody mistakes a pre-flight for sign-off.2930## Output format3132```33COMPLIANCE PRE-FLIGHT — <initiative> — <date>34Scope: <what / who / where / when>3536DATA & ACTIVITY MAP37- Personal data: <categories — sensitive flagged>38- Flow: <collection → storage → sharing → retention>39- Regulated activity: <payments / minors / automated decisions / none>4041APPLICABLE REGIMES42| Regime | Applies? | Requirements triggered |43|---------------------------|----------|-----------------------------------|44| Privacy / data protection | YES | <lawful basis, notice, DPIA, ...> |45| Consumer protection | N/A | — |46| Marketing rules | UNCLEAR | <what to resolve, by whom> |47| Sector-specific: <which> | YES | <requirement> |48| Existing contract terms | <...> | <DPA / MSA constraint> |4950REQUIRED APPROVALS & NOTICES51- <approval or notice> — <in place / needed / unclear>5253GAP LIST54| # | Gap | Remediation | Owner | Due |55|---|-----|-------------|-------|-----|56| 1 | <requirement not met> | <fix> | <who> | <date> |5758RECOMMENDATION: <GO / GO WITH CONDITIONS / NO-GO>59Conditions: <numbered, testable — empty only on a clean GO>6061*Issue-spotting support, not legal advice — engage counsel for binding decisions.*62```6364## Quality bar6566- [ ] Every regime marked APPLIES / N/A / UNCLEAR — nothing skipped silently67- [ ] Every UNCLEAR carries a resolve-by task and owner, never an assumption68- [ ] Every gap has a named owner and a deadline69- [ ] Conditions on a GO are testable, not "ensure compliance"70- [ ] Sensitive data categories called out wherever they appear71- [ ] Outstanding human approvals listed by role7273## Example7475**Invocation:** "We want to add session-replay analytics to the EU checkout flow next month."7677**Produces:** Map showing behavioral data plus payment-adjacent inputs; privacy regime APPLIES (lawful basis, notice update, DPIA, processor DPA with the replay vendor), consumer protection N/A, marketing N/A. Gap list: mask card fields (engineering, pre-launch), update the privacy notice (legal, pre-launch), run the DPIA (DPO, two weeks). Recommendation: GO WITH CONDITIONS — all three gaps closed before traffic.7879*Issue-spotting support, not legal advice — engage counsel for binding decisions.*