PluginBench
Skill
Pass
Audit score 90

distill

pbakaus/impeccable

Strip designs to their essence by removing unnecessary complexity and visual clutter.

What is distill?

The distill skill simplifies designs by identifying and removing unnecessary elements, excessive variation, and information overload. Use it when users ask to simplify, declutter, reduce noise, or make interfaces cleaner and more focused.

  • Identify complexity sources including too many elements, excessive variation, information overload, and visual noise
  • Find the essential 20% that delivers 80% of value by clarifying primary user goals
  • Simplify information architecture through progressive disclosure and consolidation of related actions
  • Reduce visual complexity by limiting color palettes, typography, and removing decorative elements
  • Streamline layouts by eliminating sidebars, reducing nesting, and using generous white space
  • Simplify interactions by reducing choices, using smart defaults, and clarifying calls-to-action

How to install distill

npx skills add https://github.com/pbakaus/impeccable --skill distill
Prerequisites
  • Run /impeccable teach first to establish design context and principles if none exists
  • Clarify the primary user goal and core purpose of the design being simplified
Claude Code
Cursor
Windsurf
Cline

How to use distill

  1. 1.Invoke /impeccable to access design principles and the Context Gathering Protocol
  2. 2.Analyze the current design to identify complexity sources: too many elements, excessive variation, information overload, visual noise, and confusing hierarchy
  3. 3.Determine the primary user goal and identify the 20% of elements delivering 80% of value
  4. 4.Create a ruthless editing strategy focusing on core purpose and essential elements
  5. 5.Systematically simplify across dimensions: information architecture, visual design, layout, interactions, content, and code
  6. 6.Verify simplification improves task completion speed, reduces cognitive load, and maintains necessary functionality
  7. 7.Document any removed features and consider alternative access points if needed

Use cases

Good for
  • Cleaning up cluttered dashboards or admin interfaces with too many options and competing actions
  • Reducing form complexity by removing optional fields and using progressive disclosure for advanced options
  • Simplifying navigation by consolidating redundant menu items and clarifying the primary user path
  • Removing visual noise from marketing pages through reduced color palettes and cleaner typography
  • Streamlining checkout flows by eliminating unnecessary steps and consolidating form fields
Who it's for
  • UI/UX designers working to improve clarity and usability
  • Product managers reducing feature creep and focusing on core value
  • Frontend developers refactoring component hierarchies and removing dead code
  • Design systems teams establishing cleaner, more minimal design patterns

distill FAQ

Does simplification mean removing features?

No. Simplicity removes obstacles between users and their goals, not features themselves. Every element should justify its existence, but necessary functionality must remain accessible, possibly through progressive disclosure.

How do I know what's essential vs. nice-to-have?

Focus on the primary user goal—there should be ONE. Ask: what's truly necessary to achieve that goal? Apply the 80/20 rule: what 20% of elements deliver 80% of value? Remove everything else or hide it behind clear entry points.

Can I simplify complex domains?

Yes, but match complexity to actual task complexity. Don't oversimplify domains that are inherently complex. Instead, use progressive disclosure, clear hierarchy, and scannable structure to make complexity manageable.

What if users need information I want to remove?

Don't remove information users need to make decisions. Instead, restructure how it's presented: use progressive disclosure, clearer hierarchy, shorter copy, and scannable formatting to reduce cognitive load without losing necessary details.

How do I balance minimalism with clarity?

Mystery is not minimalism. Ensure clear labels, proper hierarchy, and obvious next steps. Maintain accessibility requirements and ARIA labels. Simplicity should make things easier to understand, not harder.

Full instructions (SKILL.md)

Source of truth, from pbakaus/impeccable.


name: distill description: Strip designs to their essence by removing unnecessary complexity. Great design is simple, powerful, and clean. Use when the user asks to simplify, declutter, reduce noise, remove elements, or make a UI cleaner and more focused. version: 2.1.1 user-invocable: true argument-hint: "[target]"

Remove unnecessary complexity from designs, revealing the essential elements and creating clarity through ruthless simplification.

MANDATORY PREPARATION

Invoke /impeccable — it contains design principles, anti-patterns, and the Context Gathering Protocol. Follow the protocol before proceeding — if no design context exists yet, you MUST run /impeccable teach first.


Assess Current State

Analyze what makes the design feel complex or cluttered:

  1. 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
  2. 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 directly to clarify what you cannot infer.

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 signup be one step instead of three? Can checkout be simplified?
  • Clear CTAs: ONE obvious next step, not five competing actions

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

Remember: You have great taste and judgment. Simplification is an act of confidence - knowing what to keep and courage to remove the rest. As Antoine de Saint-Exupéry said: "Perfection is achieved not when there is nothing more to add, but when there is nothing left to take away."