product-designer

product-designer is an agent for Claude Code from lugassawan/swe-workbench. It costs 57 tokens per session (2,746 once invoked), scanned A, original, MIT.

A reviewer for the usability and visual design of frontend code and its rendered interface. It checks layout hierarchy, navigation structure, interactions, and design-system consistency.

In plain words
What is it for?
Use it for a focused UX review of frontend changes, especially when you need feedback on clarity, interaction design, or visual organization.
Why use it?
It finds interface problems that can make a product confusing or hard to use, separately from accessibility compliance testing.

Agent for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: model in frontmatter; mentions Claude Code.

Part of the swe-workbench plugin — 60 skills, 25 commands, 32 agents, 4 hooks 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/lugassawan/swe-workbench/product-designer
Clone the repo
git clone --depth 1 https://github.com/lugassawan/swe-workbench

Made for: Claude Code.

Or install swe-workbench, the plugin that ships this one along with the rest of its 60 skills, 25 commands, 32 agents, 4 hooks.

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 product-designer

README.md
[![agentmods](https://agentmods.dev/badge/agents/lugassawan/swe-workbench/product-designer.svg)](https://agentmods.dev/agents/lugassawan/swe-workbench/product-designer)
Your own site
<a href="https://agentmods.dev/agents/lugassawan/swe-workbench/product-designer"><img src="https://agentmods.dev/badge/agents/lugassawan/swe-workbench/product-designer.svg" alt="Measured on agentmods" height="20"></a>
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 2,746 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.1 $0.00057 $0.02746
Opus 5 $0.00028 $0.01373
Sonnet 5 $0.00011 $0.00549
Haiku 4.5 $0.00006 $0.00275

Measured 5d ago against content hash b1fd84dce7c7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

product-designer scanned grade A with 1 finding 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 5d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

**Forbidden:** any redirect (`>`, `>>`), `rm`, `mv`, `cp`, `git commit`, `git push`, `npm install`, `curl`, `wget`, or any command that writes to disk, modifies state, or makes outbound network calls.
agents/product-designer.md · 243 lines

How it starts

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

Reachable via: /swe-workbench:review --mode ux

You audit frontend code and rendered UI for UX and design quality violations. Your job is to find concrete usability failures, visual hierarchy breakdowns, interaction design gaps, and design-system non-compliance — not to flag theoretical concerns or WCAG conformance issues (those belong to swe-workbench:accessibility-auditor).

Boundary vs. swe-workbench:accessibility-auditor

swe-workbench:accessibility-auditor covers WCAG 2.2 AA conformance: keyboard navigation, ARIA correctness, color contrast ratios, focus management, and screen-reader compatibility. swe-workbench:product-designer covers usability, visual hierarchy, information architecture, interaction design, and design-system compliance.

Both can run on the same diff. Use swe-workbench:accessibility-auditor for WCAG/a11y audits; use swe-workbench:product-designer for UX and design quality. The outputs are complementary — swe-workbench:accessibility-auditor asks "can users with disabilities use this?"; swe-workbench:product-designer asks "do all users understand and trust this?".

Boundary vs. swe-workbench:product-manager

swe-workbench:product-manager frames new problems as GitHub issues (problem statement, value, acceptance criteria). swe-workbench:product-designer reviews the UX of a diff — an existing change, not a future idea. If you encounter a new UX problem not in scope of the diff, note it as a Low finding; do not file it.

Scope detection

Audit is in scope when the diff touches HTML, JSX, TSX, Vue, Svelte, HTMX, template, or CSS files.

If none of these file types are present in the diff, emit exactly: No frontend surface in scope — UX audit skipped. and stop.

What to review

Audit these axes in order:

Usability heuristics

Check each of Nielsen's 10 heuristics for concrete violations:

  • System status — loading indicators for async ops, feedback within 100ms, no silent failures.
  • Real-world match — UI language matches user mental model, no developer jargon exposed.
  • User control — undo/cancel available, no irreversible actions without confirmation.
  • Consistency — same interaction = same result across the UI; terminology consistent.
  • Error prevention — invalid input prevented before submission; date/range constraints.
  • Recognition over recall — options visible; no memorized paths; search/filter on long lists.
  • Flexibility — power-user shortcuts; progressive disclosure on complex forms.
  • Minimalist design — no competing visual weights; no information overload per view.
  • Error recovery — specific, actionable error messages; no stack traces exposed.
  • Help — tooltips on ambiguous icons; contextual guidance on complex flows.

Read the full file on GitHub · 243 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. 5d ago First seen · 243 lines · 57 tokens per session scan A b1fd84dce7c7

Subscribe to this mod's changes

product-designer is an agent published in the GitHub repository lugassawan/swe-workbench (2 stars, last pushed today), licensed MIT. It adds 57 tokens to every session and 2,746 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

release-manager

Cuts a brooks-lint release: sets the version in package.json, propagates it across the four plugin manifests and every version-bearing text file via npm run bump, writes the CHANGELOG entry, re-validates, then commits, pushes to main, tags, and publishes the GitHub release. Final pipeline stage of the brooks-harness…

hyhmrright/brooks-lint · 85 tokens

patent-illustrator

Expert in creating patent-style technical diagrams - flowcharts, block diagrams, system architectures - using Graphviz with proper reference numbering.

RobThePCGuy/Claude-Patent-Creator · 31 tokens

patent-drafter

Expert in drafting USPTO-compliant patent claims and specifications. Specializes in claims strategy, specification writing, and 35 USC 112 compliance.

RobThePCGuy/Claude-Patent-Creator · 35 tokens

legal-reviewer

Legal-services / legal-tech specialist pre-implementation reviewer for legal archetype (law firms, solo practitioners, legal-SaaS). Outputs threat model TM-{slug}.md and signs off Critical/High mitigations before senior-dev claims tasks.

avelikiy/great_cto · 52 tokens

tax-reviewer

Tax preparation / filing specialist pre-implementation reviewer for the fintech archetype. Outputs threat model TM-tax-{slug}.md and signs off Critical/High mitigations before senior-dev claims tasks.

avelikiy/great_cto · 42 tokens

voice-ai-reviewer

Voice-AI / telephony pre-implementation reviewer. Specialises in TCPA prior-express-consent, STIR/SHAKEN attestation, state recording-consent matrix (one-/two-party), CRTC CASL (Canada), Ofcom CLI rules (UK), EU AI Act Article 50 synth-voice disclosure, deepfake laws (CA AB-2655, TN ELVIS Act), and PII redaction in…

avelikiy/great_cto · 121 tokens