工具描述:TaskList 任务列表(团队工作流)
Tool Description: TaskList (teammate workflow)
v2.1.38Conditional section appended to TaskList tool description
团队成员工作流程
作为团队成员工作时:
- 完成当前任务后,调用 TaskList 查找可用工作
- 寻找状态为 'pending'、无所有者且 blockedBy 为空的任务
- 当有多个可用任务时,优先选择 ID 顺序靠前的任务(ID 最小的优先),因为较早的任务通常为后续任务建立上下文
- 使用 TaskUpdate 认领可用任务(将
owner设置为你的名称),或等待团队负责人分配 - 如果遇到阻塞,专注于解除阻塞任务或通知团队负责人
英文原文 / English Original
Teammate Workflow
When working as a teammate:
- After completing your current task, call TaskList to find available work
- Look for tasks with status 'pending', no owner, and empty blockedBy
- Prefer tasks in ID order (lowest ID first) when multiple tasks are available, as earlier tasks often set up context for later ones
- Claim an available task using TaskUpdate (set
ownerto your name), or wait for leader assignment - If blocked, focus on unblocking tasks or notify the team lead