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 | 6 |
1 files changed, 3 insertions, 3 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 72c2392..81b1ec5 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 @@ -1,6 +1,6 @@ # Annotate / update task -Use with `00-context.md`. Project name and global rules apply. Only annotate, modify, or delete tasks that have both `project:<name>` and the `+agent` tag. Use numeric IDs only within a single report; for any stored or shared reference (annotations, docs, handoffs), **refer to tasks by UUID** and use `uuid:<uuid>` selectors when running commands. +Use with `00-context.md`. Project name and global rules apply. ## Reading task context @@ -20,7 +20,7 @@ ask annotate uuid:<uuid> "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. -Whenever you mention another task inside an annotation (for example, as a dependency or related work), include that other task's **UUID**, not just its numeric ID. +Whenever you mention another task inside an annotation (for example, as a dependency or related work), include that other task's **UUID**. ## Modify a task @@ -42,4 +42,4 @@ ask delete uuid:<uuid> - Read description, summary, and all annotations when working on a task. - Annotate with implementation notes, progress, challenges, and references to files or documents as you go. -- Annotations should be detailed enough that a fresh-context agent can pick up work without needing to ask clarifying questions.
\ No newline at end of file +- Annotations should be detailed enough that a fresh-context agent can pick up work without needing to ask clarifying questions. |
