zr-project-setup

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

zr-project-setup

zr-project-setup

Job

任务

Create a project record from one approved idea and set it up for task decomposition.
从一个已获批的想法创建项目记录,并为任务分解做好准备。

Inputs

输入

  • probe next
    output with
    kind: project_setup
  • routed approved idea ID
  • 带有
    kind: project_setup
    probe next
    输出
  • 已路由的获批想法ID

Steps

步骤

  1. Read the approved idea and directive context.
  2. Create project with clear objective and scope.
  3. Set initial project status for task creation.
  4. Announce project creation with ID and intent.
  1. 读取已获批的想法和指令上下文。
  2. 创建具有明确目标和范围的项目。
  3. 设置初始项目状态以用于任务创建。
  4. 发布包含项目ID和意图的项目创建通知。

Commands

命令

bash
probe idea get <idea-id>
probe project create --idea-id <idea-id> --title "<project-title>" --description "<scope>"
probe project update <project-id> --status ready_for_tasks
probe message send general "Project <project-id> created from idea <idea-id>."
bash
probe idea get <idea-id>
probe project create --idea-id <idea-id> --title "<project-title>" --description "<scope>"
probe project update <project-id> --status ready_for_tasks
probe message send general "Project <project-id> created from idea <idea-id>."

Output Contract

输出约定

  • One project created and linked to the approved idea.
  • Project is in a status that enables task generation.
  • 创建一个项目并关联到已获批的想法。
  • 项目处于可生成任务的状态。