summaryrefslogtreecommitdiff
path: root/prompts/skills/agent-task-management/references/00-context.md
diff options
context:
space:
mode:
Diffstat (limited to 'prompts/skills/agent-task-management/references/00-context.md')
-rw-r--r--prompts/skills/agent-task-management/references/00-context.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/prompts/skills/agent-task-management/references/00-context.md b/prompts/skills/agent-task-management/references/00-context.md
index 18a1fa0..b4c16e2 100644
--- a/prompts/skills/agent-task-management/references/00-context.md
+++ b/prompts/skills/agent-task-management/references/00-context.md
@@ -6,6 +6,6 @@ Load this with any of the action files (1–5) when working with tasks. It defin
## Rules that apply to all task commands
-- **Always use `ask <subcommand>` for all task operations.** The `ask` CLI provides subcommands (`list`, `add`, `info`, `start`, `stop`, `done`, `annotate`, `modify`, `tag`, `priority`, `dep`, `delete`, `urgency`) that operate on agent-managed tasks. It is not a natural-language interface and does not understand skill names.
+- **Always use `ask <subcommand>` for all task operations.** The `ask` CLI provides subcommands (`list`, `ready`, `add`, `info`, `start`, `stop`, `done`, `annotate`, `modify`, `tag`, `priority`, `dep`, `delete`, `urgency`) that operate on agent-managed tasks. It is not a natural-language interface and does not understand skill names.
- **One task in progress per project.** Do not start a second task while another is started and not completed, unless the user explicitly asks.
- **Parallel work via sub-agents** — the agent may spawn sub-agents to work on tasks in parallel if those tasks would not conflict each other.