Creates a git worktree outside the main repo for parallel development on a new branch without stashing. Outputs path, branch, base details, and lists active worktrees.
From create-worktreesnpx claudepluginhub rohitg00/awesome-claude-code-toolkit --plugin create-worktrees/worktree-createCreate git worktrees with parallel Claude sessions in iTerm
Create a git worktree for parallel development on a separate branch without stashing.
git worktree list.Worktree Created:
Path: <absolute path>
Branch: <branch name>
Base: <parent branch>