From nanodex-plugin
UI/UX review panel with 10 design experts (Rams, Ive, Norman, Nielsen, Wroblewski, Krug, Au, Garrett, Hall, Levey). Spawns parallel sub-agents, synthesizes and deduplicates findings. Use when asked to "review UX", "UX audit", "design review", "polish the UI", or "streamline the interface".
How this skill is triggered — by the user, by Claude, or both
Slash command
/nanodex-plugin:ux-reviewThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Perform a comprehensive UI/UX review by spawning 10 parallel sub-agents, each embodying a world-class design expert. Each expert independently reviews the codebase through their unique lens, then findings are synthesized into a prioritized action plan.
Perform a comprehensive UI/UX review by spawning 10 parallel sub-agents, each embodying a world-class design expert. Each expert independently reviews the codebase through their unique lens, then findings are synthesized into a prioritized action plan.
Read references/workflow.md for the full detailed workflow. Below is a summary of each step.
Scope-first architecture — minimize token cost by reviewing only what matters.
$ARGUMENTS provides a scope, use thatgit diff --name-only HEAD~5 to find UI files modified recentlyIdentify the project's UI framework and file conventions by reading the project structure. Use simple file globbing to find relevant files:
*.tsx, *.jsx, *.vue, *.svelte, *.erb, *.html, *.cssRead references/workflow.md for the complete agent prompts and spawn instructions.
Round 1 — Spawn 7 agents in parallel using the Task tool:
Round 2 — After Round 1 completes, spawn 3 more agents in parallel: 8. Jesse James Garrett (references/jesse-james-garrett.md) 9. Erika Hall (references/erika-hall.md) 10. Yael Levey (references/yael-levey.md)
Partial failure handling: Proceed with synthesis if at least 5 of 10 experts complete successfully. Note any failed experts in the final report.
After all expert agents complete:
## UX Review — Expert Panel Findings
### High Impact
| # | Issue | Expert(s) | Location | Fix |
|---|-------|-----------|----------|-----|
### Medium Impact
| # | Issue | Expert(s) | Location | Fix |
|---|-------|-----------|----------|-----|
### Low Impact
| # | Issue | Expert(s) | Location | Fix |
|---|-------|-----------|----------|-----|
### Expert Consensus
[Note any themes that 5+ experts independently raised — these are the most important findings]
### Experts Completed
[List which experts completed successfully and which failed, if any]
If running interactively (no $ARGUMENTS specifying fix scope):
If $ARGUMENTS specifies a fix scope (e.g., "fix all high impact"), proceed automatically.
For selected findings:
npx claudepluginhub noodlemind/nanodex-marketplace --plugin nanodex-pluginAudits usability of existing front-end code or live websites using 15 principles, identifies component/system issues, rates severity, and suggests fixes.
Designs and iterates production-grade frontend interfaces through live browser iteration, UX audit, visual refinement, and design system work.
21 focused actions for auditing, refining, and elevating frontend UI quality. Each action targets a specific design concern: layout, typography, color, UX copy, performance, animation, resilience, consistency, etc.