summaryrefslogtreecommitdiff
path: root/prompts/skills/project-taskwarrior/2-start-task.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-21 16:14:03 +0200
committerPaul Buetow <paul@buetow.org>2026-02-21 16:14:03 +0200
commite91df0ffec673ed2e2c93424c51cb3ebabc5fe05 (patch)
tree8c25850fa2bd01f4a2db5d6caa667d5d2ec48f16 /prompts/skills/project-taskwarrior/2-start-task.md
parentd7eaade8a45bec55c274f4683ad209e94c0f3308 (diff)
add project taskwarrior
Diffstat (limited to 'prompts/skills/project-taskwarrior/2-start-task.md')
-rw-r--r--prompts/skills/project-taskwarrior/2-start-task.md18
1 files changed, 18 insertions, 0 deletions
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 <id> start
+```
+
+Do this as soon as you start work on the task.
+
+## Conventions
+
+- Run `task <id> 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.