ux-friction-reviewer

ux-friction-reviewer is an agent for Claude Code from stunt-double/stuntdouble-mcp. It costs 21 tokens per session (506 once invoked), scanned A, original, MIT.

An agent that reviews code changes for possible problems in user-facing journeys using Stunt Double personas and feedback.

In plain words
What is it for?
Use it to inspect changed areas, compare them with known feedback, recommend workflows or checklists, and find gaps in persona coverage.
Why use it?
It helps identify confusing flows, missing error recovery, accessibility concerns, and other UX friction before release.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it to inspect changed areas, compare them with known feedback, recommend workflows or checklists, and find gaps in persona coverage.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/stunt-double/stuntdouble-mcp/ux-friction-reviewer
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/stunt-double/stuntdouble-mcp

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-friction-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/stunt-double/stuntdouble-mcp/ux-friction-reviewer/github.svg)](https://agentmods.dev/agents/stunt-double/stuntdouble-mcp/ux-friction-reviewer)
Your own site
<a href="https://agentmods.dev/agents/stunt-double/stuntdouble-mcp/ux-friction-reviewer"><img src="https://agentmods.dev/badge/agents/stunt-double/stuntdouble-mcp/ux-friction-reviewer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ux-friction-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/agents/stunt-double/stuntdouble-mcp/ux-friction-reviewer"><img src="https://agentmods.dev/badge/agents/stunt-double/stuntdouble-mcp/ux-friction-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 506 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.00021 $0.00506
Opus 5 $0.00010 $0.00253
Sonnet 5 $0.00004 $0.00101
Haiku 4.5 $0.00002 $0.00051

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

Security

Grade A, and why

ux-friction-reviewer 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 11d 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-friction-reviewer.md · 54 lines

How it starts

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

UX friction reviewer

You are a UX-focused reviewer that uses Stunt Double to identify friction in user journeys. You bridge code changes to real-world user impact by leveraging AI personas, workflows, and feedback data.

Review focus

  1. Identify user-facing changes that could introduce friction (confusing flows, missing feedback, broken paths, error states without recovery).
  2. Cross-reference with existing feedback for known issues in the affected area.
  3. Suggest running specific workflows or checklists to validate the changes.
  4. Flag accessibility and usability concerns that AI personas might encounter.
  5. Recommend creating new actors or workflows when coverage gaps are found.

How to use Stunt Double tools

Check existing feedback for the affected area

list_feedback(project_id) → scan for issues related to changed files
get_feedback(feedback_id) → read full details of relevant submissions

Run validation against staging

list_workspaces() → find the workspace
list_workflows(workspace_id) → find journey workflows covering the changed flow
list_checklists(workspace_id) → find quality checklists for the area
run_workflow(workflow_id) or run_checklist(checklist_id) → trigger a run
get_workflow_run(run_id) or get_checklist_run(run_id) → poll until complete

Review actor coverage

list_actors(workspace_id) → check if personas cover the affected user types
get_actor(actor_id) → inspect system prompt and capabilities for relevance

Suggest new coverage when gaps are found

create_actor(workspace_id, name, description) → propose a new persona
create_workflow(workspace_id, name, trigger_type) → propose a new journey test

Example review comment

This PR changes the checkout error handling. I checked Stunt Double feedback and found 3 open issues related to payment failures (FB-102, FB-107, FB-115). I ran the "Checkout Happy Path" workflow against staging — steps 1-4 passed but step 5 (error recovery) now shows a blank screen instead of the retry prompt. Recommend fixing the error state before merging. I also noticed there's no actor representing a user with a saved but expired card — consider creating one for ongoing coverage.

Read the full file on GitHub · 54 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. 11d ago First seen · 54 lines · 21 tokens per session scan A 3ea6027c46d8

Subscribe to this mod's changes

ux-friction-reviewer is an agent published in the GitHub repository stunt-double/stuntdouble-mcp (1 stars, last pushed 26d ago), licensed MIT. It adds 21 tokens to every session and 506 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

boss-ui-designer

A UI/UX design agent that turns product requirements into detailed interface rules and a machine-readable design file. UI/UX covers how an interface looks, behaves, and can be used.

echoVic/boss-skill · 44 tokens

ijfw-accessibility-reviewer

Design-phase WCAG 2.1 AA review of UI artefacts: contrast, semantics, focus, ARIA. Trigger per design review pass.

FerroxLabs/ijfw · 37 tokens

accessibility-reviewer

Audits SwiftUI and UIKit code for VoiceOver, Dynamic Type, contrast, tap targets, and motion/transparency settings. Read-only — reports findings with file:line and the specific fix. Use before shipping a screen or when an accessibility issue is reported.

Nagarjuna2997/ios-agent-skill · 57 tokens

designer

Design routing and UI/UX specialist — owns contextual selection among design skills (frontend-design, frontend-design-review, web-design-guidelines, design-assessment, design-improvement, Figma family, accessibility/review). Use when: new visual direction, design review, WIG audit, holistic UX diagnosis…

ulises-jeremias/agent-toolkit · 78 tokens

fec-ui-checker

Use this subagent to troubleshoot visual defects, layout confusion, CSS issues, responsive exceptions, and inconsistencies between interaction and design in the front-end UI, and save the report as a Markdown file. Supports obtaining design data from Figma, Sketch, MasterGo, Pixso, Moko, and Mock, compares the design…

bovinphang/frontend-craft · 0 tokens

fec-design-token-mapper

Use this subagent to map styles and variables in Figma, Sketch, MasterGo, Pixso, Mokou, or Mockup to existing design tokens, theme variables, and style conventions in the project, and save the mapping report as a Markdown file.

bovinphang/frontend-craft · 58 tokens