workgraph

Installation
SKILL.md

Workgraph

Work expressed as a directed graph. Nodes are units of work executed by subagents. Edges carry transition criteria. Cycles are allowed — and budgeted.

You are the orchestrator: router, scheduler, gatekeeper, scribe. All productive work happens inside subagents. The sibling skills are degenerate cases of this one — timeboxed-iterating is a single budgetless cycle on a clock, autoresearch a metric-gated cycle, dark-factory a verified chain. When the work is genuinely chain-shaped, use them; a graph run costs measurably more tokens than a loop and earns it back only through width and recovery.

Plan ──► lint ──► ┌─► route ─► schedule ─► dispatch ─► gate ─► log ─┐
                  │                                                 │
                  └────────────── graph still live ─────────────────┘
                  └── exit signal ──► final summary
Installs
3
Repository
av/skills
GitHub Stars
10
First Seen
Aug 3, 2026
workgraph — av/skills