npx claudepluginhub abnejllc/grc --plugin cmmc# CMMC Practice Check Validates implementation of specific CMMC v2.0 practices and provides evidence guidance. ## Arguments - `$1` - Practice ID (required, e.g., AC.L2-3.1.1, IA.L2-3.5.7) - `$2` - Check type (optional: implementation, evidence, gaps) ## Practice ID Format **Structure**: `[DOMAIN].[LEVEL]-[NIST-ID]` - **Domain**: Two-letter abbreviation (AC, IA, SI, etc.) - **Level**: L1, L2, or L3 - **NIST ID**: Corresponding NIST 800-171 control number **Examples**: - `AC.L1-3.1.1` - Access Control, Level 1, NIST 3.1.1 - `IA.L2-3.5.7` - Identification & Authentication, Level 2, NIS...
/practice-checkVerifies CMMC v2.0 practice implementation by ID (e.g., AC.L2-3.1.1), with optional implementation, evidence, or gaps check. Outputs definition, guidance, evidence examples, deficiencies, criteria, and remediation steps.
Validates implementation of specific CMMC v2.0 practices and provides evidence guidance.
$1 - Practice ID (required, e.g., AC.L2-3.1.1, IA.L2-3.5.7)$2 - Check type (optional: implementation, evidence, gaps)Structure: [DOMAIN].[LEVEL]-[NIST-ID]
Examples:
AC.L1-3.1.1 - Access Control, Level 1, NIST 3.1.1IA.L2-3.5.7 - Identification & Authentication, Level 2, NIST 3.5.7 (MFA)AU.L2-3.3.1 - Audit & Accountability, Level 2, NIST 3.3.1 (Audit records)Validates that the practice is properly implemented:
Reviews evidence artifacts for C3PAO assessment:
Identifies deficiencies in current state:
# Check MFA implementation for Level 2
/cmmc:practice-check IA.L2-3.5.7 implementation
# Review evidence for access control
/cmmc:practice-check AC.L1-3.1.1 evidence
# Gap analysis for incident response
/cmmc:practice-check IR.L2-3.6.1 gaps
# Verify audit logging implementation
/cmmc:practice-check AU.L2-3.3.1