From e91df0ffec673ed2e2c93424c51cb3ebabc5fe05 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 21 Feb 2026 16:14:03 +0200 Subject: add project taskwarrior --- .../project-taskwarrior/4-annotate-update-task.md | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 prompts/skills/project-taskwarrior/4-annotate-update-task.md (limited to 'prompts/skills/project-taskwarrior/4-annotate-update-task.md') diff --git a/prompts/skills/project-taskwarrior/4-annotate-update-task.md b/prompts/skills/project-taskwarrior/4-annotate-update-task.md new file mode 100644 index 0000000..f96d46b --- /dev/null +++ b/prompts/skills/project-taskwarrior/4-annotate-update-task.md @@ -0,0 +1,40 @@ +# Annotate / update task + +Use with `00-context.md`. Project name and global rules apply. + +## Reading task context + +When working on a task, **always read the full context:** description, summary, and **all annotations**. Annotations often contain progress, challenges, and references to files or documents — use them for further reference. + +View full task (including annotations): + +```bash +task +``` + +## Annotate a task + +```bash +task annotate "Note about progress or context" +``` + +While making progress, **add annotations** to reflect progress, challenges, or decisions. You may refer to files, documents, or other resources (paths, doc links, snippets) so the task history stays useful for later work and for the pre-completion review. + +## Modify a task + +```bash +task modify + +task modify depends: +task modify priority:H +``` + +## Delete a task + +```bash +task delete +``` + +## Conventions + +- Read description, summary, and all annotations when working on a task. +- Annotate with implementation notes, progress, challenges, and references to files or documents as you go. -- cgit v1.2.3