From flow-next
Manages git worktrees via bash script: create/list/switch/cleanup and copy .env files. Enables parallel feature work, isolated reviews, or clean workspaces.
npx claudepluginhub gmickel/flow-next --plugin flow-nextThis skill uses the workspace's default tool permissions.
Use the manager script for all worktree actions.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Use the manager script for all worktree actions.
bash ${DROID_PLUGIN_ROOT:-${CLAUDE_PLUGIN_ROOT}}/skills/flow-next-worktree-kit/scripts/worktree.sh <command> [args]
Commands:
create <name> [base]listswitch <name> (prints path)cleanupcopy-env <name>Safety notes:
create does not change the current branchcleanup does not force-remove worktrees and does not delete branchescleanup deletes the worktree directory (including ignored files); removal fails if the worktree is not clean.env* is copied with no overwrite (symlinks skipped).worktrees/ or any worktree path component is a symlinkcopy-env only targets registered worktreesorigin fetch is optional; local base refs are allowedorigin only when base looks like a branch.worktrees/