nacl-sa-finalize

Compute statistics, glossary terms, ADRs, traceability matrices, and readiness assessments from Neo4j graph data.

23|2|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/ITSalt/NaCl --skill nacl-sa-finalize
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: nacl-sa-finalize
Source: https://github.com/ITSalt/NaCl/tree/main/nacl-sa-finalize
Command: npx skills add https://github.com/ITSalt/NaCl --skill nacl-sa-finalize

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Finalize specification via Neo4j by computing and aggregating statistics, glossary terms, ADRs, traceability matrix, and readiness assessments from graph data. No file reading; all artifacts are derived from the graph and surfaced for review or publishing.

Core Features & Use Cases

  • Statistics: Generate module-level and cross-entity statistics from the graph.
  • Glossary & ADR: Extract terms from SA-layer and architecture decisions as ADRs, consolidating for stakeholder alignment.
  • Traceability & Readiness: Produce traceability matrix and per-module readiness metrics to guide approvals and deployment readiness.
  • Use Case: A user runs /nacl-sa-finalize to produce a complete spec package before publishing or validation.

Quick Start

Execute /nacl-sa-finalize to generate the complete specification artifacts from Neo4j and review the results.

Frequently Asked Questions about nacl-sa-finalize

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I finalize specifications from a Neo4j graph without file I/O?▼

To finalize specifications from a Neo4j graph without file I/O, run /nacl-sa-finalize. It computes statistics, glossary terms, ADRs, traceability matrices, and readiness assessments using Cypher queries, storing all derived artifacts in-graph.

What is a graph-based specification readiness assessment?▼

A graph-based specification readiness assessment evaluates per-module deployment readiness using Neo4j graph data. It aggregates traceability matrices and statistics to guide stakeholder approvals before publishing a specification artifact set.

How do I generate a traceability matrix and glossary from graph data?▼

Generate a traceability matrix and glossary from graph data by executing /nacl-sa-finalize. The command extracts SA-layer terms for the glossary and consolidates architecture decisions, computing traceability directly from Neo4j relationships.

Does this specification finalization process require external file imports?▼

No, this specification finalization process does not require external file imports. It strictly reads from the Neo4j graph using Cypher queries to aggregate ADRs, statistics, and readiness metrics, avoiding file I/O entirely.

When should I compute ADRs and statistics from a Neo4j graph?▼

Compute ADRs and statistics from a Neo4j graph when finalizing a graph-based spec for validation or publishing. This ensures stakeholder alignment by consolidating architecture decisions and module-level metrics into a publish-ready artifact set.