Skip to content

Design AI

Design decisions your coding agent can explain, implement, and verify.

Give Claude Code, Codex, Cursor, or Aider a structured design practice with accessibility, Korean-market depth, human approval gates, and exact evidence from brief to implementation.

Start in 5 minutes Install v5.1.0

21 expert skills29 MCP tools20 SDK exportsWCAG AA by default

Audit passing Documentation live 97 knowledge files 226 examples

πŸ‡ΊπŸ‡Έ English / πŸ‡°πŸ‡· ν•œκ΅­μ–΄

Not a model. Not a fine-tune. A structured corpus of design expertise + agent-ready instructions that turn a general-purpose LLM into an expert.

v5.1.0 is public. npm Trusted Publishing, SLSA provenance, GitHub Release, Homebrew install/test, and public registry smoke are verified. See the external publication status for exact evidence.

Coverage at a glance

Domain Knowledge Worked examples Skill
Design tokens (W3C DTCG, OKLCH) βœ“ βœ“ color-palette
Components (Ant + MUI + shadcn synthesis) βœ“ 210 component specs component-spec-writer
UX patterns (auth, pricing, hero, forms, etc.) βœ“ βœ“ ux-audit, design-critique
Web/app interface craft (response, frequency, continuity, interruptibility) βœ“ βœ“ design-engineering-review
Agentic design workflows (MCP, artifact contracts, human gates) βœ“ βœ“ agentic-design-development, website-improvement, design-system-builder
Website improvement control tower βœ“ βœ“ website-improvement
Korean i18n (Hangul, payments, app store, fintech) βœ“ βœ“ (cross-cutting)
Documentation (DiΓ‘taxis, slide deck, report, email) βœ“ βœ“ document-author, slide-deck-author
Motion (CSS / Framer / GSAP / Lottie / Rive) βœ“ 4 specs motion-designer
Illustration (spot / hero / mascot / SVG) βœ“ 2 specs illustration-designer
Print (CMYK, bleed, KFDA, λΆ„λ¦¬λ°°μΆœ) βœ“ 2 specs print-designer
Video (codecs, captions, KR ad disclosure) βœ“ 2 specs video-designer
Game UI (HUD / menu / ν™•λ₯  ν‘œμ‹œ / PC bang) βœ“ 2 specs game-ui-designer
Conversational (voice, chatbot, AI chat / ν•΄μš”μ²΄) βœ“ 2 specs conversational-ui-designer
Spatial (VR / AR / Vision Pro / comfort) βœ“ 2 specs spatial-designer

Install (Claude Code)

Option A: Git clone / local install

git clone https://github.com/sungjin9288/design-ai.git
cd design-ai
./install.sh

Option B: NPM

Use this path for the public npm package.

npx @design-ai/cli install

Or globally:

npm install -g @design-ai/cli
design-ai install

Option C: Homebrew tap

brew tap sungjin9288/design-ai https://github.com/sungjin9288/design-ai.git
brew install design-ai
design-ai install

The current source installs 21 skills, 16 public slash commands, and 4 agents under ~/.claude/ with the design- prefix. Restart Claude Code; try:

/design-component-spec Banner
/design-motion-design landing hero loop
/design-spatial Vision Pro productivity app
/design-website-improvement Korean SaaS homepage conversion and SEO control tower
/design-from-brief Korean fintech for freelancers

CLI commands include design-ai start <brief|--from-file file|--stdin> ..., the canonical design-ai review <source.html> --brief text ... workflow, self-validating design-ai review-handoff <review-workflow.json> --recipient name ..., consumer-side design-ai review-handoff-verify <review-handoff.json> --consumer name ..., bounded design-ai review-intake <receipt.json> --target-root path --consumer name ..., immutable design-ai review-scope <intake.json> --request request.json --consumer name ..., separate design-ai review-scope-approve <proposal.json> ... --yes, read-only design-ai review-evidence <approval.json> --request request.json --target-root path --consumer name ..., source-linked design-ai review-pilot <implementation-evidence.json> --workflow review-workflow.json --record pilot-record.json ..., design-ai review-pack [id], the lower-level design-ai inspect <source.html> --brief text --review-pack <id> ..., and approval-gated design-ai verify-browser <quality-report.json> ... alongside the existing install, route, prompt, artifact, pack, learn, check, workspace, site, corpus, audit, MCP, version, and help workflows. Run design-ai help --json for the complete machine-readable catalog or design-ai help <command> for exact options.

See docs/DISTRIBUTION.md for the full distribution guide.

Install (other agents)

