create_design_project
Start a new design project for screens, apps, or prototypes. Optionally attach design systems to reuse design tokens and components, and enable component reuse.
Instructions
Create a new design PROJECT (screens/app/prototype), optionally attaching design systems. Returns { projectId, url }. Call generate to start from the brief, or send_message to drive it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name. | |
| brief | No | Optional brief; stored and sent on `generate`. | |
| designSystemIds | No | Design system project ids to bind so generation reuses their tokens/components. | |
| designComponents | No | Enable design-component reuse (defaults true when systems are attached). |