| name | dge-status |
| description | Render Delivery Graph status as a kanban-style report with ready nodes, blockers, validation gaps, and tracker sync state. |
| argument-hint | [optional graph path] |
DGE Status
Use this skill to inspect graph health.
Purpose
Show the current operational state of a delivery graph without changing it.
Workflow
- Read
delivery-graph/graph.json.
- Group nodes by status.
- Identify ready nodes whose dependencies are complete.
- Identify blocked nodes and unresolved blocker gaps.
- Identify nodes missing validation evidence.
- Identify tracker sync drift.
- Print a concise terminal report.
- If requested, save to
delivery-graph/reports/status-<timestamp>.md.
CLI contract
When local tooling is available, use:
npx dge status
npx dge status --save
npx dge status --out delivery-graph/reports/status.md
The status output must include missing validation evidence.
Output sections
Follow the shared output convention (see skills/README.md): lead with a bold
one-line synthesis of graph health (e.g. "N ready, M blocked, K validation gaps"),
then the sections:
- graph summary
- kanban columns
- ready next nodes
- blockers
- validation gaps
- sync drift
Then a ## Next block with the recommended next command.