design_system_plan
Creates a deterministic, bundle-backed plan from your design request, resolving product intent, screen patterns, assets, and validation steps.
Instructions
Turn the user's natural-language design request into a deterministic, bundle-backed generation plan. Resolves product intent, screen patterns, recipes, states, candidate golden references, bundled assets, prototype flow, and the validation/repair checklist. MANDATORY before figma_write whenever a design-system bundle is configured. Pass the user's complete request, not a shortened keyword.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The user's complete design request in Vietnamese or English. | |
| recipe | No | Optional exact recipe override. Normally omit and let routing resolve it. | |
| reload | No | Reload bundle files before planning. | |
| maxAssets | No | Maximum asset candidates included in the plan. Default 12. | |
| sessionId | No | Scope this plan to a specific Figma tab when multiple files are connected. Use the same sessionId in figma_write. |