Render, evaluate, and trace web UI decisions with deterministic Agentic Design System evidence.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Design governance for coding agents that build UI.
See the live workshop Β· Read the design philosophy
Coding agents can produce a screen quickly. Agentic Design System gives them a repeatable way to decide what the screen is for, load the right product context, review the rendered result, attach evidence, and revise before calling it done.
ADS is a repo-local skill pack. It is not a hosted design agent or a UI generator.
From the project where your coding agent works, choose the agent explicitly:
Verify what was installed:
ADS supports these release-tested installer targets:
| Agent | Installer ID | Project skill directory |
|---|---|---|
| Claude Code | claude-code | .claude/skills/ |
| Codex | codex | .agents/skills/ |
| Cursor | cursor | .agents/skills/ |
| OpenClaw | openclaw | skills/ |
| Hermes | hermes-agent | .hermes/skills/ |
Replace codex in the command with the installer ID for your agent. The installer adds all ten
skills and writes skills-lock.json; it does not create or replace AGENTS.md, CLAUDE.md,
Cursor rules, or other project instructions.
For one task, tell your agent:
For an always-on project setup, add this to the instruction file your agent reads:
See the canonical install guide for exact per-agent commands, destination
paths, activation instructions, updates, and a no-CLI fallback. The fuller
templates/agents-snippet.md is useful when you clone the
repository and keep the complete skills/, workflows/, and templates/ tree in your project.
Use this when you are reviewing a branch or local change:
If npx skills is unavailable in your agent shell, use the
no-CLI install.
| Stage | What the agent must establish |
|---|---|
| Intent | The user, situation, desired outcome, and stop condition |
| Baseline | Existing product rules, components, tokens, screenshots, and prior decisions |
| Rubric | Fixed quality gates plus criteria specific to this task |
| Evidence | Rendered states and breakpoints, accessibility, overflow, touch targets, and screenshots |
| Review | A verdict that can send the artifact back for revision |
The report is part of the product. βLooks goodβ is not evidence.
The four weighted rubric scores remain the verdict layer. Substantial reviews also emit structured findings beneath those scores: a fixed failure category, minor/major/blocker severity, the exact state and breakpoint, a concrete target or screenshot region, and the rendered evidence. Repeated findings become candidates for a rule or gate; they do not become one automatically.
agentic-design-system routes the task, defines the outcome, and orders the gates.design-review checks hierarchy, product fit, anti-patterns, accessibility, and rendered quality.ux-baseline-check checks loading, empty, error, interaction, responsive, and edge states.ui-polish-pass finishes spacing, alignment, typography, and interaction details.agent-friendly-design covers semantic structure and machine-readable state for public products.visual-reference-calibration defines what to borrow from a screenshot, site, or visual reference before code is written.design-variations creates 3β5 structurally distinct directions in one disposable browser artifact before production implementation.whimsical-design is opt-in for personality, delight, and expressive marketing work.world-build is opt-in for immersion and atmosphere.web-animation-design is opt-in for motion and interaction feel.Creative skills are not a default styling layer. Their trigger rules decide when they belong.
Use workflows/create-design-workflow.md as the entrypoint.
| Need | Workflow |
|---|---|
| Route a design or review task | create-design-workflow |
| Review mobile or responsive UI | mobile-review |
| Critique finished UI from a separate context | adversarial-design-review |
| Check package installation | install-usability-smoke |
| Critique onboarding docs | readme-docs-critique |
| Test whether a cold agent can use ADS | cold-agent-usage-test |
| Trace consequential decisions to exact loaded rules | decision-provenance |
A source checkout includes the full template set under templates/. The installed orchestrator bundles the five runtime templates it references: outcome, project identity, reference intake, grader report, and run report. The most useful starting artifacts are:
outcome-template.mdproject-identity-template.mdreference-intake-contract.mdgrader-report-template.mdrun-report-template.mdSource checks are an inexpensive pre-flight. Rendered evidence is the real gate.
The rendered gate blocks serious axe violations, overflow, missing main landmarks,
loading/error states without the corresponding live-region semantics, CLS above 0.1,
undersized touch targets, and requested states that did not actually render.
After a finding-driven repair, ADS also sweeps adjacent actions before a grader can return
satisfied. Status and instructional copy must agree with every visible nearby primary,
secondary, toolbar, and inline action in each changed state and breakpoint. An enabled-looking
contradiction in a read-only, disabled, offline, permission-limited, or destructive state becomes a
major cues_affordances finding.
ADS behavior changes are guarded by the frozen v1.3.1 five-case regression suite. The release gate
keeps its baseline immutable and requires a new candidate packet for changes under skills,
workflows, templates, routing, or judge behavior. See
testing/TESTING.md.
For a meaningful modification, capture the baseline and candidate with the same states and breakpoints, then compare them:
The comparison records what changed. It does not decide whether the change was good.
For substantial runs that need causal traceability, capture loaded skill/source hashes once before the build and verify 3-7 final decisions once at report time. The provenance path is deterministic, adds no model/browser/network calls, and enforces a 250ms budget per operation:
See workflows/decision-provenance.md for the manifest, trace,
and report commands. Tiny fixes and routine polish skip this path by default.
docs/loop-demo/ preserves a real three-pass run on an Orders screen at 390, 768, and 1280px.
Only then did the grader return satisfied.
The repository also contains a local stdio MCP package that exposes the ADS evidence spine as
three tools: ads_render, ads_evaluate, and ads_trace.
The MCP server is intentionally local-first. It confines project files and run artifacts to the
configured root, renders web or startup-configured SwiftUI targets, and records model-free
deterministic evidence by default. Provider-neutral command adapters can add explicit visual
judgment without changing the three-tool API or silently selecting a model. The SDK v2 server
accepts both legacy initialization and MCP 2026-07-28 discovery, while compatible hosts can
render the optional ui://ads/review MCP App. See the
ads-mcp package guide and
v0.3 API contract. Its official MCP Registry name is
io.github.aa-on-ai/agentic-design-system.
Historical eval fixtures are intentionally kept under docs/archive/ instead of mixed into the current product path.
The release gate aligns version and skill manifests, installs a clean copy for all five supported agents, and reruns comparison, render-authority, production-evidence, structured-findings, and eval-loop authority smokes.
To exercise the public GitHub shorthand rather than the local checkout:
ADS is an early public package. The skills, templates, runbooks, and rendered checks are usable now. The grader loop is workflow-driven, not a hosted service.
See docs/influences.md for what ADS borrows from each source.
If you find a recurring anti-pattern, a better routing rule, or a missing verification step, open an issue or pull request.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/agentic-design-system)<a href="https://allmcps.com/mcp/agentic-design-system"><img src="https://allmcps.com/api/badge/agentic-design-system?style=directory" alt="Agentic Design System on AllMCPs" /></a>