diff options
Diffstat (limited to 'prompts')
| -rw-r--r-- | prompts/skills/agent-task-management/references/2-start-task.md | 2 |
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. |
