862 B
862 B
| description | argument-hint |
|---|---|
| Run a heuristic evaluation of an existing design. | [design, screen, or flow to evaluate] |
/evaluate
Run a heuristic evaluation of a design.
Steps
- Scope — Define screens and flows to evaluate.
- Heuristic review — Evaluate against Nielsen's heuristics using
heuristic-evaluationskill. - Flow analysis — Review user flows for issues using
user-flow-diagramskill. - Accessibility check — Evaluate accessibility using
accessibility-test-planskill. - Severity rating — Rate and prioritize all findings.
- Recommendations — Provide specific improvement suggestions.
Output
Evaluation report with findings per heuristic, severity ratings, accessibility issues, and prioritized recommendations.
Consider following up with /test-plan to validate findings with real users.