create_project
Create a phase plan (project plan) for a workflow. Use the returned ID to add phases via add_phase.
Instructions
Create a phase plan for a workflow (despite the name, this does NOT create a context library — it creates the project plan that holds phases). A workflow can have at most one plan. Returns the new plan ID to use with add_phase. Alias: create_plan.
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. |