Skip to content
Development
Skill

/nielsen-usability-heuristics

UI design and review should apply Nielsen's 10 Usability Heuristics — the foundational principles for evaluating and improving usability. Use when auditing an interface, designing interaction flows, writing error messages, or reviewing any UI for usability issues.

From plugin
dembrandt-skills
5443 skills1 MCP
Install
$ npx -y skills add dembrandt/dembrandt-skills --skill nielsen-usability-heuristics --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/nielsen-usability-heuristics

Context preview

The summary Claude sees to decide when to auto-load this skill.

UI design and review should apply Nielsen's 10 Usability Heuristics — the foundational principles for evaluating and improving usability. Use when auditing an interface, designing interaction flows, writing error messages, or reviewing any UI for usability issues.

SKILL.md

nielsen-usability-heuristics.SKILL.md
name: nielsen-usability-heuristics
description: UI design and review should apply Nielsen's 10 Usability Heuristics — the foundational principles for evaluating and improving usability. Use when auditing an interface, designing interaction flows, writing error messages, or reviewing any UI for usability issues.
metadata:
  priority: 8
  docs:
    - "https://www.nngroup.com/articles/ten-usability-heuristics/"
  pathPatterns:
    - "components/**"
    - "src/components/**"
    - "**/*.tsx"
    - "**/*.jsx"
    - "**/*.vue"
    - "**/*.svelte"
    - "design-system/**"
    - "ui/**"
  promptSignals:
    phrases:
      - "usability"
      - "nielsen"
      - "heuristic"
      - "ux review"
      - "ui audit"
      - "error message"
      - "user feedback"
      - "ui clarity"
retrieval:
  aliases:
    - nielsen heuristics
    - usability principles
    - ux heuristics
    - usability audit
    - heuristic evaluation
  intents:
    - audit ui for usability
    - improve error messages
    - review interaction flow
    - check ui against best practices
    - reduce user errors
  examples:
    - review this component for usability issues
    - is this error message good
    - how do I make this flow less confusing

Nielsen's 10 Usability Heuristics

Foundational principles for evaluating and designing usable interfaces. Apply these as a review checklist and as design constraints from the start — not only as a post-hoc audit tool.

---

1. Visibility of System Status

The design should always keep users informed about what is going on, through appropriate feedback within a reasonable amount of time.

Users cannot make good decisions without knowing the current state of the system. Trust is built through clear, timely feedback.

**In practice:**

  • Show loading states, progress indicators, and completion confirmations
  • Indicate where the user is in a multi-step process
  • Reflect state changes immediately (optimistic UI or loading spinners)
  • Never leave a user wondering whether an action was registered

**Review question:** After any user action, is the outcome visible within 1 second?

---

2. Match Between System and Real World

The design should speak the users' language — words, phrases, and concepts familiar to the user, not internal jargon or system terminology.

Follow real-world conventions and natural mapping so the interface feels intuitive rather than requiring translation.

**In practice:**

  • Use terminology the target audience uses, not what the engineering team uses
  • Icons should match real-world objects or widely established web conventions
  • Spatial metaphors should match real-world expectations (e.g. "trash" for deletion)
  • Avoid exposing internal system concepts (IDs, error codes, process names) to end users

**Review question:** Would a user unfamiliar with this product understand every label and term?

---

3. User Control and Freedom

Users often perform actions by mistake. They need a clearly marked emergency exit to leave an unwanted state without going through an extended process.

Easy undo and escape paths foster confidence and prevent users from feeling trapped.

**In practice:**

  • Always provide Undo for destructive or irreversible actions
  • Modals and dialogs need an obvious close/cancel action
  • Multi-step flows need a way to go back
  • Destructive actions (delete, publish, send) should be reversible where possible — or require explicit confirmation

**Review question:** Can the user get out of any state without losing their work or needing to contact support?

---

4. Consistency and Standards

Users should not have to wonder whether different words, situations, or actions mean the same thing. Follow platform and industry conventions.

Consistency reduces cognitive load by meeting expectations users have built from other products.

**In practice:**

  • Use the same label for the same action across the entire product
  • Follow platform conventions (e.g. left-swipe to delete on mobile, Cmd+Z for undo)
  • Design system components should look and behave identically everywhere they appear
  • Do not rename standard web patterns (e.g. calling a "breadcrumb" a "path trail")

**Review question:** Does the same action always look and behave the same way throughout the product?

---

5. Error Prevention

Good error messages matter, but the best designs prevent errors from occurring in the first place.

Prevention addresses both slips (unintentional actions) and mistakes (misunderstanding of design intent).

**In practice:**

  • Use constraints to make wrong inputs impossible (e.g. disable a Submit button until required fields are complete)
  • Confirm before destructive or irreversible actions
  • Use input masks, validation, and sensible defaults to guide correct input
  • Design forms so the happy path is the obvious path

**Review question:** For every destructive or irreversible action, is there a confirmation step or an undo path?

---

6. Recognition Rather Than Recall

Minimise the user's memory load by making elements, actions, and options visible. The user should not have to remember information from one part of the interface to another.

Recognition requires less cognitive effort than recall. Visible affordances reduce the work of using the product.

**In practice:**

  • Show relevant options in context rather than requiring users to remember commands
  • Display previously entered data when relevant (e.g. pre-fill known fields)
  • Use icons with labels — icons alone are ambiguous to many users
  • Navigation should be visible at all times, not hidden behind a gesture or hover

**Review question:** Does a returning user need to remember anything to pick up where they left off?

---

7. Flexibility and Efficiency of Use

Shortcuts — hidden from novice users — may speed up interaction for expert users. The design should serve both.

Accelerators, customisation, and personalisation let experienced users work faster without adding complexity for beginners.

**I

Read more
Ships withdembrandt-skills

UX and design-system skills for AI agents. Install once, and your agent knows how to design. --all installs every skill at once. They load only when a prompt needs them, so there is no runtime cost to having them all. Want to pick by hand?

Get the whole plugin
Stats
54
Stars
8
Forks
Active
Maintenance
JavaScript
Language
MIT
License
1d ago
Last commit
5mo ago
Created

Repo: dembrandt/dembrandt-skills

Other skills on dembrandt-skills.