Graph Workflow

Breadth-shaped work, in-session, one machine: many independent units of the same job, coordinated as code, not agent chatter. Triggers: 'audit every route', 'across every endpoint', 'one agent per file', 'each file', 'sweep the codebase for X', 'fan them out and verify', 'in parallel across every service', 'all routes', 'for each of the packages'. Instructs the Workflow tool: find real data edges, default pipeline(), parallel() only when a stage needs the whole prior set, one JSON-schema contract per node, flatten/dedupe/filter in plain code (never an agent), tier models via Rule 1, verify findings before reporting, isolate with worktrees only when nodes write concurrently. Pick this over fleet-dispatch-and-watch or orchestration when work stays in-session, one machine, zero extra tokens. fleet-dispatch-and-watch: work leaves this machine (tmux+SSH+ worktrees). orchestration: Orca-app-native coordination (ask/reply, worker_done, task DAGs). Compose, don't compete — a node may dispatch to the fleet.

artsmc Updated

File contents

artsmc/claude-dev-agents/tree/main/skills/graph-workflow commit fddf6aefcb

Frequently asked questions

npx skillmds@latest add artsmc-claude-dev-agents/graph-workflow