Comprehensive UX review of a page, component, or user flow using established heuristics and best practices
Conducts comprehensive UX reviews using Nielsen's heuristics, accessibility checks, and performance analysis.
/plugin marketplace add standardbeagle/standardbeagle-tools/plugin install ux-developer@standardbeagle-toolsPerform a comprehensive UX review of the specified target (page, component, or flow).
First, understand what we're reviewing:
Use mcp__agnt__proxy to start a proxy for the target URL
Use mcp__agnt__proxy exec to take a screenshot
Use mcp__agnt__currentpage to get page session data
Evaluate against each heuristic and score 1-5:
| Heuristic | Score | Issues | Recommendations |
|---|---|---|---|
| Visibility of system status | |||
| Match between system and real world | |||
| User control and freedom | |||
| Consistency and standards | |||
| Error prevention | |||
| Recognition rather than recall | |||
| Flexibility and efficiency of use | |||
| Aesthetic and minimalist design | |||
| Help users recognize and recover from errors | |||
| Help and documentation |
Run accessibility audit:
Use mcp__agnt__proxy exec with __devtool.auditAccessibility()
Flag critical issues:
Evaluate:
Check via agnt:
Use mcp__agnt__currentpage to get performance metrics
Flag UX-impacting issues:
Provide structured report:
## UX Review Summary
**Target**: [what was reviewed]
**Overall Score**: X/50
### Critical Issues (Must Fix)
1. [Issue]: [Impact] - [Recommendation]
### Major Issues (Should Fix)
1. [Issue]: [Impact] - [Recommendation]
### Minor Issues (Nice to Fix)
1. [Issue]: [Impact] - [Recommendation]
### Strengths
- [What's working well]
### Prioritized Action Items
1. [ ] [Highest priority fix]
2. [ ] [Second priority]
3. [ ] [Third priority]
After review, offer to: