add_phase
Adds a phase to a workflow's project plan, appending it to the end. Automatically creates a project plan if one does not exist.
Instructions
Add a phase (work item) to a workflow's project plan. Phases are appended at the end of the existing list. If the workflow has no project plan yet, one is created automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Phase title — short, actionable description of the work. | |
| workflowId | Yes | Workflow ID | |
| description | No | Optional longer description or acceptance criteria. | |
| workspaceId | No | Workspace ID. Defaults to your configured workspace. | |
| assignedAgentId | No | Optional agent ID to assign this phase to. |