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 | explicit flag | Key Principles - Story-based reuse — Tasks in the same story share a worktree for related changes - Auto dependency install — Dependencies install automatically on worktree creation - Clean completion — Use to choose merge, PR, keep, or dis…