16 lines
862 B
Markdown
16 lines
862 B
Markdown
---
|
|
description: Run a heuristic evaluation of an existing design.
|
|
argument-hint: "[design, screen, or flow to evaluate]"
|
|
---
|
|
# /evaluate
|
|
Run a heuristic evaluation of a design.
|
|
## Steps
|
|
1. **Scope** — Define screens and flows to evaluate.
|
|
2. **Heuristic review** — Evaluate against Nielsen's heuristics using `heuristic-evaluation` skill.
|
|
3. **Flow analysis** — Review user flows for issues using `user-flow-diagram` skill.
|
|
4. **Accessibility check** — Evaluate accessibility using `accessibility-test-plan` skill.
|
|
5. **Severity rating** — Rate and prioritize all findings.
|
|
6. **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.
|