law-of-closure

Apply the Law of Closure to design implied boundaries and minimal icons in UI layouts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interfaces often accumulate unnecessary borders, dividers, and explicit containers that add visual weight and clutter. This Skill helps you decide when a boundary can be implied rather than drawn, so layouts communicate structure while staying light.

Core Features & Use Cases

  • Implied containers: Replace full borders with single-edge dividers, corner accents, or fading backgrounds that the mind completes automatically.
  • Minimal icon design: Build icons from partial forms (open rings, bracket frames, incomplete checkboxes) that still read as whole shapes.
  • Grid and scroll affordances: Use alignment to imply grid structure and clipped edge content to signal scrollability without explicit indicators.
  • Use Case: When redesigning a dense settings page, remove card borders one by one and rely on spacing and alignment so sections still read as distinct groups with far less visual noise.

Quick Start

Ask the AI to review your screen layout and suggest which explicit borders and containers can be replaced with implied boundaries using the Law of Closure.

Frequently Asked Questions about law-of-closure

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

FAQPage Schema
How do I reduce visual weight in a UI without losing structure?

Replace full borders with implied boundaries: single-edge dividers, corner accents, or backgrounds that fade to transparent. The Law of Closure lets the mind complete the container, so grouping is preserved with less drawn chrome.

What is the Law of Closure in UI design?

The Law of Closure is the Gestalt principle that the mind fills in missing parts of incomplete forms to perceive whole shapes. In UI it enables minimal icons, implied containers, and grid structure communicated through alignment rather than drawn lines.

When should I use explicit borders instead of implied boundaries?

Use explicit borders when the boundary is the primary grouping signal, when it defines an interactive hit area, or when rendering contexts like email or dense tables may collapse the whitespace that closure depends on.

Why does my minimal icon look broken at small sizes?

Closure fails when there is not enough visual information for the mind to complete the shape. Test icons at 16px and 20px; if the shape no longer closes, add more edge definition at that scale.

Does closure work the same in dark mode?

Not always. Negative space relationships shift when background values change, so a shape that closes in light mode may feel open in dark mode. Re-validate implied boundaries and icons after switching themes.