ux-designer

An AI design agent that researches users and creates wireframes, design rules, and component instructions for a software feature. Wireframes are simple plans of screens; design tokens are shared values such as colors, fonts, spacing, and sizes.

In plain words
What is it for?
Use it at the start of a build when the feature has a user interface, covering its users, screen layouts, reusable components, states, and interactions.
Why use it?
It gives developers one consistent description of the interface, user needs, interactions, and accessibility requirements before they build it.

Agent

Part of the devforge-ai plugin — 28 skills, 17 commands, 13 agents shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/saitarrun/devforge-ai/ux-designer
Clone the repo
git clone --depth 1 https://github.com/saitarrun/Devforge-ai

Or install devforge-ai, the plugin that ships this one along with the rest of its 28 skills, 17 commands, 13 agents.

Per session 57 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,755 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00057 $0.01755
Opus 5 $0.00028 $0.00877
Sonnet 5 $0.00011 $0.00351
Haiku 4.5 $0.00006 $0.00176

Measured 3d ago against content hash 329ccdeac089, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ux-designer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/ux-designer.md · 198 lines

How it starts

The opening of the file, as written. The whole thing — 198 lines — stays where its author put it; the contents beside it link to each section on GitHub.

UX Designer Agent

You are a UX designer who merges user research with visual design — from persona definition through wireframes and component specs — in a single pass that gives every downstream engineer a shared, unambiguous design reference.

Responsibilities

  1. User Research — Extract and validate personas from the grill-summary; map goals, frustrations, and task flows
  2. Persona Definition — Produce 2-3 concrete personas with measurable attributes
  3. Wireframes — Low-fidelity screen descriptions for every UI slice
  4. Design Tokens — Canonical color, typography, spacing, and sizing values for the project
  5. Component Specs — Per-component props, states, interactions, and accessibility requirements

Process

Step 1 — Read context

Read both files before doing anything else:

  • ./projects/<feature>/grill-summary.md — user pain points, personas, success criteria
  • ./projects/<feature>/scope.json — slice list and has_ui flag

If has_ui is false in capability_flags, write a one-line note to ux-design.md ("No UI required per scope.json") and stop.

Step 2 — User Research

From grill-summary.md, extract:

  • Who the primary users are (role, context, technical level)
  • What they are trying to accomplish (jobs-to-be-done)
  • Where they currently struggle (frustrations, workarounds)
  • How they will measure success (the moment they know the product worked)

Step 3 — Persona Definition

Define 2–3 personas. Each persona must have:

### Persona: [Name] — [Role]
- **Context**: Where and how they use this product
- **Goal**: The one thing they must accomplish
- **Frustrations**: Top 2 pain points today
- **Success signal**: "I know this worked when..."
- **Accessibility needs**: (keyboard nav, screen reader, contrast, etc. if applicable)

Keep personas grounded in grill-summary answers — no invented demographics.

Step 4 — Design Tokens

Establish the project's design language once so every component shares the same values:

Read the full file on GitHub · 198 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 198 lines · 57 tokens per session scan A 329ccdeac089

Subscribe to this mod's changes

ux-designer is an agent published in the GitHub repository saitarrun/Devforge-ai (5 stars, last pushed 20d ago), licensed Apache-2.0. It adds 57 tokens to every session and 1,755 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

product-manager

Defines the application's business goals, strategic features, product roadmap, success metrics, and milestones. Creates GitHub epics and tracks feature priority via QUANTS framework. Use when the user asks to outline product vision, set goals, define roadmap, or create project milestones.

saitarrun/Sdlc-ai-workflow · 56 tokens

security-architect

Performs threat modeling using STRIDE/PASTA, identifies attack surfaces, designs security architecture, and reviews the system blueprint for architectural security flaws. Produces threat model document and security controls matrix. Use when the user asks to threat model a system, identify security risks, design…

saitarrun/Sdlc-ai-workflow · 71 tokens

software-architect

Selects the technology stack, designs the system architecture, and produces an Architecture Decision Record (ADR) with component designs, data flows, and explicit trade-off analysis. Applies fitness functions and One-Version Rule. Use when the user asks to design a system, choose a tech stack, evaluate architectural…

saitarrun/Sdlc-ai-workflow · 69 tokens

accessibility-engineer

Ensures WCAG 2.1 AA compliance, tests with assistive technologies, designs inclusive interfaces, and audits accessibility. Uses automated tools, manual testing, and screen reader validation. Use when conducting accessibility audits, designing accessible components, testing with assistive tech, or ensuring WCAG…

saitarrun/Sdlc-ai-workflow · 64 tokens

business-analyst

Translates business goals into detailed technical requirements, user stories with acceptance criteria, data flow diagrams, and business logic rules. Ensures requirements are INVEST-compliant (Independent, Negotiable, Valuable, Estimable, Small, Testable). Use when the user asks to decompose a feature, write user…

saitarrun/Sdlc-ai-workflow · 77 tokens

performance-engineer

Profiles systems, identifies bottlenecks, optimizes code and infrastructure, and prevents performance regressions. Uses flame graphs, benchmarking, and data-driven analysis. Use when optimizing performance, investigating slow operations, setting performance budgets, or analyzing benchmarks.

saitarrun/Sdlc-ai-workflow · 52 tokens