brand_generate_designmd
Synthesizes multi-page brand evidence into a single DESIGN.md design brief and design-synthesis.json with structured design tokens.
Instructions
Generate DESIGN.md (portable agent-facing design brief) and design-synthesis.json (structured radius, shadow, spacing, layout, motion, component, and personality signals) from the current brand system. Reads extraction-evidence.json when available for grounded visual signals; falls back to core-identity.yaml and tokens.json after manual edits. Use after brand_extract_site or brand_extract_visual to synthesize multi-page evidence into a single design brief. Use after brand_compile if evidence is unavailable. Returns file paths and synthesis source used. Read-only except for writing the two output files. NOT for extracting brand identity — use brand_extract_web or brand_extract_visual first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | Source of truth for synthesis. Default prefers extraction evidence when available, otherwise current-brand. | |
| overwrite | No | If false and DESIGN.md + design-synthesis.json already exist, return the existing artifacts without rewriting. |