cyberneticlibrary

Isolate feature work with git worktrees

using-git-worktreesskillsetup L11
claudiodearaujo/IzaCenter
What it does

Create and verify isolated git worktrees for parallel branch work

Best for

When feature work requires complete isolation from current workspace without branch switching.

Inputs
  • · .gitignore file
  • · project root
  • · branch name
Outputs
  • · initialized worktree at path
  • · passing test baseline
Requires
  • · git
  • · bash
Preconditions

Repository initialized; package.json/Cargo.toml/equivalent present

Failure modes
  • · directory not ignored
  • · baseline tests fail
  • · setup tool not found
Trust signals
  • · Explicit .gitignore verification
  • · baseline test pass confirmation
  • · supported by Jesse's rule