diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-21 16:14:03 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-21 16:14:03 +0200 |
| commit | e91df0ffec673ed2e2c93424c51cb3ebabc5fe05 (patch) | |
| tree | 8c25850fa2bd01f4a2db5d6caa667d5d2ec48f16 /prompts/skills/project-taskwarrior/2-start-task.md | |
| parent | d7eaade8a45bec55c274f4683ad209e94c0f3308 (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.md | 18 |
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. |
