luislobo/workmesh
Docs-first project and task orchestration for developers and coding agents
Platform-specific configuration:
{
"mcpServers": {
"workmesh": {
"command": "npx",
"args": [
"-y",
"workmesh"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
WorkMesh is a docs-first project and task orchestration system for developers and coding agents.
It keeps planning state next to the code:
tasks/.workmesh/context.json.workmesh/truth/~/.workmesh/Verify installed binaries:
workmesh --version
workmesh-mcp --versionBuild from source:
git clone git@github.com:luislobo/workmesh.git
cd workmesh
cargo build -p workmesh
cargo build -p workmesh-mcpCodex MCP example:
[mcp_servers.workmesh]
command = "/usr/local/bin/workmesh-mcp"
args = []Canonical WorkMesh skills live under skills/.
Installed agent paths follow the shared Agent Skills layout:
.agents/skills/ for Codex and Cursor, .claude/skills/ for Claude~/.codex/skills/, ~/.cursor/skills/, and ~/.claude/skills/Each skill is self-contained and includes its referenced doctrine files inside its own skill root.
Primary documentation:
Supporting references:
Agent-readable mirror:
Loading reviews...