zr-project-setup
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesezr-project-setup
zr-project-setup
Job
任务
Create a project record from one approved idea and set it up for task decomposition.
从一个已获批的想法创建项目记录,并为任务分解做好准备。
Inputs
输入
- output with
probe nextkind: project_setup - routed approved idea ID
- 带有的
kind: project_setup输出probe next - 已路由的获批想法ID
Steps
步骤
- Read the approved idea and directive context.
- Create project with clear objective and scope.
- Set initial project status for task creation.
- Announce project creation with ID and intent.
- 读取已获批的想法和指令上下文。
- 创建具有明确目标和范围的项目。
- 设置初始项目状态以用于任务创建。
- 发布包含项目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.
- 创建一个项目并关联到已获批的想法。
- 项目处于可生成任务的状态。