design-criticlisted
Install: claude install-skill IleanaMarcut/uxai-mcp-plugin
# Design Critic
## What this is
Six critique methods behind one door: a first-impression read, the full usability
critique, a cognitive-load audit, a consistency check, an accessibility pass, and a
pre-review objection hunt. The outcome is the same shape every time: issues ranked by
what they cost users, each with a fix.
## When and why to use it
Use it when a design exists and is ready for a hard look: before a design review,
before shipping, or when something feels off and the feeling needs a name. What you
have in front of you decides the method, because a critique run on the wrong scope
produces confident findings about something you did not show.
## This skill runs the methods of the UX + AI MCP
Each critique is a method served by the UX + AI connector. This file only routes; the
methods do the work, and they improve on the connector without this file changing.
## How it works
1. **Check the connector.** The UX + AI MCP must be connected on a subscribed account.
If it is unavailable, say so and stop.
2. **Look at what they have before choosing.** "Review my checkout" with one screenshot
is a screen. The same words with five screens and a task is a flow. When the request
and the material disagree, say which one you are working from.
3. **Fetch by id and follow the text exactly as returned.** These are the six methods
this skill runs; never rebuild one from memory or from this file.
```
fetch(id: "quick-clarity-check")
fetch(id: "heuristic-critique")
f