Create a git worktree + branch for a slice using the project naming convention. Use when starting a new slice that should run in parallel with others. Triggers on /worktree, "make a worktree", "new worktree for this slice".
Create a git worktree + branch for a slice using the project naming convention. Use when starting a new slice that should run in parallel with others. Triggers on /worktree, "make a worktree", "new worktree for this slice".
/worktree
Create a git worktree at ../<repo>.<slice-id> with branch feat/<slice-id> (or appropriate type).
When to use
You're starting a slice and want parallel-safe isolation.
You're running 2-3 concurrent slices and need to spawn another.
Steps
Determine the project root (current repo's main checkout).