wg
Persistent task graphs, agent dispatch, and work validation
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core