nacl-ba-rules

Extract and catalog business rules from Neo4j graph nodes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Business rules are often scattered across documents and graph nodes, making discovery, governance, and change impact hard. nacl-ba-rules centralizes, catalogs, and surfaces these rules in Neo4j to enable traceability and consistent governance.

Core Features & Use Cases

  • Automated extraction of candidate rules from BusinessEntity, BusinessProcess, and WorkflowStep nodes.
  • Classification and traceability linking to entities, processes, attributes, and steps.
  • End-to-end catalog generation with BRQ IDs for governance and auditing.
  • Supports interactive ADD mode to capture new rules from user input.

Quick Start

Run /nacl-ba-rules to scan the graph for rule candidates and generate the catalog.

Frequently Asked Questions about nacl-ba-rules

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

FAQPage Schema
How do I catalog business rules from a Neo4j graph?

To catalog business rules from a Neo4j graph, run a full scan to extract rule candidates from BusinessEntity, BusinessProcess, and WorkflowStep nodes. This generates a structured catalog with BRQ IDs and traceability links for governance.

What is business rule traceability in graph databases?

Business rule traceability in graph databases links rules to specific entities, processes, attributes, and steps via relationships. It enforces that every rule connects to at least one node, making change impact analysis and governance easier.

How do I extract business rules from BusinessProcess and WorkflowStep nodes?

You can extract business rules from BusinessProcess and WorkflowStep nodes by scanning the graph in full catalog mode. This identifies decision points and creates structured rule definitions with classification data automatically.

Can I manually add a single business rule to a Neo4j graph catalog?

Yes, you can manually add a single business rule to the Neo4j graph catalog using the interactive ADD mode. This captures new rules from user input and registers them with enforced traceability to existing entities or processes.

Do I need Neo4j to manage business rule governance and traceability?

You need Neo4j to manage this business rule governance and traceability because the skill relies on native graph relationships. It scans graph nodes directly to enforce linkage between rules and business entities or processes.

What are the limitations of automated business rule extraction from graph nodes?

A limitation of automated business rule extraction is that it requires existing BusinessEntity, BusinessProcess, or WorkflowStep nodes in the graph. Without these structures, the scanner cannot identify candidates or enforce traceability.