diff options
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.md | 14 |
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 6911910..7f0a045 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/ask info <id> +ask info <id> ``` ## Annotate a task ```bash -~/go/bin/ask annotate <id> "Note about progress or context" +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/ask modify <id> +<tag> -~/go/bin/ask dep add <id> <dep-id> -~/go/bin/ask modify <id> priority:H +ask modify <id> +<tag> +ask dep add <id> <dep-id> +ask modify <id> priority:H ``` -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. +Use the alias ID shown by `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/ask delete <id> +ask delete <id> ``` ## Conventions |
