What problem does it solve? Building a design token system in Figma by hand means creating hundreds of variables across collections, wiring semantic aliases to primitives, configuring light/dark modes, and composing text and effect styles — a slow, error-prone process where one wrong structure breaks modes and aliases downstream. ## Core Features & Use Cases - Two-tier token architecture: Builds primitive collections (color ramps, spacing, type scale, radius, border) and semantic collections that alias onto primitives, with one collection per category per tier so modes stay isolated. - Mode and theme support: Configures Light/Dark modes on semantic color collections and Brand modes on primitive color collections, keeping each collection under Figma's mode limits. - Contrast gating and styles: Asserts WCAG 4.5:1 contrast on semantic color pairs per mode before proceeding, then generates bound text styles and mode-aware elevation effect styles. - Brownfield retrofit: Renames and realigns existing Figma variables in place to preserve IDs and bindings, with before/after binding audits. - Use Case: Ask the agent to build a token system from your brand color and font; it brainstorms the structure with you, builds primitives, checkpoints, then builds semantic aliases and styles ready for sync to code. ## Quick Start Ask the agent to build a two-tier design token system in Figma with light and dark modes starting from your brand color.