millers-law

Applies chunking strategies from working memory research to structure navigation, forms, and content.

2.5k|358|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/Owl-Listener/designer-skills --skill millers-law
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: millers-law
Source: https://github.com/Owl-Listener/designer-skills/tree/main/interaction-design/skills/millers-law
Command: npx skills add https://github.com/Owl-Listener/designer-skills --skill millers-law

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interfaces overloaded with ungrouped items exceed users' working memory, making navigation, forms, and content hard to scan and recall. This Skill applies Miller's Law and modern chunking research to organize information into meaningful groups.

Core Features & Use Cases

  • Information Chunking: Groups menu items, form fields, and list content into meaningful units of roughly four items to reduce cognitive load.
  • Misapplication Guardrails: Corrects common errors like treating "7 items" as a hard navigation rule or applying verbal memory limits to visual elements.
  • Use Case: When redesigning a settings page with 14 flat options, use this Skill to group them into 3-4 labeled sections with clear headings so users can scan and recall the structure.

Quick Start

Use the millers-law skill to review my checkout form and suggest how to group its fields into memorable sections.

Frequently Asked Questions about millers-law

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I apply Miller's Law to navigation menu design?

Group menu items by category into chunks of roughly 3-4 items rather than presenting flat lists of 10 or more. Meaningful grouping matters more than hitting an exact number, so use clear headings and visual dividers to make the chunks explicit.

What is the difference between Miller's Law and Hick's Law?

Miller's Law concerns chunking information to fit working memory limits, while Hick's Law addresses how the number of choices affects decision time. Use chunking when grouping fields or menu items, and Hick's Law when reducing the number of choices offered.

Is the 7 plus or minus 2 rule accurate for UX design?

No, the 7±2 figure is widely misapplied in design. More recent research by Nelson Cowan suggests working memory holds closer to 4±1 meaningful chunks, and Miller's original point was that chunks, not raw items, are the relevant unit.

When should I not use chunking in interface design?

Avoid applying chunking rules to visual elements like colors and icons, where visual perception works differently than verbal memory. Also avoid using it to justify arbitrary limits like exactly 7 navigation items regardless of content structure.

How does user expertise affect chunking strategies?

Expert users form larger chunks because familiar patterns count as single units in memory, so they handle higher information density. Adjust grouping granularity based on whether your audience consists of first-time users or power users.