···66666767## Task execution
68686969-Use the `task-workflow` skill for all substantial work. Every task gets a `.tasks/<task-slug>/` folder with TASK.md (requirements) and PLAN.md (steps + progress).
6969+When working on a given task, always track the requirements, open questions, and plan in a `TASK-<task-slug>.md` file. Track progress on the plan inside the plan section of that document.
7070+7171+Do work inside of worktrees where applicable. Use the `wt` tool for managing worktrees (https://worktrunk.dev). New worktrees with `wt switch --create <branch-name>`. See existing worktrees with `wt list`.