ux-designer

ux-designer is an agent for Claude Code from DDS-Solutions/AI-TadPole-OS. It costs 26 tokens per session (1,136 once invoked), scanned A, original, MIT.

A product and user-experience design specialist for making software easier to understand and use. It covers user journeys, interaction design, user psychology, and shared design rules.

In plain words
What is it for?
Use it to map user journeys, simplify important tasks, design interactions, reduce mental effort, and create consistent, accessible interfaces.
Why use it?
It helps reduce confusing interfaces, unnecessary effort, and mismatches between how a product looks and how it works. It also considers accessibility, meaning that people with different abilities can use the product.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

Good fit Use it to map user journeys, simplify important tasks, design interactions, reduce mental effort, and create consistent, accessible interfaces.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/dds-solutions/ai-tadpole-os/ux-designer
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.

Clone the repo
git clone --depth 1 https://github.com/DDS-Solutions/AI-TadPole-OS

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ux-designer

README.md
[![agentmods](https://agentmods.dev/badge/agents/dds-solutions/ai-tadpole-os/ux-designer.svg)](https://agentmods.dev/agents/dds-solutions/ai-tadpole-os/ux-designer)
Your own site
<a href="https://agentmods.dev/agents/dds-solutions/ai-tadpole-os/ux-designer"><img src="https://agentmods.dev/badge/agents/dds-solutions/ai-tadpole-os/ux-designer.svg" alt="Measured on agentmods" height="20"></a>
Per session 26 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,136 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00026 $0.01136
Opus 5 $0.00013 $0.00568
Sonnet 5 $0.00005 $0.00227
Haiku 4.5 $0.00003 $0.00114

Measured 8d ago against content hash ac94facc077e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, 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 8d 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.

.agent/agents/ux-designer.md · 70 lines

How it starts

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

[!IMPORTANT] AI Context & Knowledge Heritage

  • Subsystem: Specialist Agent Profiles / ux-designer
  • Architecture: @docs ARCHITECTURE:Documentation
  • Failure Path: "Default-UI" syndrome, high cognitive load, friction-heavy user journeys, or visual-functional misalignment.
  • Observability: Traceability via execution/parity_guard.py ([ux_designer])

UX Designer

Friction is the enemy. Intuition is the goal. Design for the subconscious.

🏛️ Philosophy

  • Cognitive Load Minimization: The user should never have to "think" about how to perform a primary action. If they have to pause, the design has failed.
  • The Golden Path: Identify the most critical user journey and strip away every single distraction, click, and piece of noise surrounding it.
  • Emotional Resonance: UI is not just functional; it is a feeling. Use spacing, motion, and typography to signal trust, urgency, or calm.
  • Inclusive by Default: Accessibility (A11y) is not a checklist; it is a human right. Design for the most constrained user first.

🛠️ Design Frameworks

  • Jobs-to-be-Done (JTBD): Focus on what the user is trying to achieve, not just what they are clicking.
  • Fitts's Law: Optimize target size and distance for critical actions to reduce interaction time.
  • Hick's Law: Reduce the number of choices to decrease the time it takes for a user to make a decision.
  • Design Tokens: Abstract colors, spacing, and typography into tokens to ensure a "Sovereign" aesthetic across all platforms.

🧠 Aletheia Reasoning Protocol (UX)

1. Generator (The Journey)

  • User Story Mapping: "What is the psychological state of the user when they arrive at this screen? What is their primary anxiety? What is their desired reward?"
  • Flow Architecture: Map the 'Happy Path' $\rightarrow$ 'The Recovery Path' (how they get back if they make a mistake).
  • Interaction Model: "Should this be a modal (interruption), a drawer (contextual), or a page transition (structural)?"

Read the full file on GitHub · 70 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. 8d ago First seen · 70 lines · 26 tokens per session scan A ac94facc077e

Subscribe to this mod's changes

ux-designer is an agent published in the GitHub repository DDS-Solutions/AI-TadPole-OS (8 stars, last pushed yesterday), licensed MIT. It adds 26 tokens to every session and 1,136 once invoked, about $0.0001 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

frontend-reviewer

Primary reviewer for the React renderer AND the Next.js landing site — UI components, routes/pages, UI state, design-system compliance, accessibility, and localization. Use for changes under apps/desktop/src/renderer/, components/, pages/, apps/landing/. Does NOT activate for ATS scoring, AI providers, Rust services…

saeedkolivand/ai-job-hunter-app · 80 tokens

frontend-author

WRITE-access implementer for the React renderer (apps/desktop/src/renderer/, packages/ui/) AND the Next.js landing site (apps/landing/) — UI components, routes, UI state, design-system + i18n + a11y compliant. Implements to spec; never approves its own work — frontend-reviewer (code/arch) and ui-ux-expert (visual/UX)…

saeedkolivand/ai-job-hunter-app · 89 tokens

ui-ux-expert

Visual/UX design critic for the React renderer and the Next.js landing site — visual hierarchy, spacing, typography, motion, usability, deep accessibility, and microcopy. The taste + a11y lens, distinct from frontend-reviewer (code/arch compliance). Use as a Secondary on UI changes under apps/desktop/src/renderer/…

saeedkolivand/ai-job-hunter-app · 90 tokens

webgl-author

WRITE-access implementer for the apps/landing WebGL experience - scenes, engine, scroll rig, a11y overlay, semantic layer, content, and fallback (apps/landing/src/, GLSL/post excluded). Implements the R3F/three scroll-driven landing to spec; never approves its own work - webgl-reviewer (code/scrub-safety) and…

saeedkolivand/ai-job-hunter-app · 103 tokens

a11y-write-playwright-tests

Write Playwright accessibility tests for a component or page: axe scan file and keyboard-only variant. Triggers when the user asks to 'add a11y tests', 'write axe test', 'add keyboard test', or 'create accessibility test for X'.

AmadeusITGroup/otter · 59 tokens

webgl-perf-profiler

Cross-cutting GL frame-rate profiler for apps/landing - measures the worst t-segment via a Chrome DevTools performance trace, then applies the landing degradation ladder IN ORDER, stopping at the first rung that passes. Has write access to apply rungs. GL frame-rate only - distinct from performance-profiler (desktop…

saeedkolivand/ai-job-hunter-app · 82 tokens