4 specialized design agents that work as a collaborative team: Brand Strategist, UX Designer, Visual Designer, and UI Architect. They analyze, propose, and implement design decisions with WCAG compliance, structured briefs, and quality gates.
Read the full guide and see it in action
design-agents-kit/
agents/
brand-agent.md - Brand strategy, voice, tone, copy generation
ux-agent.md - User flows, WCAG 2.2, interaction patterns
visual-agent.md - Typography, color, spacing, motion design
ui-agent.md - Component architecture, semantic HTML, tokens
rules/
design-team.md - Orchestration protocol (how agents collaborate)
claude-md-snippet.md - Content to add to your CLAUDE.md
Copy all 4 files from agents/ to your Claude Code agents directory:
cp agents/*.md ~/.claude/agents/Copy the design team protocol to your rules directory:
cp rules/design-team.md ~/.claude/rules/Open your ~/.claude/CLAUDE.md (or create one if it doesn't exist) and add the content from claude-md-snippet.md. This tells Claude Code about the design agents and where to find the protocol.
Start a new Claude Code session. The agents are ready.
Say: design team: [your task]
Examples:
design team: create a landing page for my SaaS productdesign team: improve the visual design of this pagedesign team: fix accessibility issues on this formdesign team: redesign the hero section
The team also activates automatically when your task involves layout, interaction, or visual decisions.
On first activation, Claude will ask your role (Designer / Developer / PM). This determines how agents behave:
- Designer Mode: You lead creative direction. Agents analyze, present options, and execute your decisions.
- Autonomous Mode: Visual Agent leads creative direction. You approve at checkpoints.
| What you say | What happens |
|---|---|
| "create", "build", "new" | Full pipeline: Brand discovery, UX flow spec, Visual creative brief, implementation |
| "redesign", "beautify", "upgrade" | Transform: Visual leads new direction within existing constraints |
| "improve", "polish", "refine" | Roundtable: All agents collaborate equally |
| "fix contrast", "fix a11y" | Targeted fix: Relevant agent(s) only |
- BRIEF.md in your project directory (brand brief + creative brief + agent positions + decisions)
- Approval checkpoints before implementation (clickable options, not typing)
- WCAG-compliant output (Level AA minimum)
- Real copy from Brand Agent (no Lorem ipsum)
The design team follows a structured protocol:
- Project State Assessment - checks if BRIEF.md exists, what's built, what phase you're in
- Authority Mode - determines who leads (you or Visual Agent)
- Task Ambition - classifies as Fix / Improve / Transform / Create
- Agent Coordination - launches relevant agents based on task type
- Quality Gate - coordinator validates brief before showing you
- Approval Checkpoint - you approve before implementation begins
- Implementation - agents build according to approved spec
If your team has a design system or brand guidelines, you can:
- Create a brand guide file (JSON, YAML, or Markdown) with your tokens
- Tell the design team: "use this brand guide: [path]"
- Brand Agent switches to Executor mode (applies your brand, no discovery needed)
- All tokens become protected (agents use them, never modify them)
Each agent file in ~/.claude/agents/ is self-contained. You can edit them to:
- Change the Reference Library in visual-agent.md
- Adjust WCAG target level
- Add your own design principles
- Modify the discovery questions in brand-agent.md