workflow_item_add
Add a work item to the delivery plan during the plan or deliver phase, specifying name, acceptance criteria, and associated risks. The item starts in the ready state.
Instructions
Add a work item to the delivery plan.
Only valid in plan or deliver phase. The item starts in "ready" state.
Args: name: Work item name/description. acceptance_criteria: AC-NNN IDs this item satisfies. risks: RISK-NNN IDs associated with this item. project_dir: Project directory. Defaults to working directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| risks | No | ||
| project_dir | No | ||
| acceptance_criteria | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |