Agent Plugins Marketplace
All plugins

ux-review

v0.1.0

Experiential UX review that drives the RUNNING app as a real user — not a code read. Reading source is a code review and structurally cannot find experience defects (a mode that doesn't do what its label claims, an overlay anchored to the wrong thing, a feature that silently breaks in one state, a table-stakes affordance that's simply absent). /ux-review:run launches the app, self-configures by discovering what the product is, who it's for, and what it promises, then builds a coverage grid (every screen × state × variant × viewport × input modality) and drives real jobs-to-be-done end-to-end through five sharp lenses — promise-vs-delivery, default-vs-buried, anchor/subject, every-state-not-the-happy-one, and what's-missing — plus the classic heuristics framed experientially. Adversarial states (empty/error/offline/slow/denied/first-run), a keyboard + screen-reader + mobile sweep, and console/network watching catch silent failures. A completeness critic loops until a full pass finds nothing new, and every finding is logged as job → expected → actual (+screenshot) → why-it-hurts → severity, ranked by user harm, with an auditable coverage report. Drives real browsers via Playwright MCP; the persona-driver subagent fans out one driver per persona × surface for exhaustive parallel coverage.

Claude Code1 Skill

By AlphaBravo2 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 25, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install ux-review@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/alphabravo-oss/guild

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/ux-review/.

Plugin files

plugins/ux-review/
├── .claude-plugin/plugin.json
└── skills/review/SKILL.md

Included Skills1

reviewskills/review/SKILL.md

The experiential UX-review methodology — drive the running app as a real user across a full coverage grid, apply the five sharp lenses plus classic heuristics, surface silent failures, loop until dry, and log ranked findings. Used by /ux-review:run and the ux-review:persona-driver subagent. This is a USE-the-app review, never a source-code read.

Plugin manifests1

plugins/ux-review/.claude-plugin/plugin.json
{
  "name": "ux-review",
  "description": "Experiential UX review that drives the RUNNING app as a real user — not a code read. Reading source is a code review and structurally cannot find experience defects (a mode that doesn't do what its label claims, an overlay anchored to the wrong thing, a feature that silently breaks in one state, a table-stakes affordance that's simply absent). /ux-review:run launches the app, self-configures by discovering what the product is, who it's for, and what it promises, then builds a coverage grid (every screen × state × variant × viewport × input modality) and drives real jobs-to-be-done end-to-end through five sharp lenses — promise-vs-delivery, default-vs-buried, anchor/subject, every-state-not-the-happy-one, and what's-missing — plus the classic heuristics framed experientially. Adversarial states (empty/error/offline/slow/denied/first-run), a keyboard + screen-reader + mobile sweep, and console/network watching catch silent failures. A completeness critic loops until a full pass finds nothing new, and every finding is logged as job → expected → actual (+screenshot) → why-it-hurts → severity, ranked by user harm, with an auditable coverage report. Drives real browsers via Playwright MCP; the persona-driver subagent fans out one driver per persona × surface for exhaustive parallel coverage.",
  "version": "0.1.0",
  "author": {
    "name": "AlphaBravo"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[ux-review on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ux-review)