Knowledge Base: AI + Design Systems
Quick answers to the most common questions about using AI with design systems. Curated links, tools, and practical advice.
Quick answers to common questions about AI and design systems. Each topic includes curated links, tools, and practical next steps.
AI Fundamentals for Designers
What is MCP and why should designers care?
MCP (Model Context Protocol) lets AI assistants talk directly to your design tools. Instead of copy-pasting, your AI reads Figma files, queries tokens, and runs audits automatically.
- What is MCP? (Guide)
- 5 MCP Connections Every Design System Team Needs
- Build Your Own MCP Server for Design Tokens
- Official Figma MCP Docs
What is a CLI and do I need to learn it?
CLI (Command Line Interface) is a text-based way to talk to your computer. The most powerful AI tools (Claude Code, Cursor) run in the terminal.
How do I write better prompts for design work?
Be specific. Give context (your tech stack, conventions). Show examples of what good output looks like.
- Prompting Basics for Designers (Guide)
- The Designer’s Guide to Prompts and Skills
- Browse all prompts
What are Claude Code skills vs cowork mode?
Skills are reusable instructions you trigger with /skill-name. Cowork runs multiple Claude instances in parallel on different tasks.
AI + Design Tokens
How do I name design tokens?
Every system names tokens differently. The three philosophies: property-first (Polaris), role-first (Carbon), semantic-abstract (Material).
- Design Token Naming: 7 Systems Compared (Guide)
- Design Token Naming Tool
- Name and Get Your Tokens in 5 Seconds
- Naming Tokens in Design Systems by Nathan Curtis
How do I make my tokens AI-readable?
Structure tokens in 3 layers (primitive, semantic, component). Use consistent naming. Add descriptions to every token.
How do I generate dark mode tokens from light mode?
Map your light mode semantic tokens to dark mode equivalents. AI can do this in seconds if your naming is consistent.
How do I set up design tokens across multiple brands?
Separate primitives (shared) from semantic tokens (per-brand). Each brand overrides the semantic layer.
AI + Components
How do I generate component specs with AI?
Give AI the component name, your design system context, and the output format you want. It generates props, states, tokens, and accessibility notes.
How do I audit my design system with AI?
Run 5 checks in 30 minutes: token naming, component health, accessibility, visual consistency, documentation coverage.
- Audit a Design System in 30 Minutes (Guide)
- How to Automate Design System Audits
- AI Evals for Design Systems
How do I use Playwright for design system testing?
Playwright automates browsers: screenshot components, check visual regressions, audit accessibility, test user flows.
AI + Figma
How do I connect Figma to AI coding tools?
Enable the Figma Dev Mode MCP Server, then add the SSE URL to your editor config (Cursor, Claude Code, VS Code).
- Figma MCP Setup (Guide)
- Figma MCP and the Most Useful Figma Plugins
- Figma Make Won’t Work Until You Do This
How do I push Figma components to Storybook with AI?
Use Claude Code to read Figma component structure via MCP, generate React code, and create Storybook stories automatically.
- Push Your Figma Components to Storybook
- From Figma to Interactive Components
- Storybook Story Generator Prompt
What are the best AI tools for designers?
Cursor (code editor), Claude Code (CLI), Figma MCP (design bridge), Tidy (DS health), Firecrawl (web scraping), Granola (meeting notes).
- Browse all tools
- Best AI Tools for Design System Teams
- 3 AI Tools That Save Me 5+ Hours a Week
- Designer’s Summer AI Stack
Design System Strategy
How do I audit a design system in 30 minutes?
Five checks: token naming, component health, accessibility, visual consistency, documentation coverage. All using AI tools.
What metrics should I track for my design system?
Adoption rate, component coverage, token usage, accessibility score, contribution frequency, time-to-ship.
- Adoption Metrics Prompt
- How to Turn Metrics into Actionable Design System Insights
- I Need a List of Design System Metrics
How should I structure my design system team in 2026?
The role of design technologist is expanding. AI changes what one person can do. Teams are smaller but more capable.
- Design Systems Team Structure in 2026
- Design System Teams Are Changing
- How I’d Build a Design System If I Started Over in 2026
How do real companies build design systems?
We’ve interviewed teams at Netflix, Meta, Porsche, Volvo, Thomson Reuters, Swisscom, Mayo Clinic, Pinterest, and more.
Try with Prompts
Ready-to-use prompts related to this guide
Translate brand guidelines (PDF, style guide) into a structured set of design tokens with proper naming and hierarchy.
Generate dark mode token values from an existing light mode token set, with proper contrast and readability adjustments.
Generate responsive design tokens that adapt spacing, typography, and layout across breakpoints.