Skip to content
Security
Command

/level-select

Determine required CMMC level based on contract and data types

From plugin
trust-center
367139 skills139 commands1 MCP
Install
$ npx -y skills add GRCEngClub/claude-grc-engineering --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/level-select

Context preview

What this command does when you run it.

Determine required CMMC level based on contract and data types

Command definition

level-select.md
description: Determine required CMMC level based on contract and data types

CMMC Level Selection

Helps determine the appropriate CMMC level required for your organization based on DoD contract types and data sensitivity.

Arguments

  • `$1` - Contract type (optional: prime, subcontractor, service-provider)
  • `$2` - Data type (optional: FCI, CUI, classified)

Selection Criteria

Data Types

**FCI (Federal Contract Information)**:

  • Contract details, pricing, technical data
  • Minimum: CMMC Level 1
  • Self-assessment acceptable

**CUI (Controlled Unclassified Information)**:

  • Technical data, export-controlled info, ITAR
  • Required: CMMC Level 2 or 3
  • Third-party assessment (C3PAO) required

**Classified Information**:

  • Beyond CMMC scope
  • Requires NISPOM/ICD 503 compliance

Contract Types

**Prime Contractor**:

  • Direct contract with DoD
  • Level determined by data sensitivity
  • Full CMMC compliance required

**Subcontractor**:

  • Inherits prime's requirements
  • Must meet same CMMC level
  • Flow-down requirements apply

**Service Provider**:

  • Cloud/IT services to DoD contractors
  • Level 2+ typically required
  • FedRAMP alignment beneficial

Selection Matrix

| Data Type | Contract Type | Minimum Level | Assessment Type | |-----------|---------------|---------------|-----------------| | FCI only | Any | Level 1 | Annual self-assessment | | CUI | Prime/Sub | Level 2 | Triennial C3PAO | | CUI (critical) | Prime | Level 3 | Triennial Government |

Output

1. **Recommended CMMC Level**: Based on inputs 2. **Justification**: Why this level is required 3. **Assessment Requirements**: Self vs third-party 4. **Timeline Considerations**: Assessment frequency 5. **Cost Implications**: Estimated assessment costs

Examples

# Determine level for prime contractor with CUI
/cmmc:level-select prime CUI

# Assess requirements for subcontractor
/cmmc:level-select subcontractor CUI

# Evaluate service provider needs
/cmmc:level-select service-provider
Read more
Ships withtrust-center

Open-source GRC Engineering resource for Claude. claude-grc-engineering turns technical evidence from cloud, SaaS, code, and security tools into framework-aligned findings, gap reports, remediation guidance, evidence packages, and OSCAL workflows.

Get the whole plugin, auto-invoked
Stats
367
Stars
0
Views
82
Forks
Active
Maintenance
JavaScript
Language
1d ago
Last commit
7mo ago
Created

Repo: GRCEngClub/claude-grc-engineering