Harness Worktrees

Set up parallel git worktrees of the same repo, one per coding harness (Claude Code, Codex CLI, Cursor, etc.), so multiple AI tools can edit, typecheck, and test in parallel without trampling each other's node_modules, build artifacts, or branches. USE WHEN user says 'set up worktrees for my coding tools', 'I want a Claude / Codex / pi worktree of this repo', 'parallel worktrees per harness', 'harness worktrees', 'split this repo per coding agent', or wants one-checkout-per-tool isolation. Also handles Mode C: reset the current worktree to latest main after a PR merge.

aojdevstudio 14889dd 3 files · 26.2 KB Updated

File contents

aojdevstudio/agentic-utilities/tree/main/claude-code/plugins/harness-worktrees/skills/harness-worktrees commit 14889ddae9

Frequently asked questions

npx skillmds@latest add aojdevstudio/harness-worktrees-2