Strip a design to its essence. Remove anything that doesn't earn its place: redundant elements, repeated information, decorative noise, cosmetic complexity.
Assess Current State
Analyze what makes the design feel complex or cluttered:
Identify complexity sources:
- Too many elements: Competing buttons, redundant information, visual clutter
- Excessive variation: Too many colors, fonts, sizes, styles without purpose
- Information overload: Everything visible at once, no progressive disclosure
- Visual noise: Unnecessary borders, shadows, backgrounds, decorations
- Confusing hierarchy: Unclear what matters most
- Feature creep: Too many options, actions, or paths forward
Find the essence:
- What's the primary user goal? (There should be ONE)
- What's actually necessary vs nice-to-have?
- What can be removed, hidden, or combined?
- What's the 20% that delivers 80% of value?
If any of these are unclear from the codebase, ask the user.
CRITICAL: Simplicity is not about removing features. It's about removing obstacles between users and their goals. Every element should justify its existence.
Plan Simplification
Create a ruthless editing strategy:
- Core purpose: What's the ONE thing this should accomplish?
- Essential elements: What's truly necessary to achieve that purpose?
- Progressive disclosure: What can be hidden until needed?
- Consolidation opportunities: What can be combined or integrated?
IMPORTANT: Simplification is hard. It requires saying no to good ideas to make room for great execution. Be ruthless.
Simplify the Design
Systematically remove complexity across these dimensions:
Information Architecture
- Reduce scope: Remove secondary actions, optional features, redundant information
- Progressive disclosure: Hide complexity behind clear entry points (accordions, modals, step-through flows)
- Combine related actions: Merge similar buttons, consolidate forms, group related content
- Clear hierarchy: ONE primary action, few secondary actions, everything else tertiary or hidden
- Remove redundancy: If it's said elsewhere, don't repeat it here
Visual Simplification
- Reduce color palette: Use 1-2 colors plus neutrals, not 5-7 colors
- Limit typography: One font family, 3-4 sizes maximum, 2-3 weights
- Remove decorations: Eliminate borders, shadows, backgrounds that don't serve hierarchy or function
- Flatten structure: Reduce nesting, remove unnecessary containers; never nest cards inside cards
- Remove unnecessary cards: Cards aren't needed for basic layout; use spacing and alignment instead
- Consistent spacing: Use one spacing scale, remove arbitrary gaps
Layout Simplification
- Linear flow: Replace complex grids with simple vertical flow where possible
- Remove sidebars: Move secondary content inline or hide it
- Full-width: Use available space generously instead of complex multi-column layouts
- Consistent alignment: Pick left or center, stick with it
- Generous white space: Let content breathe, don't pack everything tight
Interaction Simplification
- Reduce choices: Fewer buttons, fewer options, clearer path forward (paradox of choice is real)
- Smart defaults: Make common choices automatic, only ask when necessary
- Inline actions: Replace modal flows with inline editing where possible
- Remove steps: Can the flow lose a step?
- Clear next action: ONE obvious next action, not five competing ones
Content Simplification
- Shorter copy: Cut every sentence in half, then do it again
- Active voice: "Save changes" not "Changes will be saved"
- Remove jargon: Plain language always wins
- Scannable structure: Short paragraphs, bullet points, clear headings
- Essential information only: Remove marketing fluff, legalese, hedging
- Remove redundant copy: No headers restating intros, no repeated explanations, say it once
Code Simplification
- Remove unused code: Dead CSS, unused components, orphaned files
- Flatten component trees: Reduce nesting depth
- Consolidate styles: Merge similar styles, use utilities consistently
- Reduce variants: Does that component need 12 variations, or can 3 cover 90% of cases?
NEVER:
- Remove necessary functionality (simplicity != feature-less)
- Sacrifice accessibility for simplicity (clear labels and ARIA still required)
- Make things so simple they're unclear (mystery != minimalism)
- Remove information users need to make decisions
- Eliminate hierarchy completely (some things should stand out)
- Oversimplify complex domains (match complexity to actual task complexity)
Verify Simplification
Ensure simplification improves usability:
- Faster task completion: Can users accomplish goals more quickly?
- Reduced cognitive load: Is it easier to understand what to do?
- Still complete: Are all necessary features still accessible?
- Clearer hierarchy: Is it obvious what matters most?
- Better performance: Does simpler design load faster?
Document Removed Complexity
If you removed features or options:
- Document why they were removed
- Consider if they need alternative access points
- Note any user feedback to monitor
As Antoine de Saint-Exupery put it: "Perfection is achieved not when there is nothing more to add, but when there is nothing left to take away."
1---2name: impeccable-distill3description: Strip a design to its essence. Remove redundant elements, repeated information, decorative noise, and cosmetic complexity across information architecture, visual design, layout, interaction, content, and code. Use when a design feels cluttered, complex, or overloaded and needs simplification without losing necessary functionality.4license: Apache-2.05---67Strip a design to its essence. Remove anything that doesn't earn its place: redundant elements, repeated information, decorative noise, cosmetic complexity.89---1011## Assess Current State1213Analyze what makes the design feel complex or cluttered:14151. **Identify complexity sources**:16 - **Too many elements**: Competing buttons, redundant information, visual clutter17 - **Excessive variation**: Too many colors, fonts, sizes, styles without purpose18 - **Information overload**: Everything visible at once, no progressive disclosure19 - **Visual noise**: Unnecessary borders, shadows, backgrounds, decorations20 - **Confusing hierarchy**: Unclear what matters most21 - **Feature creep**: Too many options, actions, or paths forward22232. **Find the essence**:24 - What's the primary user goal? (There should be ONE)25 - What's actually necessary vs nice-to-have?26 - What can be removed, hidden, or combined?27 - What's the 20% that delivers 80% of value?2829If any of these are unclear from the codebase, ask the user.3031**CRITICAL**: Simplicity is not about removing features. It's about removing obstacles between users and their goals. Every element should justify its existence.3233## Plan Simplification3435Create a ruthless editing strategy:3637- **Core purpose**: What's the ONE thing this should accomplish?38- **Essential elements**: What's truly necessary to achieve that purpose?39- **Progressive disclosure**: What can be hidden until needed?40- **Consolidation opportunities**: What can be combined or integrated?4142**IMPORTANT**: Simplification is hard. It requires saying no to good ideas to make room for great execution. Be ruthless.4344## Simplify the Design4546Systematically remove complexity across these dimensions:4748### Information Architecture49- **Reduce scope**: Remove secondary actions, optional features, redundant information50- **Progressive disclosure**: Hide complexity behind clear entry points (accordions, modals, step-through flows)51- **Combine related actions**: Merge similar buttons, consolidate forms, group related content52- **Clear hierarchy**: ONE primary action, few secondary actions, everything else tertiary or hidden53- **Remove redundancy**: If it's said elsewhere, don't repeat it here5455### Visual Simplification56- **Reduce color palette**: Use 1-2 colors plus neutrals, not 5-7 colors57- **Limit typography**: One font family, 3-4 sizes maximum, 2-3 weights58- **Remove decorations**: Eliminate borders, shadows, backgrounds that don't serve hierarchy or function59- **Flatten structure**: Reduce nesting, remove unnecessary containers; never nest cards inside cards60- **Remove unnecessary cards**: Cards aren't needed for basic layout; use spacing and alignment instead61- **Consistent spacing**: Use one spacing scale, remove arbitrary gaps6263### Layout Simplification64- **Linear flow**: Replace complex grids with simple vertical flow where possible65- **Remove sidebars**: Move secondary content inline or hide it66- **Full-width**: Use available space generously instead of complex multi-column layouts67- **Consistent alignment**: Pick left or center, stick with it68- **Generous white space**: Let content breathe, don't pack everything tight6970### Interaction Simplification71- **Reduce choices**: Fewer buttons, fewer options, clearer path forward (paradox of choice is real)72- **Smart defaults**: Make common choices automatic, only ask when necessary73- **Inline actions**: Replace modal flows with inline editing where possible74- **Remove steps**: Can the flow lose a step?75- **Clear next action**: ONE obvious next action, not five competing ones7677### Content Simplification78- **Shorter copy**: Cut every sentence in half, then do it again79- **Active voice**: "Save changes" not "Changes will be saved"80- **Remove jargon**: Plain language always wins81- **Scannable structure**: Short paragraphs, bullet points, clear headings82- **Essential information only**: Remove marketing fluff, legalese, hedging83- **Remove redundant copy**: No headers restating intros, no repeated explanations, say it once8485### Code Simplification86- **Remove unused code**: Dead CSS, unused components, orphaned files87- **Flatten component trees**: Reduce nesting depth88- **Consolidate styles**: Merge similar styles, use utilities consistently89- **Reduce variants**: Does that component need 12 variations, or can 3 cover 90% of cases?9091**NEVER**:92- Remove necessary functionality (simplicity != feature-less)93- Sacrifice accessibility for simplicity (clear labels and ARIA still required)94- Make things so simple they're unclear (mystery != minimalism)95- Remove information users need to make decisions96- Eliminate hierarchy completely (some things should stand out)97- Oversimplify complex domains (match complexity to actual task complexity)9899## Verify Simplification100101Ensure simplification improves usability:102103- **Faster task completion**: Can users accomplish goals more quickly?104- **Reduced cognitive load**: Is it easier to understand what to do?105- **Still complete**: Are all necessary features still accessible?106- **Clearer hierarchy**: Is it obvious what matters most?107- **Better performance**: Does simpler design load faster?108109## Document Removed Complexity110111If you removed features or options:112- Document why they were removed113- Consider if they need alternative access points114- Note any user feedback to monitor115116As Antoine de Saint-Exupery put it: "Perfection is achieved not when there is nothing more to add, but when there is nothing left to take away."