dag-operations
Installation
SKILL.md
DAG Operations
Deterministic DAG infrastructure operations for workflow execution.
Overview
This skill wraps the hil-dag CLI from the humaninloop_brain package, providing the DAG Assembler and State Analyst agents with deterministic graph operations: assembly (with auto-bootstrap), validation, sorting, status updates, analysis recording, and pass freezing.
Available Operations
| Operation | Script | Purpose |
|---|---|---|
assemble |
dag-assemble.sh |
Add a catalog node with edge inference (auto-creates StrategyGraph if missing) |
validate |
dag-validate.sh |
Run structural validation |
sort |
dag-sort.sh |
Topological execution order |
status |
dag-status.sh |
Update node status |
record |
dag-record.sh |
Record analysis results (status + evidence + trace) |
freeze |
dag-freeze.sh |
Freeze a completed pass (with triggered_by edges and next pass creation) |
catalog-validate |
dag-catalog-validate.sh |
Validate a node catalog |