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

Directory Selection Process

1. Check Existing Directories

Installs
3
Repository
5dlabs/cto
First Seen
Jan 24, 2026
git-worktrees — 5dlabs/cto