What problem does it solve?
Creating a crosswalk between two cybersecurity compliance frameworks (e.g. NIST CSF and ISO 27001) requires manually comparing hundreds of requirements, which is slow and error-prone. This Skill guides an AI-assisted workflow that reasons over two CISO Assistant framework YAML files and produces a publishable requirement_mapping_set library plus human-review artifacts.
Core Features & Use Cases
- Framework parsing and section affinity: Parse framework YAMLs into structured JSON, slice items by category (NIST CSF, ISO Annex A, numeric), and narrow candidate pairs by section affinity before deep comparison.
- Schema-exact YAML emission: Write a mapping library YAML with forward and auto-derived reverse mapping sets (subset/superset flipped) that drops directly into backend/library/libraries/.
- Review and audit tooling: Generate xlsx/csv review sheets, audit coverage and low-strength verdicts, diff against published mappings, and render a standalone interactive HTML heatmap preview.
- Use Case: A contributor wants to map ccb-cff-2023-03-01.yaml to cyfun2025.yaml and submit it as a community mapping; the Skill walks through parsing, per-section verdicts, borderline review, and final YAML output ready for a PR.
Quick Start
Ask the assistant to build a mapping between two framework YAML files in backend/library/libraries/, providing the source and target file paths.