Agent skill
create-assurance-case
GSN (Goal Structuring Notation) assurance case diagrams from compliance graph
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/create-assurance-case
SKILL.md
create-assurance-case
Generate Goal Structuring Notation (GSN) assurance case diagrams from the SPARTA compliance graph stored in ArangoDB. GSN is the standard notation for structured safety and security arguments (ISO/IEC 15026, OMG SACM).
Usage
Render a single control as an SVG assurance case:
./run.sh render --control AC-1
Render every control under a framework:
./run.sh render --framework NIST-800-171
Export raw DOT notation (pipe to dot yourself or inspect):
./run.sh export-dot --control AC-1
Options
| Flag | Description |
|---|---|
--control |
NIST/CMMC control ID (e.g. AC-1, SC-7) |
--framework |
Framework name; renders all controls under it |
--output |
Output file path (.svg default, .png supported) |
--dry-run |
Generate sample GSN without querying ArangoDB |
--dry-run with export-dot requires no external dependencies at all
(no ArangoDB, no graphviz system package). --dry-run with render
requires the graphviz system package but not ArangoDB.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?