What problem does it solve?
Interfaces often fail to communicate which elements belong together, forcing users to guess at categories, interactive affordances, and status meanings. This Skill applies the Gestalt Law of Similarity so shared color, shape, size, and style consistently signal that elements belong to one category.
Core Features & Use Cases
- Interactive state signaling: Gives all interactive elements a shared visual property so users can identify what is actionable without instruction.
- Category and role coding: Establishes consistent color-to-meaning mappings for status indicators, destructive actions, and navigation sets.
- Design system coherence: Keeps component attributes (corner radius, icon stroke, input height) uniform so unintended visual differences do not read as categorical differences.
- Use Case: When auditing a dashboard, use this Skill to verify that all charts use the same color for the same data series and that no two buttons of the same type have diverging styles.
Quick Start
Review this screen using the law-of-similarity skill and flag any elements whose visual style breaks an established category grouping.