What it does
Design MD Generator extracts complete design systems from any live website into publication-quality DESIGN.md files. It captures every computed style, CSS variable, color, typography, component, and interaction pattern—then classifies each token by temporal stability so AI agents know which values are permanent design decisions and which are campaign-specific.
How it works
The tool runs a three-phase parallel pipeline:
-
Fast Extract — Playwright crawls your site, collecting computed styles, CSS variables, fonts, and shadows. OKLCH clustering reduces raw data into tokens.
-
Parallel Write + Proof — Multiple agents generate a 17-section design document while simultaneously verifying fidelity against the live site.
-
Assemble & Deliver — The output includes tokens.json, DESIGN.md, visual preview, quality report, and pixel-level fidelity proofs.
Use cases
- Design handoff to AI: Tell Claude/Cursor “build me a page that looks like [brand],” and it reads exact design values from DESIGN.md instead of hallucinating.
- Design system audit: Automatically document undocumented systems from live sites.
- Brand consistency: Verify that design implementations match source designs with proof screenshots.
- AI agent instructions: Generates agent-specific rule files (CLAUDE.md, .cursorrules, etc.).
Who benefits
Product designers automating design handoff, design system maintainers auditing sites, and teams using AI coding agents (Claude Code, Cursor, Copilot, Windsurf) who need verified design tokens instead of AI approximations.