Skip to main content
reopt Handbook
reopt Handbook
Design Systems for the AI Era

Foundation

Token ArchitectureComponent SpecBuilt-in Accessibility

AI Workflow

Prompt InterfaceDESIGN.md InterfaceAgentic Design Quality ControlWorkflow StrategiesAI-Based Design System EvolutionContext Injection

User Experience

Consistency PatternsInteraction DesignForms and Data Input

Next Interfaces

Agent UI ProtocolsGenerative UISpatial and Multimodal Interfaces

Practice

Execution PlaybookMigration StrategyGovernance and CollaborationCase Studies

Operations

Verification ChecklistUpdate Log
Handbook›Design Systems for the AI Era
한국어English

Design Systems for the AI Era

A guide to building design systems that AI agents can understand, verify, and use.

Recently Updated Chapters

  • Agent UI Protocols2026-06-13

    Declarative protocols for AI agents that construct user interfaces.

  • Agentic Design Quality Control2026-06-13

    Control generic AI UI tendencies with context, critique loops, and evaluation gates.

  • Case Studies2026-06-13

    Practical patterns from shadcn, Radix, Stitch, Material, Fluent, and AI-first systems.

  • Component Spec2026-06-13

    Component schemas that AI can interpret and generate accurately.

  • Consistency Patterns2026-06-13

    System design for visual and structural consistency in AI-generated UI.

The design-system paradigm is changing. In the old model, human developers read documentation and assembled components by hand. In the new model, AI agents interpret the system, generate code, and need machine-readable constraints.

Audience

This handbook is for senior designers, frontend engineers, and design-system owners who already understand the basics. It focuses on design-system architecture for AI-assisted product teams.

AI-first design system transition map

Why AI-First Design Systems

Old limitationRoot causeAI-first answer
Docs and code drift apartManual synchronizationOne source of truth
Rules stay implicitOral tradition and experienceExplicit schemas
Context switching is expensiveInformation is scatteredStructured context injection
UI consistency variesIndividual interpretationMechanical validation

Handbook Map

Contents

Token Architecture

Semantic tokens, AI-readable naming, and layered token structure.

Component Spec

Prop schemas, state models, slots, composition rules, and examples.

Built-in Accessibility

ARIA contracts, keyboard behavior, focus rules, and automated checks.

Prompt Interface

Prompt-friendly docs, tool context, Figma MCP, and AI component selection.

DESIGN.md Interface

Brand mood, visual rules, layout philosophy, and agent-facing design intent.

Agentic Design Control

How to stop generic AI UI by using context, critique loops, and quality gates.

Workflow Strategies

Design-to-code, code-to-design, and bidirectional synchronization patterns.

AI-Based DS Evolution

Use AI to build, refactor, audit, and evolve the system itself.

Context Injection

AGENTS.md, CLAUDE.md, DESIGN.md, commands, and MCP context layers.

Consistency Patterns

Layout grids, responsive rules, spacing systems, and visual review.

Interaction Design

State feedback, microinteractions, motion tokens, and interaction contracts.

Forms and Data Input

Validation, errors, field composition, and complex form patterns.

Agent UI Protocols

Declarative UI protocols for agents and interactive assistant surfaces.

Generative UI

Runtime UI generation with guardrails, schemas, and design-system constraints.

Spatial and Multimodal

Spatial computing, voice, gesture, and multimodal design-system tokens.

Execution Playbook

A practical 0 -> 1 path for teams that already understand design systems.

Migration Strategy

Convert an existing system into an AI-ready system incrementally.

Governance and Case Studies

Ownership, quality gates, contribution flow, and examples from the field.

Core Principles

Explicit Beats Implicit

Every rule should be represented as code, schema, token, or a testable guideline. "The agent will figure it out" is not a design-system strategy.

Structured Beats Narrative

Narrative docs are useful for people, but agents need structured data. Prefer JSON, TypeScript, tables, examples, and decision rules for anything that affects generation.

Constraints Beat Freedom

Narrow valid choices produce better UI than unlimited creative space. Give agents approved variants, spacing scales, layout rules, and examples.

Validation Beats Trust

Every AI-generated UI should pass automated checks: type checking, linting, accessibility tests, visual regression, and design review gates.

2025-2026 Shifts

AreaShift
Design TokensW3C Design Tokens Format Module 1.0 stabilized in 2025.
Tailwind CSSv4 moved toward CSS-first @theme configuration.
Style Dictionaryv4 introduced first-class DTCG format support; v5 focuses on token-reference performance and ongoing 2025.10 DTCG support.
FigmaDev Mode MCP expanded through beta remote and desktop server options alongside Make, Sites, Buzz, and Draw.
StitchDESIGN.md popularized a top-level design intent layer.
shadcn/uiCLI and AI-agent workflows made copyable component systems easier to automate.
ReactReact 19 and Compiler workflows changed component authoring assumptions.
MCPMCP Apps made interactive UI inside conversations more practical.
Agent UIA2UI, AG-UI, and similar specs made declarative agent UI a real category.
Generative UIRuntime-generated UI became practical with tools such as CopilotKit and assistant-ui.

References

  • Design Tokens Format Module
  • Google Stitch - DESIGN.md
  • Radix UI Primitives
  • shadcn/ui
  • Style Dictionary
  • Style Dictionary - DTCG
  • Figma MCP Server

Related handbooks

Agentic Documentation

A practical guide to documentation that AI agents can read, execute, verify, and govern.

Developer Unlearning

Engineering habits to drop, retain, and rebuild for the agentic coding era.

Enterprise Eve Agent Development

A practical enterprise handbook for building high-quality durable AI agents with Vercel Eve, based on Eve 0.11.4 source and the full official docs corpus.

Expo Enterprise Production

An advanced production handbook for Expo apps using New Architecture, Expo UI, widgets, and EAS pipelines.

Token Architecture

Design tokens that AI agents can reason about and compose correctly.

On this page

Why AI-First Design SystemsHandbook MapContentsCore PrinciplesExplicit Beats ImplicitStructured Beats NarrativeConstraints Beat FreedomValidation Beats Trust2025-2026 ShiftsReferences