design_select
Record the selected design option ID in project state to guide design_iterate, design_challenge, and code generation. Needed for Deep Dive mode Gate 2 approval.
Instructions
Select a design option after reviewing ux_design output. Saves the selected option ID to project state so that design_iterate, design_challenge, and code generation know which option to use. REQUIRED for Deep Dive mode (UX score >= 7) before Gate 2 can be approved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| option_id | Yes | Design option ID to select ("A", "B", or "C") | |
| project_path | Yes | Absolute path to the project directory |