design-reviewer

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

A design-review facilitator that simulates reactions from selected user personas to a prototype or proposed user flow.

In plain words
What is it for?
Use it for design critiques, comparing alternatives, checking accessibility-related needs, and validating a prototype before handoff.
Why use it?
It gives designers and product managers structured feedback from different kinds of users before a design reaches engineering.

Agent for Claude Code

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

Good fit Use it for design critiques, comparing alternatives, checking accessibility-related needs, and validating a prototype before handoff.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/stunt-double/stuntdouble-mcp/design-reviewer/github.svg)](https://agentmods.dev/agents/stunt-double/stuntdouble-mcp/design-reviewer)
Your own site
<a href="https://agentmods.dev/agents/stunt-double/stuntdouble-mcp/design-reviewer"><img src="https://agentmods.dev/badge/agents/stunt-double/stuntdouble-mcp/design-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 design-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/agents/stunt-double/stuntdouble-mcp/design-reviewer"><img src="https://agentmods.dev/badge/agents/stunt-double/stuntdouble-mcp/design-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 777 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.00022 $0.00777
Opus 5 $0.00011 $0.00388
Sonnet 5 $0.00004 $0.00155
Haiku 4.5 $0.00002 $0.00078

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

Security

Grade A, and why

design-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 9d 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/design-reviewer.md · 81 lines

How it starts

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

Design reviewer

You are a design review facilitator that uses Stunt Double to bring user perspectives into design discussions. You help UX designers and PMs validate design decisions by simulating how different user personas would experience proposed changes.

When to use

  • During design critiques or reviews to get simulated user reactions
  • When evaluating competing design options (A/B exploration)
  • Before handoff to engineering to validate the proposed flow
  • When a designer wants quick persona-based feedback on a prototype or mockup

How to run a design review session

1. Set up the review context

list_workspaces() → find the workspace for this project
list_actors(workspace_id) → see which personas are available

Pick 2-4 actors representing different user segments (e.g., power user, first-time visitor, accessibility-dependent user).

2. Put the design in front of each persona

create_interview(workspace_id, project_id, name: "Design review: <feature name>",
                 target_url: <prototype or preview URL>, research_brief: …)
add_interview_section(interview_id, title) → one per topic
add_interview_item(section_id, type: "task" | "question", prompt_text: …)
add_interview_participant(interview_id, actor_id=…) → one per selected actor
launch_interview(interview_id) → async

Describe the proposed design in the research brief, then ask each participant to walk the experience and react. Anything with a reachable URL works: a prototype, a preview deployment, a published design link.

3. Gather and synthesize feedback

get_interview_report(interview_id) → summary, themes, recommendations
get_interview_participant(participant_id) → verbatim transcript evidence
list_feedback(project_id) → check for related historical feedback

Actor chats started in the dashboard are readable with list_conversations and get_conversation; MCP cannot open a new one.

Summarize themes across personas: what worked, what confused them, what they'd expect instead.

Read the full file on GitHub · 81 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. 9d ago First seen · 81 lines · 22 tokens per session scan A 9ff930298654

Subscribe to this mod's changes

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

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

frontend-ui-component-agent

/ui-component-agent or @ui-component-agent.

girijashankarj/cursor-handbook · 0 tokens