Craft bounded multi-agent workflows with git-native worktrees
Project description
wtcraft - Worktree Craft
npm install -g wtcraft
wtcraft is a lightweight, git-native harness for solo developers orchestrating multiple coding agents on a limited budget.
Keywords: Solo Dev · Budget-Aware · Agent Handoff · Boundaries · Lightweight
The goal is simple:
- keep agent work isolated with
git worktree - make agent handoffs explicit with a task contract
- keep file and task boundaries easy to verify
- stay usable from CLI + any IDE
No hosted platform is required. No custom runtime is required.
Why
Parallel agents are useful, but raw parallelism creates four common problems:
- unclear handoff between planner and executor agents
- context pollution across tasks
- file ownership collisions
- review overload from too many noisy PRs
wtcraft focuses on handoff, boundaries, and budget-aware sequencing, not maximum concurrency.
For the design story behind this project, read: Beyond Worktrees: A Budget-Aware Multi-Agent Coding Harness for Solo Developers.
Core Model
- Planner defines a bounded task contract.
- Executor works only inside that contract.
- Verifier checks scope, off-limits, and completion gates.
- Finisher handles push/PR/cleanup.
This supports a DAG workflow:
- merge shared foundation tasks first
- run file-disjoint tasks in parallel
- serialize tasks that touch shared files
Project Status
Early public bootstrap.
Current scope:
- open documentation for workflow and roadmap
- starter contract and command specs
- CLI MVP available (
init,status,check)
Requirements
| Dependency | Required | Notes |
|---|---|---|
| bash | yes | macOS / Linux |
| git | yes | worktree support (git ≥ 2.5) |
| Claude Code CLI | no | optional planner / finisher agent |
| Codex CLI | no | optional executor agent |
| Node.js / npm | no | only needed for npm install distribution |
Claude Code and Codex are agent tools that use wtcraft — they are not prerequisites for the CLI itself.
Install
npm (global):
npm install -g wtcraft
pip / pipx:
pipx install wtcraft # recommended — isolated venv, no conflicts
# or
pip install --user wtcraft
Homebrew (tap):
brew tap zywkloo/wtcraft https://github.com/zywkloo/wtcraft
brew install wtcraft
From source (no package manager needed):
git clone https://github.com/zywkloo/wtcraft.git
chmod +x wtcraft/scripts/wtcraft
# add wtcraft/scripts to PATH, or run directly:
wtcraft/scripts/wtcraft init
Quick Start
wtcraft init # scaffold harness into current repo
wtcraft init --patch-agent-files # also append routing stubs to CLAUDE.md / AGENTS.md
wtcraft new feat/my-task # create worktree + task contract
wtcraft status # list active worktree contracts
wtcraft check <worktree-name-or-path> # verify Scope / Off-limits
wtcraft verify <worktree-name-or-path> # run Verification commands
wtcraft help [command] # per-command usage
What init scaffolds:
.agent-harness/planner.md.agent-harness/executor.md.agent-harness/finisher.md.claude/commands/planwt.md.claude/commands/finishwt.md.worktree-task.template.md
init is non-destructive: existing files are not overwritten.
By default init does not modify CLAUDE.md or AGENTS.md.
Use --patch-agent-files to append managed routing stubs to existing files.
new defaults to base branch develop. Set WTCRAFT_BASE_BRANCH=main (or another branch) when needed.
Docs
Testing
chmod +x tests/smoke.sh
tests/smoke.sh
License
Apache-2.0. See LICENSE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wtcraft-0.3.0.tar.gz.
File metadata
- Download URL: wtcraft-0.3.0.tar.gz
- Upload date:
- Size: 15.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf232d5cd497f3053fc35966d5f1d793b329610bcbfa0ed313872c69585ed9dc
|
|
| MD5 |
e3e99f2e8c9c5677adb1c62deaa4977a
|
|
| BLAKE2b-256 |
0fa8d2a5c16d31c7f5c9736347fbbb39f7cb6439c5b28b74ac8fe7dfab9007f5
|
Provenance
The following attestation bundles were made for wtcraft-0.3.0.tar.gz:
Publisher:
publish.yml on zywkloo/wtcraft
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
wtcraft-0.3.0.tar.gz -
Subject digest:
cf232d5cd497f3053fc35966d5f1d793b329610bcbfa0ed313872c69585ed9dc - Sigstore transparency entry: 1640549260
- Sigstore integration time:
-
Permalink:
zywkloo/wtcraft@847c037b7d8a61fb5e311e50bd221b06166f050e -
Branch / Tag:
refs/heads/main - Owner: https://github.com/zywkloo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@847c037b7d8a61fb5e311e50bd221b06166f050e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file wtcraft-0.3.0-py3-none-any.whl.
File metadata
- Download URL: wtcraft-0.3.0-py3-none-any.whl
- Upload date:
- Size: 15.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c137239ed45eed5a86ffe1eb3d7dd0dfd1d3fc3e516b892605163308e132e61a
|
|
| MD5 |
1dd0ace8d14cca4b0dd263d59cbaf60a
|
|
| BLAKE2b-256 |
6e798724cc5b695862cef5140cb8a9970196768e4f059aabbfab23da2d45cd52
|
Provenance
The following attestation bundles were made for wtcraft-0.3.0-py3-none-any.whl:
Publisher:
publish.yml on zywkloo/wtcraft
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
wtcraft-0.3.0-py3-none-any.whl -
Subject digest:
c137239ed45eed5a86ffe1eb3d7dd0dfd1d3fc3e516b892605163308e132e61a - Sigstore transparency entry: 1640549403
- Sigstore integration time:
-
Permalink:
zywkloo/wtcraft@847c037b7d8a61fb5e311e50bd221b06166f050e -
Branch / Tag:
refs/heads/main - Owner: https://github.com/zywkloo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@847c037b7d8a61fb5e311e50bd221b06166f050e -
Trigger Event:
workflow_dispatch
-
Statement type: