summaryrefslogtreecommitdiff
path: root/prompts/skills/agent-task-management/references/4-annotate-update-task.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-11 22:36:15 +0300
committerPaul Buetow <paul@buetow.org>2026-04-11 22:36:15 +0300
commitaac7d87cc5325d70c4cad51fff2671e10f2405b4 (patch)
tree09346a8825a58017f3ba68d7bbdfa8291ce1fb38 /prompts/skills/agent-task-management/references/4-annotate-update-task.md
parent2e08ff74e94b87fe7c0bdb339c12e93f3f1a2523 (diff)
update prompts
Diffstat (limited to 'prompts/skills/agent-task-management/references/4-annotate-update-task.md')
-rw-r--r--prompts/skills/agent-task-management/references/4-annotate-update-task.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/prompts/skills/agent-task-management/references/4-annotate-update-task.md b/prompts/skills/agent-task-management/references/4-annotate-update-task.md
index b32f90f..6911910 100644
--- a/prompts/skills/agent-task-management/references/4-annotate-update-task.md
+++ b/prompts/skills/agent-task-management/references/4-annotate-update-task.md
@@ -9,13 +9,13 @@ When working on a task, **always read the full context:** description, summary,
View full task (including annotations):
```bash
-~/go/bin/do info <id>
+~/go/bin/ask info <id>
```
## Annotate a task
```bash
-~/go/bin/do annotate <id> "Note about progress or context"
+~/go/bin/ask annotate <id> "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.
@@ -25,17 +25,17 @@ Whenever you mention another task inside an annotation (for example, as a depend
## Modify a task
```bash
-~/go/bin/do modify <id> +<tag>
-~/go/bin/do dep add <id> <dep-id>
-~/go/bin/do modify <id> priority:H
+~/go/bin/ask modify <id> +<tag>
+~/go/bin/ask dep add <id> <dep-id>
+~/go/bin/ask modify <id> priority:H
```
-Use the alias ID shown by `~/go/bin/do list`, `~/go/bin/do ready`, or `~/go/bin/do info` when modifying tasks selected earlier or referenced from annotations or other docs.
+Use the alias ID shown by `~/go/bin/ask list`, `~/go/bin/ask ready`, or `~/go/bin/ask info` when modifying tasks selected earlier or referenced from annotations or other docs.
## Delete a task
```bash
-~/go/bin/do delete <id>
+~/go/bin/ask delete <id>
```
## Conventions