What problem does it solve? UI and design work in a multi-agent workflow often drifts from the project's established visual language, producing inconsistent colors, fonts, and components. This Skill enforces the design system defined in agent.yaml, audits existing patterns before creating new ones, and routes all changes through pull requests instead of direct merges. ## Core Features & Use Cases - Design Token Management: Creates or updates CSS custom properties and theme files following the project's naming conventions, with light/dark mode support. - Accessible Component Implementation: Writes semantic HTML with ARIA attributes, keyboard navigation, and WCAG-compliant responsive layouts. - Figma Integration: Reads design context and screenshots from Figma, maps Figma tokens to the project's token system, and maintains Code Connect mappings. - Use Case: A task file requests a new settings page. The agent reads the design section of agent.yaml, audits existing Tailwind config and components, plans the layout in a design doc, implements the page in a git worktree, and opens a pull request. ## Quick Start Ask the designer agent to pick up the pending designer task in .workflow/tasks/ and implement the new component following the project design system.