What problem does it solve? Maintaining a consistent visual identity across projects and AI coding agents is hard when design decisions live in scattered docs. This Skill creates and validates a single DESIGN.md file that combines machine-readable design tokens with human-readable rationale, following Google's open spec. ## Core Features & Use Cases - Authoring: Generate a complete DESIGN.md with YAML frontmatter tokens (colors, typography, spacing, rounded corners, components) and canonical Markdown sections in the enforced order. - Validation & Accessibility: Run the @google/design.md CLI to lint structure, catch broken token references, and check WCAG AA/AAA contrast ratios on component colors. - Export & Diffing: Export tokens to Tailwind theme JSON or W3C DTCG format, and diff two versions to detect regressions. - Use Case: A team wants their AI coding assistant to always use the same brand palette. You generate a DESIGN.md, lint it for WCAG contrast failures, and export a tailwind.theme.json so the tokens stay single-source. ## Quick Start Create a DESIGN.md design token spec for my brand with a blue accent color, then lint it and export it to Tailwind format.