CCPA/CPRA Compliance
Assess and implement CCPA/CPRA compliance for "$ARGUMENTS". Determine applicability, map consumer rights procedures, define notice requirements, and establish service provider agreements.
Note: AI-generated legal content does not constitute legal advice. Consult a qualified attorney.
Prerequisites
Check that .metapowers/legal/$ARGUMENTS/00-assess.md exists. If it does not exist, stop and tell the user:
"Run an Assess skill first (e.g. /legal:risk-assessment $ARGUMENTS) to generate the prerequisite assessment artifact."
If the user passes --skip-checks, bypass this check and log the skip to .metapowers/legal/$ARGUMENTS/skip-log.md with a timestamp and the reason "Prerequisite check skipped for ccpa-compliance".
Process
Read inputs:
- Read
.metapowers/legal/$ARGUMENTS/00-assess.md for risk, jurisdiction, and data practice context
- Read any existing draft or review artifacts in
.metapowers/legal/$ARGUMENTS/ for additional context
Determine CCPA applicability:
- Annual gross revenue exceeds $25 million
- Annually buys, sells, or shares personal information of 100,000 or more consumers, households, or devices
- Derives 50% or more of annual revenue from selling or sharing consumers' personal information
- Document which threshold(s) are met or potentially met
Map consumer rights procedures:
- Right to know (categories and specific pieces of personal information collected, sold, or disclosed) — verification procedures, response timeline (45 days, extendable by 45)
- Right to delete — verification procedures, exceptions (complete transaction, security, legal obligation, etc.), service provider notification requirements
- Right to opt-out of sale/sharing — mechanism for submitting opt-out requests, Global Privacy Control signal recognition
- Right to correct — process for submitting and verifying correction requests
- Right to limit use of sensitive personal information — categories of sensitive PI, link to limit use, processing restrictions
- Designated methods for submitting requests (at minimum: toll-free number and website)
Notice at collection requirements:
- Categories of personal information collected
- Purposes for each category
- Whether personal information is sold or shared
- Retention period per category
- Link to full privacy policy
Service provider vs. contractor agreements:
- Distinguish service provider, contractor, and third-party roles
- Required contractual provisions for service providers (prohibit selling/sharing, limit use to contracted purpose, compliance obligations, grant audit rights)
- Required contractual provisions for contractors (same as service providers plus certification requirements)
Financial incentive disclosures:
- Identify any loyalty programs, discounts, or price differences tied to personal information
- Document the value of consumer data and methodology
- Notice and opt-in consent requirements
Do-not-sell/share link requirements:
- Clear and conspicuous "Do Not Sell or Share My Personal Information" link on homepage
- Alternative opt-out link if using unified approach
- Technical implementation requirements
Data retention schedules:
- Define retention periods per category of personal information
- Justify retention periods based on business necessity
- Document deletion or de-identification procedures
Employee and B2B data obligations:
- Full CCPA rights now apply to employee, applicant, and B2B data
- Document handling procedures for these categories
- HR and recruitment process compliance
Privacy policy requirements specific to CCPA:
- Categories of personal information collected, sold, and shared in preceding 12 months
- Categories of sources and third parties
- Business or commercial purpose for collection
- Consumer rights description and how to exercise them
- Annual update requirement
Write the artifact to .metapowers/legal/$ARGUMENTS/03-comply.md with frontmatter:
---
description: CCPA/CPRA compliance assessment for $ARGUMENTS
---
Include sections:
- Applicability Determination — threshold analysis
- Consumer Rights Procedures — detailed procedures for each right
- Notice at Collection — required disclosures
- Service Provider/Contractor Agreements — contractual requirements
- Financial Incentives — disclosures and opt-in requirements
- Do-Not-Sell/Share Implementation — link and mechanism requirements
- Data Retention Schedule — per-category retention periods
- Employee/B2B Data — handling procedures
- Privacy Policy Updates — CCPA-specific content requirements
- Compliance Gaps — identified gaps with remediation recommendations
Output
The CCPA/CPRA compliance assessment written to .metapowers/legal/$ARGUMENTS/03-comply.md. Present a summary to the user highlighting:
- Whether CCPA applies and which thresholds are triggered
- Consumer rights procedures defined
- Notice and disclosure requirements identified
- Service provider agreement requirements
- Critical compliance gaps requiring immediate attention
1---2name: ccpa-compliance3description: Assess and implement CCPA/CPRA compliance requirements4---56# CCPA/CPRA Compliance78Assess and implement CCPA/CPRA compliance for "$ARGUMENTS". Determine applicability, map consumer rights procedures, define notice requirements, and establish service provider agreements.910> **Note:** AI-generated legal content does not constitute legal advice. Consult a qualified attorney.1112## Prerequisites1314Check that `.metapowers/legal/$ARGUMENTS/00-assess.md` exists. If it does not exist, stop and tell the user:1516> "Run an Assess skill first (e.g. `/legal:risk-assessment $ARGUMENTS`) to generate the prerequisite assessment artifact."1718If the user passes `--skip-checks`, bypass this check and log the skip to `.metapowers/legal/$ARGUMENTS/skip-log.md` with a timestamp and the reason "Prerequisite check skipped for ccpa-compliance".1920## Process21221. **Read inputs:**23 - Read `.metapowers/legal/$ARGUMENTS/00-assess.md` for risk, jurisdiction, and data practice context24 - Read any existing draft or review artifacts in `.metapowers/legal/$ARGUMENTS/` for additional context25262. **Determine CCPA applicability:**27 - Annual gross revenue exceeds $25 million28 - Annually buys, sells, or shares personal information of 100,000 or more consumers, households, or devices29 - Derives 50% or more of annual revenue from selling or sharing consumers' personal information30 - Document which threshold(s) are met or potentially met31323. **Map consumer rights procedures:**33 - **Right to know** (categories and specific pieces of personal information collected, sold, or disclosed) — verification procedures, response timeline (45 days, extendable by 45)34 - **Right to delete** — verification procedures, exceptions (complete transaction, security, legal obligation, etc.), service provider notification requirements35 - **Right to opt-out of sale/sharing** — mechanism for submitting opt-out requests, Global Privacy Control signal recognition36 - **Right to correct** — process for submitting and verifying correction requests37 - **Right to limit use of sensitive personal information** — categories of sensitive PI, link to limit use, processing restrictions38 - Designated methods for submitting requests (at minimum: toll-free number and website)39404. **Notice at collection requirements:**41 - Categories of personal information collected42 - Purposes for each category43 - Whether personal information is sold or shared44 - Retention period per category45 - Link to full privacy policy46475. **Service provider vs. contractor agreements:**48 - Distinguish service provider, contractor, and third-party roles49 - Required contractual provisions for service providers (prohibit selling/sharing, limit use to contracted purpose, compliance obligations, grant audit rights)50 - Required contractual provisions for contractors (same as service providers plus certification requirements)51526. **Financial incentive disclosures:**53 - Identify any loyalty programs, discounts, or price differences tied to personal information54 - Document the value of consumer data and methodology55 - Notice and opt-in consent requirements56577. **Do-not-sell/share link requirements:**58 - Clear and conspicuous "Do Not Sell or Share My Personal Information" link on homepage59 - Alternative opt-out link if using unified approach60 - Technical implementation requirements61628. **Data retention schedules:**63 - Define retention periods per category of personal information64 - Justify retention periods based on business necessity65 - Document deletion or de-identification procedures66679. **Employee and B2B data obligations:**68 - Full CCPA rights now apply to employee, applicant, and B2B data69 - Document handling procedures for these categories70 - HR and recruitment process compliance717210. **Privacy policy requirements specific to CCPA:**73 - Categories of personal information collected, sold, and shared in preceding 12 months74 - Categories of sources and third parties75 - Business or commercial purpose for collection76 - Consumer rights description and how to exercise them77 - Annual update requirement787911. **Write the artifact** to `.metapowers/legal/$ARGUMENTS/03-comply.md` with frontmatter:8081 ```82 ---83 description: CCPA/CPRA compliance assessment for $ARGUMENTS84 ---85 ```8687 Include sections:88 - **Applicability Determination** — threshold analysis89 - **Consumer Rights Procedures** — detailed procedures for each right90 - **Notice at Collection** — required disclosures91 - **Service Provider/Contractor Agreements** — contractual requirements92 - **Financial Incentives** — disclosures and opt-in requirements93 - **Do-Not-Sell/Share Implementation** — link and mechanism requirements94 - **Data Retention Schedule** — per-category retention periods95 - **Employee/B2B Data** — handling procedures96 - **Privacy Policy Updates** — CCPA-specific content requirements97 - **Compliance Gaps** — identified gaps with remediation recommendations9899## Output100101The CCPA/CPRA compliance assessment written to `.metapowers/legal/$ARGUMENTS/03-comply.md`. Present a summary to the user highlighting:102- Whether CCPA applies and which thresholds are triggered103- Consumer rights procedures defined104- Notice and disclosure requirements identified105- Service provider agreement requirements106- Critical compliance gaps requiring immediate attention