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 --- prompts/skills/project-taskwarrior/2-start-task.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 prompts/skills/project-taskwarrior/2-start-task.md (limited to 'prompts/skills/project-taskwarrior/2-start-task.md') diff --git a/prompts/skills/project-taskwarrior/2-start-task.md b/prompts/skills/project-taskwarrior/2-start-task.md new file mode 100644 index 0000000..4e27fa0 --- /dev/null +++ b/prompts/skills/project-taskwarrior/2-start-task.md @@ -0,0 +1,18 @@ +# Start task + +Use with `00-context.md`. Project name and global rules apply (including one task in progress per project unless the user says otherwise). + +## Mark task as started + +When you begin working on a task, **always mark it as started in Taskwarrior** so current work is visible: + +```bash +task start +``` + +Do this as soon as you start work on the task. + +## Conventions + +- Run `task start` when you start working on the task, not only when listing or completing. +- Do not start a second task for the same project while one is already started and not done, unless the user explicitly asks. -- cgit v1.2.3