Worktrees

Create and manage git worktrees for isolated feature development. Prevents branch cross-contamination by giving each feature its own working directory with shared git history. Includes workflows for creating worktrees from scratch or from Linear issues, listing active worktrees, switching between them, and cleaning up completed ones. Use when starting a new feature that needs isolation from current work, running parallel implementations, or preventing uncommitted changes from leaking between tasks. Triggers on 'worktree', 'isolated branch', 'parallel feature', 'branch isolation', 'new worktree', 'feature isolation'. NOT for: simple branch switching (use git checkout), Linear-only operations (use linear), or temporary experiments (just use a branch).

EtanHey a623579 8 files · 30.5 KB Updated

File contents

EtanHey/golems/tree/main/skills/golem-powers/_archive/worktrees commit a623579243

Frequently asked questions

npx skillmds@latest add etanhey/worktrees