nacl-tl-next

Query Neo4j Task/Wave nodes to select the next TL task with SA context.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides graph-powered guidance to determine the next TL task by querying Task/Wave nodes from Neo4j and enriching results with SA context.

Core Features & Use Cases

  • Query active wave and actionable tasks from the graph
  • Enrich recommendations with UC entity names and forms
  • Fall back to file-based status when Neo4j is unavailable
  • Present a single, actionable recommendation with a launch command

Quick Start

Run /nacl-tl-next to obtain the single best next task recommendation for the active wave.

Frequently Asked Questions about nacl-tl-next

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

FAQPage Schema
How do I get next-task recommendations for active TL workflow waves?

Next-task recommendations for active TL workflow waves are generated by querying Task and Wave nodes from Neo4j and enriching the results with SA context to provide a single actionable task.

How does graph-aware task recommendation handle Neo4j unavailability?

Graph-aware task recommendation handles Neo4j unavailability by falling back to file-based status tracking to ensure continuous workflow progress across BE, FE, and QA tasks.

Can I use Neo4j graph queries to recommend tasks across BE, FE, and QA teams?

You can use Neo4j graph queries to recommend tasks across BE, FE, and QA teams by retrieving actionable tasks within the active wave and enriching them with UC entity names and forms.

What is the best way to automate Team Lead task selection using graph data?

The best way to automate Team Lead task selection using graph data is querying actionable tasks from Neo4j and applying contextual scoring to output a single recommendation with a launch command.

Do I need Neo4j to retrieve tl_active_wave and tl_actionable_tasks query results?

You do not need Neo4j to retrieve tl_active_wave and tl_actionable_tasks query results because the system provides a fallback to file-based status when the graph database is unavailable.

What task scoring mechanisms work with UC entity context in TL workflows?

Task scoring mechanisms in TL workflows use UC entity context by querying Neo4j for Wave and Task nodes, enriching results with SA context to satisfy tl_task_scoring and tl_task_with_uc_context queries.