diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-22 20:48:19 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-22 20:48:19 +0200 |
| commit | 8a0725878bb2bdd4083091ad2c1dbe9593d49213 (patch) | |
| tree | f5fa0f8da65325d4378064a42d4b73b65d4d54b0 /prompts | |
| parent | f406db8ad4103c64613d2c8ffda563edd9a73af3 (diff) | |
Update
Diffstat (limited to 'prompts')
| -rw-r--r-- | prompts/skills/project-taskwarrior/SKILL.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/prompts/skills/project-taskwarrior/SKILL.md b/prompts/skills/project-taskwarrior/SKILL.md index a170839..bcc9708 100644 --- a/prompts/skills/project-taskwarrior/SKILL.md +++ b/prompts/skills/project-taskwarrior/SKILL.md @@ -1,12 +1,18 @@ --- name: project-taskwarrior -description: "Manage Taskwarrior tasks scoped to the current git project. Use when asked to list, add, start, complete, annotate, or organize tasks for the project. Triggers on: tasks, todo, task list, pick next task, what's next." +description: "Manage Taskwarrior tasks scoped to the current git project. Use when asked to list, add, start, complete, annotate, or organize tasks for the project. May start work in parallel (e.g. multiple sub-agents on different tasks) as long as agents do not conflict with each other. Triggers on: tasks, todo, task list, pick next task, what's next." --- # Project Taskwarrior Taskwarrior tasks are scoped to the current git repository. **Load only the files you need** for the current action so the whole skill does not need to be in context. +## When to Use + +- User asks to **list**, **add**, **start**, **complete**, **annotate**, or **organize** tasks for the project. +- Triggers: *tasks*, *todo*, *task list*, *pick next task*, *what's next*. +- You may start work **in parallel** (e.g. multiple sub-agents on different tasks) as long as agents do not conflict with each other. + ## When to load what | Action | Load | |
