create_plan
Create a phase plan for a workflow, returning a plan ID to use for adding phases and organizing tasks.
Instructions
Create a phase plan for a workflow. A workflow can have at most one plan. Returns the new plan ID to use with add_phase. This is an alias of create_project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Project plan name (defaults to the workflow name if omitted). | |
| spec | No | Optional full project spec stored on the plan record. | |
| workflowId | Yes | Workflow ID to attach the plan to. | |
| description | No | Optional short description of the project. | |
| workspaceId | No | Workspace ID. Defaults to your configured workspace. |