diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-23 09:36:40 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-23 09:36:40 +0200 |
| commit | 8c58b4a02e041a8b948fae9aed3d4ebbb689139c (patch) | |
| tree | f6916c8fa6632b356573d53901083e9cfc256d99 /prompts/skills/agent-task-management/references/3-complete-task.md | |
| parent | 6e4ba7a86ff2ff0dc160e6d6a23453a367e7613b (diff) | |
fix annotate short UUID usage, clarify dependency and annotation rules
Diffstat (limited to 'prompts/skills/agent-task-management/references/3-complete-task.md')
| -rw-r--r-- | prompts/skills/agent-task-management/references/3-complete-task.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/prompts/skills/agent-task-management/references/3-complete-task.md b/prompts/skills/agent-task-management/references/3-complete-task.md index 531c6a4..cb1d3b1 100644 --- a/prompts/skills/agent-task-management/references/3-complete-task.md +++ b/prompts/skills/agent-task-management/references/3-complete-task.md @@ -1,6 +1,6 @@ # Complete task -Use with `00-context.md`. Project name and global rules apply. Only complete tasks that have both `project:<name>` and the `+agent` tag — use UUIDs from `ask list` output or task annotations. +Use with `00-context.md`. Project name and global rules apply. ## Completion criteria (required before "done") @@ -60,4 +60,4 @@ Use the UUID that identifies the task (from its annotations or from the selectio - **On completion, commit all changes to git** before running `ask done uuid:<uuid>`; do not leave uncommitted work when marking a task complete. - Complete with `ask done uuid:<uuid>` only after completion criteria, self-review(s), first review, addressing all comments, and git commit are satisfied. Add a follow-up sub-agent review only when code changed after review comments. - When completing a task, note which tasks were unblocked (dependents that became ready), if any. -- **After completing a task, automatically progress to the next task in the list** (when all tests and required sub-agent review(s) pass and the task is done). Start the next ready task from `ask ready`; do not stop unless no next task is available or the user asks to stop.
\ No newline at end of file +- **After completing a task, automatically progress to the next task in the list** (when all tests and required sub-agent review(s) pass and the task is done). Start the next ready task from `ask ready`; do not stop unless no next task is available or the user asks to stop. |
