zr-create-tasks
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesezr-create-tasks
zr-create-tasks
Job
Job
Create a high-quality task set for one routed project.
为一个已路由的项目创建高质量的任务集。
Inputs
Inputs
- output with
probe nextkind: create_tasks - routed project ID and context
- 带有的
kind: create_tasks输出probe next - 已路由的项目ID和上下文
Steps
Steps
- Read project objective and constraints.
- Define 3-8 independent tasks with explicit acceptance criteria.
- Add dependencies only when strictly necessary.
- Mark tasks as ready and post a summary.
- 阅读项目目标和约束条件。
- 定义3-8个带有明确验收标准的独立任务。
- 仅在绝对必要时添加依赖关系。
- 将任务标记为就绪并发布摘要。
Commands
Commands
bash
probe project get <project-id>
probe task create --project-id <project-id> --title "<title>" --description "<acceptance-criteria>"
probe task ready --limit 20
probe message send general "Created task set for project <project-id>."bash
probe project get <project-id>
probe task create --project-id <project-id> --title "<title>" --description "<acceptance-criteria>"
probe task ready --limit 20
probe message send general "Created task set for project <project-id>."Output Contract
Output Contract
- Project has a usable ready queue.
- Tasks are scoped for a single execution cycle each.
- Summary message includes project and task IDs.
- 项目拥有可用的就绪队列。
- 每个任务的范围设定为单个执行周期。
- 摘要消息包含项目和任务ID。