From grimoire
Reduces decision complexity by applying Hick's Law to navigation menus, option lists, and forms. Use when too many choices slow users down.
How this skill is triggered — by the user, by Claude, or both
Slash command
/grimoire:apply-hicks-lawThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Reduce the number and complexity of choices at each decision point so users can act faster, with less cognitive effort and fewer errors.
Reduce the number and complexity of choices at each decision point so users can act faster, with less cognitive effort and fewer errors.
Adopted by: Apple iOS navigation patterns, Google Material navigation drawer, Amazon checkout funnel reduction, Basecamp progressive disclosure Impact: Hick (1952) showed reaction time increases logarithmically with choices: doubling options adds a fixed decision overhead; Amazon's 1-Click checkout (minimal choice) increased conversion by ~20% Why best: Decision time = a + b × log2(n+1) where n = number of choices. Reducing n directly reduces task time. Progressive disclosure and chunking maintain access to full functionality while reducing per-screen load.
Sources: Hick (1952) Quarterly J. Experimental Psychology; Hyman (1953) confirmation study; Raskin (2000) Ch. 5; Nielsen Norman Group Hick's Law
npx claudepluginhub jeffreytse/grimoire --plugin grimoireGuides building and reviewing onboarding flows, empty states, progress checklists, signup forms, and product tours using progressive disclosure to optimize time-to-value.
Applies progressive disclosure to forms, settings, and panels — shows primary options first and reveals secondary/advanced options on demand to reduce cognitive load.
Evaluates UI designs using Nielsen's 10 Usability Heuristics and Norman's principles. Guides writing UX acceptance criteria and reviewing wireframes/mockups.