diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-24 19:00:12 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-24 19:00:12 +0200 |
| commit | d3ec6430653de0e6ca65dd5ca7ece54cdde4e1ae (patch) | |
| tree | 69653db45d82a7b147b29cb30c94c4197c301cef /prompts | |
| parent | 2900d9c81646f442369b4adf0c2fa85afb03ff29 (diff) | |
Update 2-start-task.md: clarify task requirements, add "Finding a task" section with example usage
Diffstat (limited to 'prompts')
| -rw-r--r-- | prompts/skills/agent-task-management/references/2-start-task.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/prompts/skills/agent-task-management/references/2-start-task.md b/prompts/skills/agent-task-management/references/2-start-task.md index 1ea248f..d5dbc93 100644 --- a/prompts/skills/agent-task-management/references/2-start-task.md +++ b/prompts/skills/agent-task-management/references/2-start-task.md @@ -1,11 +1,17 @@ # 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). Only start tasks that have both `project:<name>` and the `+agent` tag — use UUIDs from `ask list` output. +Use with `00-context.md`. Project name and global rules apply (including one task in progress per project unless the user says otherwise). ## Start each new task with a fresh context Work on each new task **must begin with a fresh context** — e.g. a new session or a sub-agent with no prior conversation. That way the task is executed with clear focus and no carry-over from other work. The task itself should already contain references to all required context (added when the task was created); read the task description and all annotations to get files, docs, and specs before starting. +## Finding a task + +```bash +ask ready | head +``` + ## Mark task as started When you begin working on a task, **always mark it as started** so current work is visible: |
