using-git-worktrees
Installation
SKILL.md
Using Git Worktrees
Create a dedicated worktree per branch/task. Name worktree paths predictably. Keep each worktree focused on one objective. Run branch-specific tests inside each worktree. Sync with mainline regularly to reduce conflicts. Remove stale worktrees after merge.