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›Workflow Strategies
한국어English

Workflow Strategies

Compare design-to-code, code-to-design, and bidirectional AI workflows.

Key takeaways

  • The right AI workflow depends on team structure, source-of-truth ownership, code quality, and how fast design changes.
  • Design-to-code fits design-led teams with clean Figma variables, but risks code that ignores runtime constraints.
  • Code-to-design fits engineering-led systems, treating the coded library as source of truth to generate docs and previews.
  • Bidirectional sync suits mature teams only, since token and component changes need separate review paths.
  • Decision rule: start young systems with code as source of truth, and move to bidirectional sync only once both sides have governance.

AI and design systems can be combined in several directions. The right workflow depends on team structure, source-of-truth ownership, code quality, and how quickly design changes.

Three Workflows

WorkflowBest fitMain risk
Design -> CodeDesign-led teams with strong Figma disciplineGenerated code ignores runtime constraints.
Code -> DesignEngineering-led systems with strong component librariesDesigners lose visibility into implementation details.
BidirectionalMature teams with automation and governanceSync conflicts and unclear ownership.

Design -> Code

Use when Figma components, variables, and naming are clean. Agents can translate frames into code only when design tokens map to implementation tokens and component names are stable.

Code -> Design

Use when the coded design system is the real source of truth. Agents can generate docs, examples, screenshots, and design previews from component specs.

Bidirectional Sync

Use only after ownership is clear. Token changes, component changes, and visual examples need separate review paths.

Tooling Pattern

  1. Figma or design source exposes variables and component intent.
  2. Repository docs expose component specs and verification commands.
  3. Agent reads only the relevant context.
  4. Generated UI passes type, lint, accessibility, and visual checks.
  5. Humans approve token or component contract changes.

Decision Rule

If the system is young, start with code as source of truth and generate design docs from it. If the design org already maintains disciplined variables and components, use design-to-code for approved surface generation. Move to bidirectional sync only when both sides have governance.

Related docs

Prompt Interface

Documentation strategies that help AI choose and use the design system correctly.

Case Studies

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

Design Workflows

Codex Command Master · Connect /plugins, /skills, /mcp, and /ide with Figma, ImageGen, and Playwright to design, implement, and verify UI with Codex.

MCP Command and Integration Guide

Codex Command Master · How to operate MCP servers and tools safely from Codex.

From Up-Front Design to Iterative Design

Developer Unlearning · Drop excessive up-front design and discover structure through fast AI-assisted loops.

Agentic Design Quality Control

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

AI-Based Design System Evolution

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

On this page

Three WorkflowsDesign -> CodeCode -> DesignBidirectional SyncTooling PatternDecision Rule