worktree
Installation
SKILL.md
Worktree Workflow
Use git worktrees for issues that require extended development (multiple days, risky changes, or parallel feature work). Each worktree gets its own branch, dependencies, and a WordPress test site.
When to Use Worktrees
- Issue has
size: 2-mediumor3-large - Issue has
complexity: branch - Work will span multiple sessions/days
- You want to test a feature in isolation without affecting the main branch
- You need to work on multiple features in parallel
Creating a Worktree
Step 1: Create the worktree
Use the EnterWorktree Claude Code tool (not a bash command) with a descriptive name based on the issue: