git-worktrees
Installation
SKILL.md
Using Git Worktrees
Overview
Git worktrees create isolated workspaces sharing the same repository, allowing work on multiple branches simultaneously without switching.
Core principle: Systematic directory selection + safety verification = reliable isolation.
When to Use
- Working on multiple features in parallel
- Code review while continuing development
- Testing fixes on different branches
- Isolating experimental work
- Multi-agent development workflows