Agent Setup
Codex CLI Open this dir as project root. AGENTS.md is read automatically. Walkthrough.
Claude Code / Codex via MCP Add design-ai mcp as a local stdio MCP server. MCP server guide.
Cursor Open this dir; symlink or copy AGENTS.md to .cursorrules. Walkthrough.
Aider Pass AGENTS.md as system prompt. Walkthrough.
Anthropic / OpenAI SDK Embed relevant skill PLAYBOOK.md files in your prompt. Walkthrough.
VS Code Install the public Marketplace extension for sidebar trees + quick-pick commands. Walkthrough.
Node.js / Agent SDK import { artifact, start, reviewHtml, reviewHandoff, verifyReviewHandoff, recordPilotEvidence, inspectHtml, route, prompt, pack, search, recall, check, routes, version } from "@design-ai/cli/sdk" β€” call design-ai's deterministic verbs as functions, no CLI shell-out or MCP server needed. Read-only except the explicit learn.* namespace. SDK reference. Walkthrough.
Plain prompt Paste any skills/*/PLAYBOOK.md body β€” each is self-contained.

See docs/USING.md for per-agent setup details, or the linked walkthroughs for concrete example sessions.

What you get

design-ai/
β”œβ”€β”€ AGENTS.md                # Universal entry point (any AI coding agent)
β”œβ”€β”€ CLAUDE.md                # Claude Code overlay
β”œβ”€β”€ README.md                # You are here
β”œβ”€β”€ CHANGELOG.md             # Release notes
β”œβ”€β”€ install.sh               # Symlink installer for Claude Code
β”‚
β”œβ”€β”€ .claude-plugin/          # Plugin manifest (plugin.json)
β”‚
β”œβ”€β”€ refs/                    # Sparse-cloned upstream sources (gitignored)
β”‚
β”œβ”€β”€ knowledge/               # 96 hand-written + extracted knowledge files
β”‚   β”œβ”€β”€ design-tokens/       # Token systems (W3C DTCG, OKLCH, HCT)
β”‚   β”œβ”€β”€ components/          # Component synthesis (Ant + MUI + shadcn)
β”‚   β”œβ”€β”€ patterns/            # Auth, pricing, landing hero, brand, email, ...
β”‚   β”œβ”€β”€ colors/              # Palette systems, accessibility
β”‚   β”œβ”€β”€ typography/          # Type scales, font pairings (Pretendard + ...)
β”‚   β”œβ”€β”€ layout/              # Grid, spacing, responsive
β”‚   β”œβ”€β”€ icons/               # Icon system metadata
β”‚   β”œβ”€β”€ a11y/                # WCAG, keyboard, focus, contrast
β”‚   β”œβ”€β”€ motion/              # Principles + 5 deep dives
β”‚   β”œβ”€β”€ illustration/        # System / spot / hero / mascot / SVG
β”‚   β”œβ”€β”€ print/               # Fundamentals / stationery / brochures / ...
β”‚   β”œβ”€β”€ video/               # Fundamentals / marketing / social / ...
β”‚   β”œβ”€β”€ game-ui/             # Fundamentals / HUD / menus / accessibility
β”‚   β”œβ”€β”€ conversational/      # Voice / chatbot / AI chat / Korean
β”‚   β”œβ”€β”€ spatial/             # VR / AR / panels / comfort
β”‚   └── i18n/                # Korean typography, payments, app store, ...
β”‚
β”œβ”€β”€ examples/                # 226 worked outputs (what "good" looks like)
β”‚
β”œβ”€β”€ skills/                  # 21 reusable playbooks (task-focused)
β”‚   β”œβ”€β”€ design-system-builder/   illustration-designer/
β”‚   β”œβ”€β”€ component-spec-writer/   print-designer/
β”‚   β”œβ”€β”€ color-palette/           video-designer/
β”‚   β”œβ”€β”€ ux-audit/                game-ui-designer/
β”‚   β”œβ”€β”€ design-critique/         conversational-ui-designer/
β”‚   β”œβ”€β”€ handoff-spec/            spatial-designer/
β”‚   β”œβ”€β”€ design-system-qa/        document-author/
β”‚   β”œβ”€β”€ design-pr-review/        website-improvement/
β”‚   β”œβ”€β”€ design-engineering-review/
β”‚   β”œβ”€β”€ figma-token-sync/        slide-deck-author/
β”‚   β”œβ”€β”€ motion-designer/
β”‚   └── design-broadcast/
β”‚
β”œβ”€β”€ agents/                  # 4 sub-agents (parallel reviews)
β”‚   β”œβ”€β”€ design-critic.md         a11y-reviewer.md
β”‚   β”œβ”€β”€ component-architect.md   token-extractor.md
β”‚
β”œβ”€β”€ commands/                # 16 public slash commands
β”‚   β”œβ”€β”€ design-from-brief.md     motion-design.md
β”‚   β”œβ”€β”€ component-spec.md        illustration.md
β”‚   β”œβ”€β”€ design-review.md         website-improvement.md
β”‚   β”œβ”€β”€ print.md
β”‚   β”œβ”€β”€ palette-from-brand.md    video.md
β”‚   β”œβ”€β”€ document-from-brief.md   game-ui.md
β”‚   β”œβ”€β”€ slide-deck.md            conversational.md
β”‚   β”œβ”€β”€ iterate.md               spatial.md
β”‚   └── stability-review.md
β”‚
β”œβ”€β”€ tools/                   # Maintenance pipeline
β”‚   β”œβ”€β”€ extractors/          # 11 source extractors + component drift tooling
β”‚   β”œβ”€β”€ audit/               # 8 active audits + package/release smoke helpers
β”‚   └── preview/             # HTML token swatches + contrast matrix
β”‚
└── docs/                    # Architecture + integration guides
    β”œβ”€β”€ QUICKSTART.md            ROADMAP.md
    β”œβ”€β”€ ARCHITECTURE.md          USING.md
    β”œβ”€β”€ CONTRIBUTING.md          PLUGIN-PACKAGING.md
    β”œβ”€β”€ CODEX-INTEGRATION.md     FIGMA-INTEGRATION.md
    β”œβ”€β”€ CURSOR-INTEGRATION.md    MCP-INTEGRATION.md
    β”œβ”€β”€ AIDER-INTEGRATION.md     TOKEN-SYNC.md
    └── DOGFOOD-FINDINGS.md

First-time tour (5 minutes)

See docs/QUICKSTART.md. The shortest path:

  1. Install (./install.sh).
  2. In Claude Code, try /design-component-spec Banner. You get a developer-ready spec for a Banner component (anatomy, API, variants, states, tokens, ARIA, keyboard, edge cases).
  3. Run /design-design-review against a Figma link or screenshot. You get a parallel UX + a11y + design critique.

Korean market focus

design-ai is built for the Korean market with parity for international:

  • Hangul typography β€” Pretendard / NanumSquare / λ³Έλͺ…μ‘° defaults; size + leading rules differ from Latin.
  • Korean payments β€” Toss / KakaoPay / NaverPay / Apple Pay / Samsung Pay flows; PASS / NICE / KCB 본인인증.
  • Voice β€” 합쇼체 (formal) vs ν•΄μš”μ²΄ (friendly) selection per brand.
  • Print β€” λͺ…함 90Γ—50mm, KFDA / KATS regulatory, λΆ„λ¦¬λ°°μΆœ ν‘œμ‹œ recycling marks.
  • Video β€” μžλ§‰ conventions, ν‘œμ‹œκ΄‘κ³ λ²• ad disclosure, KFDA / KFTC compliance.
  • Game β€” PC bang culture, ν™•λ₯  ν‘œμ‹œ mandatory, GRAC ratings, gacha pity / 천μž₯.
  • Stock charts β€” KR red=up / blue=down (opposite of West) β€” encoded in design tokens.

International defaults remain available; Korean conventions are opt-in via skill / command parameters.

Source material

The knowledge is synthesized from battle-tested sources, not invented:

Source Why
ant-design Mature enterprise component API, dense token system
mui/material-ui Material Design React reference
shadcn-ui Modern Radix-based copy-paste model
material-design-icons Canonical icon set
nerd-fonts Developer typography glyph metadata
material-design-lite Historical CSS-first Material reference
awesome-design-md Curated design markdown guides
ui-ux-pro-max UI/UX patterns + palettes + font pairings
open-design Open source design system reference
OpenTag Agentic inline results and human-gated action workflow reference
WWIT Korean app pattern taxonomy reference
React Bits Animated React component adoption-gate reference

Maintainers can refresh refs/ with ./tools/extractors/run-all.sh; token extraction is clone-only tooling, documented at tools/extractors/README.md.

Status

See docs/ROADMAP.md for the full phase log and docs/PRODUCT-READINESS.md for the current completion boundary. v5.0.0 established the major-version baseline with 21 skills, 16 public commands, 4 review agents, 17 MCP tools, and 10 SDK exports. It added the agentic-design-development route, the read-only design_ai_site_bundle_handoff, design_ai_site_linked_preview, and design_ai_artifact tools, the SDK artifact() adapter, and the design-engineering-review skill/route for evidence-grounded web/app interface craft review. The linked-preview operation reads only root project metadata and prepares an operator-controlled preview loop without starting a process, probing a URL, scanning source files, or mutating the target repo. The shared artifact operation produces implementation-plan, critique-loop, and agent-readable DESIGN.md contracts across CLI, SDK, MCP, and Website Console. The release also restored dashboard chart knowledge, made token extraction clone-only, strengthened public-contract and PR verification, and recorded removal of the former public extract-tokens command at the major-version boundary.

The v5.1.0 release adds the read-only design-ai start entry flow, an evidence-backed HTML inspector, five opt-in Korean product review packs, the optional CLI-only browser evidence runner, and design-ai benchmark for repeatable specialization proof. design-ai review, SDK reviewHtml(), MCP design_ai_review_html, and Website Console combine the start plan and static report into one canonical session with exact source identity, artifact linkage, ordered stages, and a pending human decision. P7 through P12 then preserve handoff, consumer validation, target intake, scope approval, implementation evidence, and one consented pilot without turning missing proof into a success claim. P13 adds CLI design-ai review-compare, SDK compareReviews(), MCP design_ai_compare_reviews, and Website Console comparison import. It compares two exact canonical quality reports for the same subject and context, records all eight lens transitions, and classifies findings as resolved, persistent, introduced, or uncertain. A finding disappears only as verified resolution when its candidate lens passes; otherwise uncertainty remains visible. Full and compact artifacts retain exact source references, SHA-256 digests, byte counts, approval gates, and claim boundaries. None of these operations establishes external adoption or production quality. Commit, push, deployment, migration execution, and external writes remain separate. The published contract contains 29 MCP tools and 20 SDK exports. See Verified design iteration.

Core design consulting workflows are locally release-ready. The website improvement control tower ships as a zero-dependency static Web App plus a website-improvement route/skill/command, covering Site Profiles, audit checklists, MCP readiness, refactor prompts, handoff evidence tracking, bundle export/verify/repair, linked-code preview readiness, and an explicit read-only intake β†’ human approval β†’ target-repo implementation β†’ browser evidence contract. Greenfield homepage work can create a strict handoff from a repo URL or local path before a live URL exists; design-ai site <workspace.json> --linked-preview --json then detects the existing manual start command from root metadata. Browser and deployment evidence remains required after the operator starts a preview. Local learning preferences are available through design-ai learn β€” profile bootstrap, feedback capture, a read-only signals registry, skill-proposal generation from repeated QA signals, and full backup/restore/curate/audit tooling, all local-only and opt-in. AI model training or fine-tuning remains outside the shipped scope.

Full assertion-level detail for every one of the surfaces above β€” including every learn, site, and workspace flag and what it verifies β€” lives in docs/RELEASE-GATES.md.

The corpus has been audited under CI checks since v1.7. It currently runs 8 audits: - Frontmatter validity - Internal link resolution - Korean copy quality - Raw hex color hygiene in examples - Integration walkthrough completeness - Stale-content freshness - Component coverage report freshness - Top worked example QA for every routed workflow

All 8 pass on every commit to main.

Contributing

See docs/CONTRIBUTING.md. The bar: - Install the documentation toolchain once with pip install -r docs/requirements.txt; release:check includes the MkDocs build and warning policy. - Run npm run release:check as the core gate before release PRs or tags. It wraps npm test (CLI unit tests), npm run audit:strict (all 8 audits), git diff --check (whitespace), npm run package:check (package contents), npm run release:metadata (release metadata + Product Readiness guard), npm run release:self-test (release assertion self-tests), and npm run package:smoke (packed-tarball smoke covering install, site, workspace, learn, and help/version/audit surfaces for both installed-bin and one-shot npm exec --package <tarball> paths). - After npm publish completes, run npm run registry:smoke to verify the same surfaces against the public npm exec --package install path. - Knowledge files use <!-- hand-written --> marker if hand-authored. - Skill PLAYBOOKs include a verification phase checklist. npm run skills:check also enforces Agent Skills metadata, activation wording, progressive-disclosure linkage, playbook structure, durable guidance, and manifest inventory parity. - Korean strings spelled out in Korean (no machine translation passing through). - All audits pass. - Before pushing for CI, run npm run ci:local when you need local parity with the non-publishing GitHub workflows. It wraps release:check, Python syntax checks, knowledge size budget, VS Code extension compile/unit tests, the MkDocs build, and the MkDocs warning policy used by the docs deployment workflow: no non-refs/ warnings, with refs-only warnings capped at the accepted baseline.

The exhaustive list of every command and flag that release:check, packed-tarball smoke, and registry smoke assert on is preserved in docs/RELEASE-GATES.md.

License

MIT. See LICENSE.

Changelog

See CHANGELOG.md. Highlights:

  • v3.0 β€” Stabilization: plugin manifest, install.sh, CHANGELOG, README overhaul, QUICKSTART.
  • v2.7 β€” AR / VR / spatial design.
  • v2.6 β€” Voice / conversational UI.
  • v2.5 β€” Game UI.
  • v2.4 β€” Video content.
  • v2.3 β€” Print / physical design.
  • v2.2 β€” Illustration systems.
  • v2.1 β€” Motion design depth.
  • v2.0 β€” Documentation worked examples + 7 component specs.
  • v1.x β€” MCP integrations, document design + brand + email, coverage push, foundations.