nacl-tl-intake

Classify and route feature, bug, and task requests against a Neo4j graph.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Graph-aware intake triage that dissects batches of user requests, classifies them against a Neo4j knowledge graph, and routes them to the right skills for execution.

Core Features & Use Cases

  • Graph-based classification of each atom to identify features, bugs, and tasks.
  • Grouping of related atoms into independently shippable features with dependency guidance.
  • Auto-routing to nacl-sa-feature, nacl-tl-fix, or nacl-tl-dev based on results.
  • Optional YouGile task creation and cross-skill orchestration.
  • Transparent evidence and traceability to Neo4j results.

Quick Start

Describe a batch of changes to triage, and the skill will classify, group, and execute automatically.

Frequently Asked Questions about nacl-tl-intake

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

FAQPage Schema
How do I triage batches of feature requests and bugs against a Neo4j graph?

You can triage batches of feature, bug, or task requests by classifying them against a Neo4j graph to determine routing, group related items into features, and generate an execution plan for autonomous processing.

What is graph-guided intake triage for software project management?

Graph-guided intake triage dissects batches of user requests, classifies them against a Neo4j knowledge graph, and routes them to the right skills for execution with transparent evidence and traceability.

How do I auto-route classified bugs and features to specific execution tasks?

After classifying requests against a Neo4j graph, the system auto-routes results to nacl-sa-feature, nacl-tl-fix, or nacl-tl-dev based on classification outcomes and dependency guidance.

Can I integrate YouGile for task creation during request intake triage?

Yes, the intake triage process operates across optional YouGile integration, allowing you to automatically create tasks and orchestrate cross-skill execution once requests are classified and approved.

How does graph-based classification identify features from user requests?

Graph-based classification uses the sa_find_uc_by_keywords function to identify features, bugs, and tasks by matching request atoms against the project's Neo4j knowledge graph and providing evidence.

Do I need to manually approve the execution plan generated from intake triage?

No, the system proceeds to autonomous execution once the generated execution plan is approved, grouping related atoms into independently shippable features with dependency guidance.