graphworkgraphworkOfficialยท1 Agent Skills Included

wg

Persistent task graphs, agent dispatch, and work validation

Coordinates multi-step projects through a persistent task graph with dependencies, claims, and evidence tracking. Dispatches work to coding agents automatically and records every log, failure, and retry so nothing is lost. Replaces scattered tickets and chat threads with one inspectable, git-friendly record of who did what and why.
npx skills add graphwork/wg --all -g -y
Available:

Tells the agent to run wg quickstart at session start, dispatch work through wg service start instead of claiming tasks manually, and follow the repo's build, formatting, and model-routing rules.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install wg?โ–ผ

Run `npx skills add graphwork/wg --all -g -y` in your terminal to install the skill globally for your agent.

What problem does WG solve?โ–ผ

WG tracks tasks, dependencies, claims, evidence, and validation in one durable graph, so you always know what was done, what failed, and what needs review.

How do agents coordinate work with WG?โ–ผ

You define tasks with `wg add` and dependencies, then `wg service start` dispatches them to agents automatically while you monitor progress in the TUI.

Does WG work with Claude Code and Codex?โ–ผ

Yes. WG routes work to multiple model handlers including Claude, Codex, and Pi, and its guide files are read natively by both Claude Code and Codex CLI.

Where does WG store project data?โ–ผ

Everything lives in a plain-text `.wg/` folder as JSONL and TOML files, so your task history stays readable and diffable even without the tool.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’