brand_import
Import brand assets during Phase 1 by auto-detecting colors, fonts, and design tokens from project files, optionally scraping a URL, and saving a normalized BrandProfile for downstream design and copy consistency.
Instructions
Import brand assets during Phase 1 (Illuminate). Auto-detects colors, fonts, and design tokens from project files (tailwind config, CSS variables, constants/). Optionally scrapes a URL for brand signals. Produces a normalized BrandProfile saved to rc-method/design/BRAND-PROFILE.json. The profile is consumed by design_research_brief, ux_design, and copy_generate for brand consistency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | strict = only use detected values; infer = auto-fill gaps with harmonious defaults | |
| website_url | No | URL of existing website/product to scrape for brand assets | |
| project_path | Yes | Absolute path to the project directory |