zr-create-tasks
Job
Create a high-quality task set for one routed project.
Inputs
- dispatched action payload with
kind: CreateTasks - routed project ID and context
Steps
- Read project objective and constraints.
- Define 3-8 independent tasks with explicit acceptance criteria.
- Add dependencies only when strictly necessary.
- Create tasks and verify the ready queue.
- Post a summary with project and task IDs.
Commands
probe action show <action-id> --json
probe project get <project-id>
probe task create --project <project-id> --title "<title>" --description "<acceptance-criteria>"
probe task ready --limit 20
probe message send general "Created task set for project <project-id>: <task-ids>." --context action:<action-id>
probe action complete-tasks <action-id>
Output Contract
- Project has a usable ready queue.
- Tasks are scoped for a single execution cycle each.
- Summary message includes project ID and all created task IDs.