Continuous Monitoring
Design a continuous compliance monitoring program for "$ARGUMENTS" with automated checks, dashboard metrics, alerting thresholds, and GRC tooling integration.
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
.metapowers/compliance/$ARGUMENTS/00-scope.md for scope and applicable regulations
- Read
.metapowers/compliance/$ARGUMENTS/02-remediate.md for control mapping and evidence plan
- Read
.metapowers/compliance/$ARGUMENTS/03-certify.md for certification status
Define monitoring scope:
- For each regulation: identify checks that can be automated vs. manual
- Automated checks: configuration scanning, access reviews, vulnerability scanning, policy acknowledgments, training completion tracking, encryption verification
- Manual checks: policy reviews, risk assessments, vendor assessments, physical security inspections
- Define check frequency — continuous, daily, weekly, monthly, quarterly
Design automated compliance checks:
- Configuration scanning — infrastructure-as-code compliance, cloud security posture
- Access reviews — periodic user access certification, privileged access monitoring
- Policy acknowledgments — employee policy acceptance tracking
- Training completion — security awareness, role-specific training
- Vulnerability management — scan frequency, remediation SLAs
- Change management — deployment tracking, approval verification
Dashboard metrics:
- Compliance score per regulation (percentage of controls passing)
- Open findings count and aging
- Days to remediate (average, P95)
- Evidence freshness — percentage of evidence current vs. stale
- Control effectiveness rate — percentage of controls operating as designed
- Trend lines — compliance posture over time
Alerting and escalation:
- Define alerting thresholds (e.g., compliance score drops below 90%)
- Set escalation paths — who gets notified at each severity level
- Define response SLAs for compliance alerts
- Integration with incident management (PagerDuty, Slack, email)
GRC tooling integration:
- Assess current GRC tooling (Vanta, Drata, Secureframe, or manual)
- Map monitoring requirements to tool capabilities
- Identify gaps requiring custom integration or manual processes
- Recommend tooling improvements if applicable
Write the artifact to .metapowers/compliance/$ARGUMENTS/04-monitor.md with sections:
- Monitoring Scope — automated vs. manual checks per regulation
- Automated Checks — check descriptions, frequency, tools
- Dashboard Design — metrics, visualizations, and data sources
- Alerting Framework — thresholds, escalation paths, SLAs
- GRC Tooling — current state and integration plan
- Operational Cadence — daily/weekly/monthly compliance activities
Output
The continuous monitoring design written to .metapowers/compliance/$ARGUMENTS/04-monitor.md. Present a summary to the user highlighting:
- Percentage of controls with automated monitoring
- Key dashboard metrics recommended
- Critical alerting thresholds
- GRC tooling recommendations
1---2name: continuous-monitoring3description: Design continuous compliance monitoring4---56# Continuous Monitoring78Design a continuous compliance monitoring program for "$ARGUMENTS" with automated checks, dashboard metrics, alerting thresholds, and GRC tooling integration.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 `.metapowers/compliance/$ARGUMENTS/00-scope.md` for scope and applicable regulations23 - Read `.metapowers/compliance/$ARGUMENTS/02-remediate.md` for control mapping and evidence plan24 - Read `.metapowers/compliance/$ARGUMENTS/03-certify.md` for certification status25262. **Define monitoring scope:**27 - For each regulation: identify checks that can be automated vs. manual28 - Automated checks: configuration scanning, access reviews, vulnerability scanning, policy acknowledgments, training completion tracking, encryption verification29 - Manual checks: policy reviews, risk assessments, vendor assessments, physical security inspections30 - Define check frequency — continuous, daily, weekly, monthly, quarterly31323. **Design automated compliance checks:**33 - Configuration scanning — infrastructure-as-code compliance, cloud security posture34 - Access reviews — periodic user access certification, privileged access monitoring35 - Policy acknowledgments — employee policy acceptance tracking36 - Training completion — security awareness, role-specific training37 - Vulnerability management — scan frequency, remediation SLAs38 - Change management — deployment tracking, approval verification39404. **Dashboard metrics:**41 - Compliance score per regulation (percentage of controls passing)42 - Open findings count and aging43 - Days to remediate (average, P95)44 - Evidence freshness — percentage of evidence current vs. stale45 - Control effectiveness rate — percentage of controls operating as designed46 - Trend lines — compliance posture over time47485. **Alerting and escalation:**49 - Define alerting thresholds (e.g., compliance score drops below 90%)50 - Set escalation paths — who gets notified at each severity level51 - Define response SLAs for compliance alerts52 - Integration with incident management (PagerDuty, Slack, email)53546. **GRC tooling integration:**55 - Assess current GRC tooling (Vanta, Drata, Secureframe, or manual)56 - Map monitoring requirements to tool capabilities57 - Identify gaps requiring custom integration or manual processes58 - Recommend tooling improvements if applicable59607. **Write the artifact** to `.metapowers/compliance/$ARGUMENTS/04-monitor.md` with sections:61 - **Monitoring Scope** — automated vs. manual checks per regulation62 - **Automated Checks** — check descriptions, frequency, tools63 - **Dashboard Design** — metrics, visualizations, and data sources64 - **Alerting Framework** — thresholds, escalation paths, SLAs65 - **GRC Tooling** — current state and integration plan66 - **Operational Cadence** — daily/weekly/monthly compliance activities6768## Output6970The continuous monitoring design written to `.metapowers/compliance/$ARGUMENTS/04-monitor.md`. Present a summary to the user highlighting:71- Percentage of controls with automated monitoring72- Key dashboard metrics recommended73- Critical alerting thresholds74- GRC tooling recommendations