summaryrefslogtreecommitdiff
path: root/prompts
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-26 23:12:56 +0200
committerPaul Buetow <paul@buetow.org>2026-03-26 23:12:56 +0200
commit5ed843f2b82c6d6c253419c7ad088ad689caa9b4 (patch)
tree6759df101bb1fecaec924de3ed424689b9c1bfce /prompts
parent6ec4c79f9f0f45c242012955effc3099188745e8 (diff)
/work-on-tasks
Diffstat (limited to 'prompts')
-rw-r--r--prompts/skills/agent-task-management/references/2-start-task.md2
1 files changed, 1 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 0029a2b..2a7f862 100644
--- a/prompts/skills/agent-task-management/references/2-start-task.md
+++ b/prompts/skills/agent-task-management/references/2-start-task.md
@@ -6,7 +6,7 @@ Use with `00-context.md`. Project name and global rules apply (including one tas
Work on each new task **must begin with a fresh context** — a new sub-agent with no prior conversation history. That way the task is executed with clear focus and no carry-over from other work.
-**If you are orchestrating via `/work-on-tasks`:** spawn a sub-agent for the implementation. Pass the full task description, all annotations, and the project root path to the sub-agent. Do not implement tasks in the orchestrator's own context.
+**If you are orchestrating via `/work-on-tasks`:** spawn a sub-agent for the implementation or even multiple sub-agents if they can work in parallel. Pass the full task description, all annotations, and the project root path to the sub-agent. Do not implement tasks in the orchestrator's own context.
**If you are starting a single task manually:** begin in a new session or compact first so the context is clean before you start working.