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›DESIGN.md Interface
한국어English

DESIGN.md Interface

A top-level design document for brand mood, visual rules, and layout philosophy.

Key takeaways

  • DESIGN.md is the top-level layer that gives agents brand mood, visual hierarchy, density, and composition rules beyond tokens and specs.
  • It answers product feel, what deserves attention first, layout philosophy, allowed motion, imagery, and which AI UI patterns are prohibited.
  • A useful structure states product feel plus explicit layout and visual rules, such as semantic tokens only and no nested cards.
  • Agents read DESIGN.md before creating new surfaces, then apply component docs for implementation detail rather than copying example screens.
  • Verify generated screens against the stated product feel, the explicit forbidden patterns, and the density expected for the surface type.

Tokens and component specs are not enough to make a screen feel like the product. Agents also need brand intent, visual hierarchy, density, and composition rules. DESIGN.md is that top-level layer.

Role of DESIGN.md

LayerAnswers
Brand moodWhat should the product feel like?
Visual hierarchyWhat deserves attention first?
Layout philosophyDense tool, editorial page, dashboard, marketplace, or app shell?
MotionWhat movement is allowed and why?
ImageryWhat kind of assets represent the product?
ProhibitionsWhat common AI UI patterns should never appear?

Suggested Structure

# DESIGN.md

## Product Feel
Quiet, precise, operational, and data-dense.

## Layout Rules
- Use full-width bands for page sections.
- Use cards only for repeated items, tools, and modals.
- Do not nest cards.

## Visual Rules
- Use semantic tokens only.
- Avoid decorative gradient blobs.
- Keep labels compact inside dashboards.

How Agents Should Use It

  1. Read DESIGN.md before creating new UI surfaces.
  2. Apply component docs for implementation details.
  3. Use visual examples only as grounding, not as permission to copy unrelated patterns.
  4. Run a screenshot check for any meaningful UI change.

Verification

  • Compare generated screens to the stated product feel.
  • Check forbidden patterns explicitly.
  • Review whether density, hierarchy, and text scale match the surface type.

Related docs

Agentic Design Quality Control

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

Case Studies

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

Brand Strategy

New Brand Marketing Strategy · Define the strategic foundation that makes marketing decisions consistent.

New Brand Marketing Strategy

A practical handbook for building a brand marketing system with strategy, AI agents, channels, measurement, and operating cadence.

Agent Architecture

New Brand Marketing Strategy · Design AI-assisted marketing workflows with clear roles, inputs, and review gates.

Prompt Interface

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

Agentic Design Quality Control

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

On this page

Role of DESIGN.mdSuggested StructureHow Agents Should Use ItVerification