nacl-ba-validate

Validate BA model consistency in Neo4j with read-only Cypher queries.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates the consistency of the BA model stored in Neo4j by running read-only Cypher checks across L1-L8 and XL1-XL5 to surface completeness, coverage, and traceability gaps.

Core Features & Use Cases

  • Read-only BA validation across eight internal levels (L1-L8) and five cross-layer levels (XL1-XL5) to ensure process completeness, entity attributes, glossary coverage, and BA-to-SA traceability.
  • Pre-flight checks to verify BA data presence and generate a structured report with severity and coverage metrics before validation runs.
  • Use during BA governance, SA handoffs, or QA cycles to quickly detect inconsistencies without modifying graph data.

Quick Start

Invoke /nacl-ba-validate to perform a full BA model validation and review the generated report.

Frequently Asked Questions about nacl-ba-validate

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

FAQPage Schema
How do I validate BA model integrity in Neo4j without modifying the graph?

You can validate BA model integrity in Neo4j by running read-only Cypher queries across L1-L8 and XL1-XL5, detecting completeness and coverage issues while returning a formatted report without writing any data.

What is BA-to-SA traceability validation in a Neo4j graph database?

BA-to-SA traceability validation in a Neo4j graph database checks cross-layer consistency between business architecture and solution architecture data across XL1-XL5, reporting traceability gaps without altering the graph.

Can I check Neo4j glossary coverage and role consistency using Cypher?

Yes, you can check glossary coverage and role consistency using read-only Cypher queries across eight internal levels and five cross-layer levels to surface governance gaps in a structured validation report.

Does BA validation require SA data to run cross-layer checks in Neo4j?

BA validation requires SA data to exist specifically for performing cross-scope XL1-XL5 traceability checks, while standard L1-L8 internal completeness checks run on populated BA graphs independently.

How do I generate a QA report for Neo4j business architecture data?

You generate a QA report for Neo4j business architecture data by executing pre-flight checks to verify data presence, then running validation and handoff Cypher queries to return a structured report with severity and coverage metrics.

What are the limitations of read-only Cypher validation for BA models?

The limitation of read-only Cypher validation for BA models is that it strictly reports findings without writes, meaning it cannot auto-remediate detected completeness, coverage, or traceability gaps in the graph.