Help us improve
Share bugs, ideas, or general feedback.
From designpowers
Evaluates built interfaces against Nielsen's 10 heuristics and runs cognitive walkthroughs of key tasks. Use after a build to catch usability issues that craft critique and accessibility audits miss.
npx claudepluginhub owl-listener/designpowersHow this skill is triggered — by the user, by Claude, or both
Slash command
/designpowers:heuristic-evaluationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Heuristic evaluation is the usability lens on a build. Where `designpowers-critique` asks "does this match the plan?" and the accessibility review asks "can everyone access this?", heuristic evaluation asks "will people actually be able to use this without getting lost, confused, or stuck?" This skill dispatches the **heuristic-evaluator** agent and integrates its findings with the other review...
Conducts usability review using Nielsen's 10 heuristics to identify interface problems without user testing.
Evaluates interfaces against Nielsen's 10 usability heuristics, produces severity-rated findings (0-4: Cosmetic to Catastrophic), and generates remediation recommendations with effort estimates.
Evaluates digital interfaces using Nielsen's 10 usability heuristics to identify issues, rate severity (0-4), and recommend fixes.
Share bugs, ideas, or general feedback.
Heuristic evaluation is the usability lens on a build. Where designpowers-critique asks "does this match the plan?" and the accessibility review asks "can everyone access this?", heuristic evaluation asks "will people actually be able to use this without getting lost, confused, or stuck?" This skill dispatches the heuristic-evaluator agent and integrates its findings with the other reviewers.
design-builder completes a build — run alongside designpowers-critique and the accessibility review, not after themusing-designpowers → Review Mode), not just freshly built workThis skill is not optional after a build. Skipping it is a Red Flag (see using-designpowers). Usability problems that craft critique and accessibility audits both miss are exactly what this catches.
Before dispatching, assemble:
design-discovery) — for the key tasks to walk throughinclusive-personas) — each persona's primary task gets a cognitive walkthroughdesign-state.md — the shared state the agent will read and updateIf there is no brief or no list of key tasks, the cognitive walkthrough has nothing to walk through. Go back and capture the key tasks first.
Dispatch the heuristic-evaluator agent (see agents/heuristic-evaluator.md). It will:
The agent narrates at three moments (arrival, working, departure) per the Agent Transparency protocol in using-designpowers.
Per the Reconciliation Protocol in using-designpowers, the heuristic-evaluator runs simultaneously with design-critic and the accessibility-reviewer:
design-builder finishes
|
┌────┼────────┐
v v v
critic reviewer heuristic (run simultaneously)
| | |
└────┼────────┘
v
reconciliation
When findings overlap or conflict, classify them (Aligned / Complementary / Conflicting) and resolve using the protocol's priority rules. Remember: usability wins over style — a beautiful interface that confuses people has failed.
Even in auto mode, the pipeline must pause if the heuristic-evaluator finds a critical H3 violation (no undo on a destructive action) or H1 violation (user is completely lost). These indicate structural problems, not polish issues, and the user should decide how to resolve them.
⚠️ Auto paused: heuristic-evaluator found a critical usability issue (H3 — no undo on delete) that needs your decision. [details]
After reconciliation:
design-debt-tracker — promises don't disappear because severity is lowA structured heuristic evaluation report (see the agent definition for the full format): a heuristic findings table (H1–H10 with verdicts), cognitive walkthrough results per task, findings grouped by severity, what works well, and a recommendation (Proceed / Revise / Rethink).
design-builder (build complete) — or against an existing design in Review Modedesignpowers-critique, accessibility review (parallel, then reconciled)design-builder fix round → synthetic-user-testingdesign-debt-tracker for deferred Minor findingsdesign-state.md (Decisions Log, Handoff Chain, Open Questions)