research.generate_specs
Generate validated Atomic Design specs from research data. Requires prior design package preview and explicit approval to write.
Instructions
Write research-backed Atomic Design specs generated from ResearchStore V2.
Prerequisites: Call research.design_package first to preview. This tool requires approved=true to make the write explicit. Writes DesignSpec, IASpec, PageSpec, ComponentSpec, and DataVizSpec objects through the Memoire registry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | No | ||
| hypothesis | No | ||
| runId | No | ||
| research | No | Optional ResearchStore JSON string. Omit to load workspace research. | |
| approved | No | Must be true to write generated specs. |