zr-create-tasks

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

zr-create-tasks

zr-create-tasks

Job

Job

Create a high-quality task set for one routed project.
为一个已路由的项目创建高质量的任务集。

Inputs

Inputs

  • probe next
    output with
    kind: create_tasks
  • routed project ID and context
  • 带有
    kind: create_tasks
    probe next
    输出
  • 已路由的项目ID和上下文

Steps

Steps

  1. Read project objective and constraints.
  2. Define 3-8 independent tasks with explicit acceptance criteria.
  3. Add dependencies only when strictly necessary.
  4. Mark tasks as ready and post a summary.
  1. 阅读项目目标和约束条件。
  2. 定义3-8个带有明确验收标准的独立任务。
  3. 仅在绝对必要时添加依赖关系。
  4. 将任务标记为就绪并发布摘要。

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。