From fedramp-ssp
Converts FedRAMP Rev 5 SSP DOCX templates (main SSP + Appendix A) to validated OSCAL 1.2.0 SSP JSON.
How this command is triggered — by the user, by Claude, or both
Slash command
/fedramp-ssp:convertThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /fedramp-ssp:convert Runs the DOCX→OSCAL pipeline on a pair of FedRAMP Rev 5 SSP templates and emits a validated OSCAL 1.2.0 SSP JSON file. ## How to run ## Arguments - `--ssp-docx=<path>` (required) — official FedRAMP Rev 5 High/Moderate/Low LI-SaaS SSP template, filled in. - `--appendix-a-docx=<path>` (required) — FedRAMP Appendix A Moderate control responses document. - `--output=<path>` — where to write the OSCAL JSON (default: `./ssp-output.json`). - `--validate` — after generation, run `/oscal:validate` on the result (requires the `oscal` plugin set up). ## What the pipeline ...
Runs the DOCX→OSCAL pipeline on a pair of FedRAMP Rev 5 SSP templates and emits a validated OSCAL 1.2.0 SSP JSON file.
bash plugins/fedramp-ssp/scripts/convert.sh \
--ssp-docx=<path-to-FedRAMP-SSP-Template.docx> \
--appendix-a-docx=<path-to-SSP-Appendix-A-Moderate.docx> \
[--output=<path-to-ssp-output.json>] \
[--validate]
--ssp-docx=<path> (required) — official FedRAMP Rev 5 High/Moderate/Low LI-SaaS SSP template, filled in.--appendix-a-docx=<path> (required) — FedRAMP Appendix A Moderate control responses document.--output=<path> — where to write the OSCAL JSON (default: ./ssp-output.json).--validate — after generation, run /oscal:validate on the result (requires the oscal plugin set up).this-system + 8 AWS infrastructure services)implementation-status, control-origination, cloud deployment modeloscal-cli — JSON-to-YAML round-trip must pass.# Main SSP template (High/Moderate/Low/LI-SaaS)
curl -sLO "https://www.fedramp.gov/resources/templates/FedRAMP-High-Moderate-Low-LI-SaaS-Baseline-System-Security-Plan-%28SSP%29.docx"
# Appendix A Moderate
curl -sLO "https://www.fedramp.gov/resources/templates/FedRAMP-SSP-Appendix-A-Moderate-FedRAMP-Security-Controls.docx"
Both are published by fedramp.gov/resources/templates.
fedramp-ssp:convert ✓
source (SSP): FedRAMP-SSP-Template.docx
source (Appendix): SSP-Appendix-A-Moderate.docx
output: ./ssp-output.json (783 KB)
implemented: 323 requirements (18 families)
narratives: 89 (0 placeholder)
components: 9 (1 this-system + 8 AWS services)
validation: ✓ OSCAL 1.2.0 round-trip passes
0 — success2 — missing or unreadable input DOCX3 — DOCX could not be parsed (malformed or not a FedRAMP template)4 — OSCAL assembly produced an output but validation failed5 — pipeline not installed (run /fedramp-ssp:setup)/oscal:validate ./ssp-output.json # strict schema check
/oscal:convert ./ssp-output.json --to yaml # human-readable review
# Hand to Compliance Trestle, eMASS, or FedRAMP 20X workflows.
The pipeline has config.json and narratives.json inside the tool directory that control defaults (AWS-centric components, leveraged authorization, narratives). Point a copy at your own overrides by setting FRDOCX_CONFIG=<path> and FRDOCX_NARRATIVES=<path> before running /fedramp-ssp:convert.
11plugins reuse this command
First indexed Apr 17, 2026
Showing the 6 earliest of 11 plugins
npx claudepluginhub fianulabs/claude-grc-engineering --plugin fedramp-ssp/convertConverts FedRAMP Rev 5 SSP DOCX templates (main SSP + Appendix A) to validated OSCAL 1.2.0 SSP JSON.
/oscal-guideProvides OSCAL guidance on structure, readiness assessment, and conversion considerations. Also supports SSP, components, parameters, inheritance, tools, and validation topics.
/convertConverts OSCAL documents between JSON, XML, and YAML formats with round-trip fidelity. Auto-detects input format from file extension or content.
/us-fedramp-sspDrafts a FedRAMP System Security Plan (SSP) for a Cloud Service Offering, following the current template including system identification, boundary, users, interconnections, controls, and monitoring.
/ssp-guidanceGenerates SSP section templates, control implementation guidance, and FedRAMP references for System Security Plan documentation by section and impact level.
/documentationProvides StateRAMP ATO package documentation guidance for SSP, SAP, SAR, POA&M. Optional args: document type (ssp/sap/sar/poam/all), impact level (low/moderate).