What problem does it solve? Translating a brand identity document into consistent, accessible design tokens and component specs is error-prone and often produces contrast failures or inconsistent spacing. This Skill extracts structured design tokens from a visual identity file and enforces WCAG 2.1 AA contrast, hero-first layout chaining, and performance budgets automatically. ## Core Features & Use Cases - Design Token Extraction: Outputs color, typography, spacing, radius, and shadow tokens as structured JSON compatible with CSS custom properties and Tailwind CSS v4. - WCAG 2.1 AA Enforcement: Validates every color combination against contrast ratio requirements and halts with a conflict report (including three passing alternatives) when brand colors fail. - Component Specifications: Defines button, card, navigation, and section layout specs with states, sizes, and responsive grid rules. - Use Case: After completing a brand interview that produces visual-identity.md, run this Skill to generate a complete token set and component spec for a marketing site, catching a failing primary-color contrast pair before any code is written. ## Quick Start Generate design tokens and component specifications from my visual-identity.md file and verify all color pairs pass WCAG AA contrast.