Description
Manages Git worktrees from the command line for parallel development, especially workflows where multiple agents or tasks need separate working directories. It is useful for keeping branches isolated without cloning the repository repeatedly.
This is a developer workflow tool. It changes Git worktree state and filesystem layout, so users should understand which branch and directory each task is using before deleting or switching worktrees.