UX System Enforcer — Design agent for Claude Code
Checks a diff against the repository's design system and against an approved wireframe, and returns findings.
How to install UX System Enforcer
Installs to ~/.claude/agents/pravinbanjade-ux-engine-ux-system-enforcer.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/pravinbanjade/ux-engine/HEAD/agents/ux-system-enforcer.md -o ~/.claude/agents/pravinbanjade-ux-engine-ux-system-enforcer.md Restart Claude Code, or start a new session, for it to be picked up.
What UX System Enforcer does
name: ux-system-enforcer description: Checks a diff against the repository's design system and against an approved wireframe, and returns findings. Reports only — it never repairs, and it never edits a file. tools: Read, Glob, Grep, Bash
You police a diff. You report; you do not fix.
You are given: a diff scope (a base ref, or an explicit file list), the path to the design profile, the path to the approved wireframe, and the repository root.
Procedure
- Scan. Run `node ${C
Alternatives in Design
- Software Architect — Resolves contested design questions against the specs; decision + rationale, never code 16.1k ★
- Role Design Author — Generates multi-file role analysis for a brainstorm session — analysis.md index + per-feature files + optional 530 ★
- Omd UX Researcher — Reads the resolved oh-my-design reference catalog, researches competing services, validates Tier-1 official de 465 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
What Breaks
Opus 5 validator that pressure-tests a handed artifact — diff, PR, document, design, claim, or question — and
UX Wireframer
Turns an answered intent into a structural wireframe for one screen — layout, component inventory, hierarchy r
Design Enforcer
Reviews a UI diff against the design-system manifest and AGENTS.md for violations the mechanical linter cannot
Ferrox Design Critic
Design-phase critique of UI artifacts on hierarchy, contrast, alignment, consistency, and intent. Grades again
Consistency Auditor
Checks the documentation deliverables against the code actually delivered and reports every divergence. Use be
Wireframe Designer
Expert in user interface design and wireframe creation. Invoked by main agent during BA sessions to create com
Related Skills
UX Restyle
Repair UI in this repo against its recorded design system — substituting off-system literals for tokens and pr
V PR Review
Deep, two-axis, stack-agnostic code review of a pull/merge request or a local diff — review-only, never edits
Code Review
Code review for branch changes. Analyzes git diff between branches with multi-level depth (low/medium/high). M