Compliance gap
Skill bromso/metapowers/plugins/security/skills/compliance-gap
Assess gaps against security frameworksFrom its SKILL.md
npx -y skills add bromso/metapowers --skill compliance-gapAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
4.1 KB, 871 tokens by cl100k_base, as published. Nobody here has run it
Compliance Gap
Assess compliance gaps against security frameworks for "$ARGUMENTS". Evaluate current security posture against industry standards, identify critical gaps, and prioritize remediation efforts.
Prerequisites
Read .metapowers/security/$ARGUMENTS/00-govern.md. If this file does not exist, tell the user:
Phase 0 (Govern) has not been completed for "$ARGUMENTS". Run a Govern skill first (e.g.,
/security:security-policy $ARGUMENTS), or use--skip-checksto bypass.
If --skip-checks is present in $ARGUMENTS, skip this check and log to .metapowers/security/$ARGUMENTS/skip-log.md.
Process
-
Select applicable frameworks:
- Evaluate which frameworks apply based on industry, geography, and business requirements:
- ISO 27001 — international information security management standard
- NIST CSF — cybersecurity framework for risk-based security program
- SOC 2 — service organization controls for trust service criteria
- CIS Benchmarks — prescriptive configuration and hardening guidelines
- PCI DSS — payment card industry data security standard (if processing payments)
- HIPAA — health insurance portability and accountability (if handling health data)
- Prioritize frameworks by: regulatory mandate, customer requirements, business strategy
- Evaluate which frameworks apply based on industry, geography, and business requirements:
-
Read reference materials:
- Read
plugins/security/shared/security-controls-matrix.mdfor control mapping across frameworks - Cross-reference controls to identify overlapping requirements (implement once, comply with many)
- Read
-
Assess current state against each control:
- For each control in the selected frameworks, evaluate:
- Implemented — control is fully in place, documented, and evidenced
- Partially Implemented — control exists but has gaps in scope, documentation, or enforcement
- Not Implemented — control does not exist or is not operational
- N/A — control is not applicable to the organization's environment
- Document evidence for each assessment: policies, configurations, tool outputs, process documentation
- Note where controls satisfy multiple frameworks simultaneously
- For each control in the selected frameworks, evaluate:
-
Score compliance posture:
- Calculate compliance percentage per framework: (Implemented + 0.5 x Partially) / Total Applicable
- Identify the overall compliance maturity level:
-
80%: Mature — focus on continuous improvement
- 60-80%: Developing — targeted gap remediation needed
- 40-60%: Basic — significant investment in controls required
- <40%: Initial — foundational security program build-out needed
-
- Compare across frameworks to identify which are closest to compliance
-
Identify and prioritize critical gaps:
- Rank gaps by: risk severity, regulatory deadline, customer impact, implementation effort
- Identify "quick wins" — gaps that can be closed with minimal effort but high compliance impact
- Identify "foundational gaps" — missing capabilities that block multiple controls
- Create a remediation roadmap with phases: immediate (0-30 days), short-term (1-3 months), medium-term (3-6 months), long-term (6-12 months)
-
Write the artifact to
.metapowers/security/$ARGUMENTS/01-identify.mdwith heading:Compliance Gap Assessment
Include sections:
- Framework Selection — applicable frameworks with rationale
- Control Assessment — status of each control per framework
- Compliance Scorecard — percentage scores and maturity level per framework
- Critical Gaps — prioritized list of gaps with risk and effort ratings
- Remediation Roadmap — phased plan to close gaps with timelines and owners
Output
The compliance gap assessment written to .metapowers/security/$ARGUMENTS/01-identify.md. Present a summary to the user highlighting:
- Frameworks assessed and compliance percentage for each
- Overall maturity level
- Top critical gaps requiring immediate attention
- Quick wins for rapid compliance improvement
- Recommended remediation roadmap
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.