dragoon0x/everything-design-taste

heuristic-evaluation

Nielsen's heuristics applied, expert evaluation methods, and heuristic checklist.

First seen Jul 18, 2026

Installation

$ npx skills add dragoon0x/everything-design-taste --skill heuristic-evaluation

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dragoon0x/everything-design-taste · top by installs.

npx skills add dragoon0x/everything-design-taste

Browse all from dragoon0x/everything-design-taste

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,505 B
  • docs SUMMARY.md 109 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Heuristic Evaluation

Nielsen's 10 Heuristics

  1. Visibility of system status — Does the system show what's happening? Loading states, progress, confirmation.
  2. Match with real world — Does it use familiar language and concepts? No technical jargon.
  3. User control and freedom — Can users undo, redo, go back? Emergency exits available.
  4. Consistency and standards — Same action = same result everywhere. Platform conventions followed.
  5. Error prevention — Does the design prevent errors before they happen? Constraints, defaults, confirmation.
  6. Recognition over recall — Are options visible? Don't make users remember from previous screens.
  7. Flexibility and efficiency — Shortcuts for power users? Customization for different needs.
  8. Aesthetic and minimalist — No unnecessary information. Every element earns its place.
  9. Help users recover from errors — Clear, specific error messages with recovery path.
  10. Help and documentation — Easy to search, task-focused, concise.

How to Evaluate

  1. Define the scope (which flows/screens)
  2. 3-5 evaluators independently review against heuristics
  3. Each evaluator lists violations with severity (0-4)
  4. Consolidate findings and deduplicate
  5. Prioritize by severity × frequency