Use to create isolated workspace for feature development. Enables parallel work without branch switching.
/plugin marketplace add Dutchthenomad/claude-flow/plugin install claude-flow@claude-flow-marketplace# Git Worktree Setup ## Purpose Create isolated workspace for feature development. Work on multiple features simultaneously without `git stash` or branch switching. ## Directory Priority (Check in order) 1. `.worktrees/` (project-local, hidden) 2. `worktrees/` (project-local, visible) 3. Ask user preference ## Safety Check (REQUIRED for project-local) ## Setup Sequence ## Cleanup When Done ## Pair With - `/plan` - Create plan before starting feature - Use `finishing-a-development-branch` pattern when complete $ARGUMENTS