Policy Gaps
Identify missing or outdated policies for "$ARGUMENTS" by reviewing policy requirements across all applicable regulations, inventorying existing policies, and creating a policy development priority list.
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 control framework context
- Read
.metapowers/compliance/$ARGUMENTS/02-remediate.md for gap register and control mapping
Policy requirements inventory:
- Review policy requirements across all applicable regulations
- Must-have policies: information security policy, acceptable use policy, data protection/privacy policy, incident response plan, business continuity plan, access control policy, vendor/third-party management policy, data retention and disposal policy
- Regulation-specific policies: HIPAA privacy practices notice, GDPR data processing records, PCI DSS cardholder data policy, SOC 2 change management policy
- Map each required policy to the regulation(s) mandating it
Existing policy inventory:
- Catalog existing policies (ask user or review available documentation)
- Assess each existing policy: last review date, approval status, version, owner
- Identify outdated policies — not reviewed within required cadence (typically annual)
- Identify policies with scope gaps — exist but do not cover all required topics
Gap identification:
- Missing policies — required but do not exist at all
- Outdated policies — exist but not reviewed/updated within required period
- Incomplete policies — exist but missing required sections or coverage
- Orphaned policies — no assigned owner or reviewer
Policy development priority list:
- Rank by: number of regulations requiring the policy, audit timeline proximity, gap severity
- Identify policies that can be combined (e.g., data protection + privacy into one)
- Estimate effort per policy (draft: 2-5 days, review cycle: 1-2 weeks, approval: 1 week)
- Identify templates available for each policy type
Write the artifact to .metapowers/compliance/$ARGUMENTS/02-remediate.md (append to existing) with sections:
- Policy Requirements Matrix — table of required policies mapped to regulations
- Existing Policy Inventory — current state assessment
- Missing Policies — policies that must be created, ranked by priority
- Outdated Policies — policies requiring review/update
- Policy Development Timeline — sequenced plan with effort estimates
- Template Recommendations — suggested templates or frameworks for each policy
Output
The policy gap analysis appended to .metapowers/compliance/$ARGUMENTS/02-remediate.md. Present a summary to the user highlighting:
- Number of missing vs. outdated vs. adequate policies
- Top 3 priority policies to develop
- Estimated total effort for policy remediation
- Policies with highest cross-regulation impact
1---2name: policy-gaps3description: Identify missing or outdated policies and draft remediation plan4---56# Policy Gaps78Identify missing or outdated policies for "$ARGUMENTS" by reviewing policy requirements across all applicable regulations, inventorying existing policies, and creating a policy development priority list.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 control framework context23 - Read `.metapowers/compliance/$ARGUMENTS/02-remediate.md` for gap register and control mapping24252. **Policy requirements inventory:**26 - Review policy requirements across all applicable regulations27 - Must-have policies: information security policy, acceptable use policy, data protection/privacy policy, incident response plan, business continuity plan, access control policy, vendor/third-party management policy, data retention and disposal policy28 - Regulation-specific policies: HIPAA privacy practices notice, GDPR data processing records, PCI DSS cardholder data policy, SOC 2 change management policy29 - Map each required policy to the regulation(s) mandating it30313. **Existing policy inventory:**32 - Catalog existing policies (ask user or review available documentation)33 - Assess each existing policy: last review date, approval status, version, owner34 - Identify outdated policies — not reviewed within required cadence (typically annual)35 - Identify policies with scope gaps — exist but do not cover all required topics36374. **Gap identification:**38 - Missing policies — required but do not exist at all39 - Outdated policies — exist but not reviewed/updated within required period40 - Incomplete policies — exist but missing required sections or coverage41 - Orphaned policies — no assigned owner or reviewer42435. **Policy development priority list:**44 - Rank by: number of regulations requiring the policy, audit timeline proximity, gap severity45 - Identify policies that can be combined (e.g., data protection + privacy into one)46 - Estimate effort per policy (draft: 2-5 days, review cycle: 1-2 weeks, approval: 1 week)47 - Identify templates available for each policy type48496. **Write the artifact** to `.metapowers/compliance/$ARGUMENTS/02-remediate.md` (append to existing) with sections:50 - **Policy Requirements Matrix** — table of required policies mapped to regulations51 - **Existing Policy Inventory** — current state assessment52 - **Missing Policies** — policies that must be created, ranked by priority53 - **Outdated Policies** — policies requiring review/update54 - **Policy Development Timeline** — sequenced plan with effort estimates55 - **Template Recommendations** — suggested templates or frameworks for each policy5657## Output5859The policy gap analysis appended to `.metapowers/compliance/$ARGUMENTS/02-remediate.md`. Present a summary to the user highlighting:60- Number of missing vs. outdated vs. adequate policies61- Top 3 priority policies to develop62- Estimated total effort for policy remediation63- Policies with highest cross-regulation impact