this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

agents: task execution and worktree update

+3 -1
+3 -1
agents/GLOBAL_CONTEXT.md
··· 66 66 67 67 ## Task execution 68 68 69 - 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). 69 + 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. 70 + 71 + 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`.