worktrees
Installation
SKILL.md
Worktrees
Guide for managing git worktrees in pokayokay.
When Worktrees Are Created
| Task Type | Default | Override |
|---|---|---|
| feature | Worktree | --in-place |
| bug | Worktree | --in-place |
| spike | Worktree | --in-place |
| chore | In-place | --worktree |
| docs | In-place | --worktree |
| test | Inherits the story worktree (tasks in the same story share it) | explicit flag |