Loading...
Loading...
Create and manage a git worktree for parallel feature development, then open the new worktree in the editor (code/Cursor) for a second Codex session. Use when the user asks to work on another feature simultaneously, run multiple features in parallel, spin up a parallel workspace, or open a new worktree even if they do not mention worktree explicitly.
npx skill4agent add ghou533/agent-skills worktree-parallelfeature/<slug>../<project_name>-wtgit worktree add -b feature/<slug> <base>/<slug>git worktree add <base>/<slug> <branch>cd <path> && pnpm run setup-worktreecode -n <path>codecodecursor -ncodecd <path> && codexgit worktree list--forcegit worktree remove <path>git branch -d <branch>