using-git-worktrees
SolidOPTIONAL per-task isolation for autonomous parallel work. Routed to only on explicit opt-in by subagent-driven-development or dispatching-parallel-agents, so parallel units mutate files without colliding. Stands up one worktree per unit, works it in isolation, then integrates each unit back onto the caller's working branch for the caller's single commit-gate + finishing-a-development-branch exit. Never on the default path; it does not bypass a gate or finish per unit.
Install
Quality Score: 81/100
Skill Content
Details
- Author
- arbiterForge
- Repository
- arbiterForge/codeArbiter
- Created
- 4 months ago
- Last Updated
- yesterday
- Language
- Python
- License
- AGPL-3.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
using-git-worktrees
Use when work needs isolation from the current branch — long-running feature, risky refactor, parallel attempt. Creates and tracks a worktree without touching unrelated state.
using-git-worktrees
Create an isolated git worktree for feature work — smart directory choice, a .gitignore safety check, and a clean test baseline. Use before parallel/independent work that should not disturb the current workspace.
using-git-worktrees
Use when starting feature work that needs isolation from the current workspace, or before executing an implementation plan, or before dispatching parallel coding agents. Ensures an isolated workspace exists — detect existing isolation, prefer the harness's native worktree tools, fall back to git worktree only if none.