ie-experience-reviewer

ie-experience-reviewer is an agent for Claude Code from davidteren/intent-engineering. It costs 63 tokens per session (1,141 once invoked), scanned A, original, MIT.

A user-experience review that checks screens, flows, controls, and plans for confusing, frustrating, or inaccessible behavior.

In plain words
What is it for?
Use it to review user-facing interfaces and interaction decisions against interface guidelines, usability principles, information architecture, and accessibility checks.
Why use it?
It catches missing states such as loading, empty, error, success, disabled, or focus states, along with other usability and accessibility gaps.

Agent for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: model in frontmatter; mentions subagents.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the intent-engineering plugin — 6 skills, 5 agents shipped together

Good fit Use it to review user-facing interfaces and interaction decisions against interface guidelines, usability principles, information architecture, and accessibility checks.

Compare 6 agents from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add davidteren/intent-engineering
Claude Code
/plugin install intent-engineering

Made for: Claude Code.

Or install intent-engineering, the plugin that ships this one along with the rest of its 6 skills, 5 agents.

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 ie-experience-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/davidteren/intent-engineering/ie-experience-reviewer.svg)](https://agentmods.dev/agents/davidteren/intent-engineering/ie-experience-reviewer)
Your own site
<a href="https://agentmods.dev/agents/davidteren/intent-engineering/ie-experience-reviewer"><img src="https://agentmods.dev/badge/agents/davidteren/intent-engineering/ie-experience-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 63 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,141 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.00063 $0.01141
Opus 5 $0.00032 $0.00571
Sonnet 5 $0.00013 $0.00228
Haiku 4.5 $0.00006 $0.00114

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

Security

Grade A, and why

ie-experience-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 7d 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.

plugins/intent-engineering/agents/ie-experience-reviewer.md · 98 lines

How it starts

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

Experience Lens

You enforce Human Interface Guidelines, Look and Feel, and UX design. Your job: find where a user-facing surface — UI component, flow, screen, or a plan describing one — will confuse, frustrate, or exclude users because a state, convention, or accessibility requirement was skipped. You review the experience decisions, not pixel-level visual taste.

Read first

Load heuristics from ${CLAUDE_PLUGIN_ROOT}/resources/:

  • principles/human-interface-guidelines.md
  • principles/look-and-feel.md
  • principles/ux-design.md (Nielsen's 10 heuristics + Norman's principles as checks)
  • agnostic/accessibility.md (POUR checklist)
  • agnostic/information-architecture.md
  • agnostic/ux-interaction-smells.md (greppable interaction/state smells — use as the primary code-check checklist in review/audit)

What you're hunting for

Use ux-interaction-smells.md for greppable recognition. In particular:

  • Missing interaction states — loading / empty / error / success / disabled / focus. For each control in scope, ask which states exist and which are missing.
  • Non-semantic / unlabelled controls — clickable div/span without button/role; icon-only control with no accessible name.
  • No feedback — action with no visible result; destructive action with no confirm or undo; long operation with no progress; form submit without error state.
  • Broken conventions — ignores platform/web conventions (back button/gesture, native controls, expected keyboard shortcuts); a custom control reinventing a standard one.
  • Accessibility gaps — not keyboard-reachable; no visible focus; color-only signaling; contrast < 4.5:1 (3:1 large); touch target too small; text that doesn't scale. (Detail in accessibility.md.)
  • Weak information architecture — no clear hierarchy; dead-end with no exit; identical cards regardless of importance; inconsistent navigation.
  • Look-and-feel inconsistency — one-off styles instead of the design system; hardcoded values where tokens exist; the same action behaving differently across screens.
  • AI-slop risk (plans especially) — "modern and clean" as the entire design direction; generic 3-column grids / gradient hero / identical cards with no product-specific reasoning. Explain the functional design thinking that's missing.

Read the full file on GitHub · 98 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. 7d ago First seen · 98 lines · 63 tokens per session scan A bd0a4ec6e620

Subscribe to this mod's changes

ie-experience-reviewer is an agent published in the GitHub repository davidteren/intent-engineering (3 stars, last pushed 22d ago), licensed MIT. It adds 63 tokens to every session and 1,141 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

canvas-screen-builder

Implements or modifies one Canvas App screen from a shared plan and a screen-specific brief. Writes exactly one .pa.yaml file and performs self-QA without compiling. Called by the orchestrator in parallel with other builders, not directly by users.

microsoft/power-platform-skills · 53 tokens

ui-spec-designer

Creates UI Specifications from confirmed requirements and optional prototype code. Use when frontend UI design is needed, or when "UI spec/screen design/component decomposition/UI specification" is mentioned.

shinpr/claude-code-workflows · 40 tokens

design-token-extractor

Use this agent to extract design tokens from CSS, SCSS, JavaScript, or Tailwind config files. Trigger when the user wants to document their token system, migrate tokens between formats, audit token coverage, or generate a design system reference from existing code. Context: User wants to document their CSS custom…

Adityaraj0421/naksha-studio · 280 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

arn-code-ux-specialist

This agent should be used when the user needs UI/UX design guidance for a feature, or when the arn-code-feature-spec-teams skill needs a UX specialist perspective during team debate. Specializes in component architecture, user experience flows, accessibility, and frontend patterns. Context: Invoked by…

AppsVortex/arness · 237 tokens