From 5ed843f2b82c6d6c253419c7ad088ad689caa9b4 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 26 Mar 2026 23:12:56 +0200 Subject: /work-on-tasks --- prompts/skills/agent-task-management/references/2-start-task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prompts/skills/agent-task-management') 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. -- cgit v1.2.3