zr-project-setup
Job
Create a project record from one approved idea and set it up for task decomposition.
Inputs
- dispatched action payload with
kind: ProjectSetup - routed approved idea 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.
Commands
probe action show <action-id> --json
probe idea get <idea-id>
probe project create --name "<project-title>" --github-repo <url> --source-idea <idea-id> --description "<scope>"
probe message send general "Project created from idea #<idea-id>: <project-title>." --context action:<action-id>
probe action complete-setup <action-id>
Output Contract
- One project created and linked to the approved idea (
--source-idea). - Project record exists with
activestatus (default); task creation follows human plan approval per Nexus lifecycle.