Compliance Monitor
Design ongoing compliance monitoring and reporting for "$ARGUMENTS". Define monitoring scope per regulation, create dashboard metrics, assign compliance owners, and establish reporting cadence.
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 compliance-monitor".
Process
Read inputs:
- Read
.metapowers/legal/$ARGUMENTS/00-assess.md for risk context, applicable regulations, and jurisdiction
- Review any existing compliance artifacts in
.metapowers/legal/$ARGUMENTS/
Define monitoring scope per regulation:
- GDPR:
- Quarterly data mapping review
- Annual DPIA (Data Protection Impact Assessment) refresh
- Ongoing data subject request tracking
- CCPA:
- Annual privacy policy update
- Consumer request response time monitoring
- Vendor data sharing audit
- SOC 2:
- Continuous control monitoring
- Evidence collection automation
- Exception tracking and remediation
- Accessibility (WCAG):
- Quarterly automated accessibility scan
- Annual manual audit by qualified assessor
- User complaint tracking and resolution
- For each regulation, define what "compliant" looks like with measurable criteria
Create compliance dashboard metrics:
- % controls operating effectively — ratio of passing controls to total controls
- Open findings — count and severity of unresolved compliance findings
- Days to remediate — average time from finding discovery to resolution
- Audit readiness score — composite score reflecting documentation completeness, control effectiveness, and evidence availability
- Define thresholds for each metric (green/yellow/red status)
Assign compliance owners per regulation:
- Map each regulation to a primary compliance owner
- Define backup owners for coverage during absences
- Establish clear accountability for control operation, evidence collection, and issue resolution
- Document owner responsibilities and expected time commitment
Define escalation procedures for non-compliance:
- Level 1 — owner self-remediates within defined timeline
- Level 2 — manager notification if remediation deadline missed
- Level 3 — executive escalation for high-severity or persistent non-compliance
- Level 4 — board notification for material compliance failures
- Define what triggers each escalation level and expected response times
Set reporting cadence:
- Monthly — operational compliance report to compliance team (control status, open findings, remediation progress)
- Quarterly — executive compliance summary (dashboard metrics, trend analysis, risk highlights)
- Annual — board-level compliance report (regulatory landscape, audit results, strategic compliance investments)
- Define report templates and distribution lists for each cadence
Create compliance calendar:
- Map all regulatory deadlines, filing dates, and renewal dates
- Schedule internal audits and reviews
- Include training deadlines and certification renewals
- Set preparation milestones ahead of each deadline
Write the artifact to .metapowers/legal/$ARGUMENTS/04-govern.md with frontmatter:
---
description: Compliance monitor for $ARGUMENTS
---
Include sections:
- Monitoring Scope — per-regulation monitoring activities and frequencies
- Dashboard Metrics — metric definitions, thresholds, and data sources
- Compliance Owners — responsibility matrix by regulation
- Escalation Procedures — escalation levels, triggers, and response times
- Reporting Cadence — report types, audiences, and schedules
- Compliance Calendar — key dates and milestones
Output
The compliance monitor written to .metapowers/legal/$ARGUMENTS/04-govern.md. Present a summary to the user highlighting:
- Number of regulations under active monitoring
- Key dashboard metrics and their current thresholds
- Compliance owner assignments and any gaps
- Upcoming compliance calendar deadlines
1---2name: compliance-monitor3description: Design ongoing compliance monitoring and reporting cadence4---56# Compliance Monitor78Design ongoing compliance monitoring and reporting for "$ARGUMENTS". Define monitoring scope per regulation, create dashboard metrics, assign compliance owners, and establish reporting cadence.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 compliance-monitor".1920## Process21221. **Read inputs:**23 - Read `.metapowers/legal/$ARGUMENTS/00-assess.md` for risk context, applicable regulations, and jurisdiction24 - Review any existing compliance artifacts in `.metapowers/legal/$ARGUMENTS/`25262. **Define monitoring scope per regulation:**27 - **GDPR:**28 - Quarterly data mapping review29 - Annual DPIA (Data Protection Impact Assessment) refresh30 - Ongoing data subject request tracking31 - **CCPA:**32 - Annual privacy policy update33 - Consumer request response time monitoring34 - Vendor data sharing audit35 - **SOC 2:**36 - Continuous control monitoring37 - Evidence collection automation38 - Exception tracking and remediation39 - **Accessibility (WCAG):**40 - Quarterly automated accessibility scan41 - Annual manual audit by qualified assessor42 - User complaint tracking and resolution43 - For each regulation, define what "compliant" looks like with measurable criteria44453. **Create compliance dashboard metrics:**46 - **% controls operating effectively** — ratio of passing controls to total controls47 - **Open findings** — count and severity of unresolved compliance findings48 - **Days to remediate** — average time from finding discovery to resolution49 - **Audit readiness score** — composite score reflecting documentation completeness, control effectiveness, and evidence availability50 - Define thresholds for each metric (green/yellow/red status)51524. **Assign compliance owners per regulation:**53 - Map each regulation to a primary compliance owner54 - Define backup owners for coverage during absences55 - Establish clear accountability for control operation, evidence collection, and issue resolution56 - Document owner responsibilities and expected time commitment57585. **Define escalation procedures for non-compliance:**59 - **Level 1** — owner self-remediates within defined timeline60 - **Level 2** — manager notification if remediation deadline missed61 - **Level 3** — executive escalation for high-severity or persistent non-compliance62 - **Level 4** — board notification for material compliance failures63 - Define what triggers each escalation level and expected response times64656. **Set reporting cadence:**66 - **Monthly** — operational compliance report to compliance team (control status, open findings, remediation progress)67 - **Quarterly** — executive compliance summary (dashboard metrics, trend analysis, risk highlights)68 - **Annual** — board-level compliance report (regulatory landscape, audit results, strategic compliance investments)69 - Define report templates and distribution lists for each cadence70717. **Create compliance calendar:**72 - Map all regulatory deadlines, filing dates, and renewal dates73 - Schedule internal audits and reviews74 - Include training deadlines and certification renewals75 - Set preparation milestones ahead of each deadline76778. **Write the artifact** to `.metapowers/legal/$ARGUMENTS/04-govern.md` with frontmatter:7879 ```80 ---81 description: Compliance monitor for $ARGUMENTS82 ---83 ```8485 Include sections:86 - **Monitoring Scope** — per-regulation monitoring activities and frequencies87 - **Dashboard Metrics** — metric definitions, thresholds, and data sources88 - **Compliance Owners** — responsibility matrix by regulation89 - **Escalation Procedures** — escalation levels, triggers, and response times90 - **Reporting Cadence** — report types, audiences, and schedules91 - **Compliance Calendar** — key dates and milestones9293## Output9495The compliance monitor written to `.metapowers/legal/$ARGUMENTS/04-govern.md`. Present a summary to the user highlighting:96- Number of regulations under active monitoring97- Key dashboard metrics and their current thresholds98- Compliance owner assignments and any gaps99- Upcoming compliance calendar deadlines