Drawing: Plan (commit intent before drawing)
drawing_planCommit a plan specification for a drawing before any geometry is created. Stores intent, scale, sheet size, and constraints for reference throughout the workflow.
Instructions
Commit a PlanSpec before any geometry is created.
The PlanSpec is stored on the backend and surfaced for reference during the workflow (it is not replayed as a critique). Always call this FIRST in a premium workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Free-form constraint notes. | |
| scale | No | Drawing scale (1.0 = 1:1, 0.1 = 1:10, etc). | |
| intent | Yes | One-line description of what this drawing represents. | |
| dim_style | No | Default dimensioning style: chain / baseline / ordinate / mixed. | chain |
| spec_hash | No | Hash returned by the latest ready drawing_preflight. | |
| sheet_size | No | Paper size: A4 / A3 / A2 / A1 / A0. | A3 |
| view_count | No | ||
| layer_set_id | No | Layer set to bootstrap: mech / pid / iso13567. | mech |
| requirements | No | Normalized preflight requirements. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||