design-everyday-things
Apply foundational design principles: affordances, signifiers, constraints, feedback, and conceptual models. Use when the user mentions "why is this confusing", "affordance", "error prevention", "discoverability", "human-centered design", "fault tolerance", "mental model", "mapping", or "seven stages of action". Also trigger when diagnosing why users make mistakes, reducing product complexity, or improving error messages and feedback systems. Covers the gulfs of execution and evaluation. For usability scoring, see ux-heuristics. For iOS-specific patterns, see ios-hig-design.
What this skill does
# Design of Everyday Things Framework Foundational design principles for creating products that are intuitive, discoverable, and understandable. The "bible of UX" — applicable to physical products, software, and any human-designed system. ## Core Principle **Good design is actually a lot harder to notice than poor design, in part because good designs fit our needs so well that the design is invisible.** When something works well, we take it for granted. When it fails, we blame ourselves — but the fault is almost always in the design. **The foundation:** Design must bridge the gap between what people want to do and what the product allows them to do. The best designs are discoverable (you can figure out what to do) and understandable (you can figure out what happened). ## Scoring **Goal: 10/10.** When reviewing or creating designs, rate 0-10 based on discoverability, understandability, and error prevention. A 10/10 means users can figure out what to do without instructions, understand what happened, and recover from errors easily. Always provide current score and improvements to reach 10/10. ## The Two Gulfs Every interaction with a product requires bridging two gulfs: ``` USER PRODUCT │ │ ├──── Gulf of Execution ────────────────→│ │ "How do I do what I want?" │ │ │ │←──── Gulf of Evaluation ──────────────┤ │ "What happened? Did it work?" │ ``` ### Gulf of Execution **The gap between what users want to do and what the product lets them do.** **Questions users ask:** - What can I do here? - How do I do it? - Which control do I use? - How do I operate this control? **Bridging strategies:** - Clear signifiers showing what's possible - Natural mappings between controls and outcomes - Constraints preventing wrong actions - Familiar conceptual models ### Gulf of Evaluation **The gap between what the product did and what users understand happened.** **Questions users ask:** - What happened? - Did it work? - Is this what I wanted? - What state is the system in now? **Bridging strategies:** - Immediate, visible feedback - Clear system state indicators - Meaningful error messages - Progress indicators **Design goal:** Make both gulfs as narrow as possible. The ideal design requires zero bridging — action and understanding are immediate. See: [references/two-gulfs.md](references/two-gulfs.md) for gulf analysis exercises. ## Seven Fundamental Design Principles ### 1. Discoverability **Definition:** Can users figure out what actions are possible and how to perform them? **Five components of discoverability:** - Affordances - Signifiers - Constraints - Mappings - Feedback (Each detailed below) **Test:** Put a new user in front of your product. Can they figure out what to do within 10 seconds? If not, discoverability is broken. **Anti-pattern:** "The user manual explains it." If users need a manual, the design failed. ### 2. Affordances **Definition:** The relationship between the properties of an object and the capabilities of the agent (user) that determine how the object could be used. **Key insight:** Affordances exist whether or not they are perceived. A door affords pushing whether or not you know to push it. What matters is *perceived* affordance. **Types:** | Type | Definition | Example | |------|------------|---------| | **Real affordance** | Physical capability exists | A button affords pressing | | **Perceived affordance** | User believes capability exists | A raised area looks clickable | | **Hidden affordance** | Capability exists but isn't obvious | Right-click context menu | | **False affordance** | Appears to afford action but doesn't | A decorative element that looks clickable | | **Anti-affordance** | Prevents action | A barrier that blocks movement | **Digital applications:** | Element | Affordance | How to Signal | |---------|------------|---------------| | **Button** | Affords clicking/tapping | Raised, colored, shadow, hover state | | **Text field** | Affords text input | Border, placeholder text, label | | **Link** | Affords navigation | Color, underline, cursor change | | **Slider** | Affords dragging | Handle, track, visual range | | **Scroll area** | Affords scrolling | Scroll bar, fade at edge, partial content | **Common failures:** - Flat design removes perceived affordances (is it a button or a label?) - Touch targets that are too small (fat finger problem) - No visual distinction between interactive and decorative elements See: [references/affordances.md](references/affordances.md) for affordance design patterns. ### 3. Signifiers **Definition:** Signals that communicate where the action should take place. **Key insight:** Affordances determine what's possible. Signifiers communicate where and how. **If affordances are what you CAN do, signifiers show you HOW to do it.** **Types:** | Type | Definition | Example | |------|------------|---------| | **Deliberate signifier** | Designed to communicate | "Push" label on door, placeholder text | | **Accidental signifier** | Unintentional but informative | Worn path in grass (people walk here) | | **Social signifier** | Other people's behavior | Line of people indicates entrance | **Digital signifiers:** | Signifier | What It Communicates | Example | |-----------|---------------------|---------| | **Cursor change** | This is interactive | Pointer → hand on links | | **Hover state** | This responds to interaction | Button color change on hover | | **Placeholder text** | What to type here | "Enter your email..." | | **Icons** | Function of the element | Magnifying glass = search | | **Labels** | What this control does | "Submit", "Cancel", "Next" | | **Color** | Status or category | Red = error, green = success | | **Position** | Relationship and hierarchy | Close button in top-right corner | **Design rule:** When in doubt, add a signifier. It's better to over-communicate than to leave users guessing. See: [references/signifiers.md](references/signifiers.md) for signifier patterns and examples. ### 4. Mappings **Definition:** The relationship between controls and their effects. **Natural mapping:** When the spatial layout of controls matches the layout of the thing being controlled. **Examples:** | Mapping Quality | Example | Why It Works/Fails | |-----------------|---------|-------------------| | **Natural** | Steering wheel turns car direction | Direct spatial correspondence | | **Natural** | Volume slider (up = louder) | Matches mental model | | **Poor** | Light switch panel (which switch = which light?) | No spatial correspondence | | **Poor** | Stovetop controls in a row (which knob = which burner?) | Layout doesn't match | **Digital mapping principles:** - Controls should be near what they affect - Layout of controls should mirror layout of content - Direction of action should match expectation (scroll down = content moves up) - Grouping related controls together **Mapping techniques:** | Technique | How It Works | Example | |-----------|-------------|---------| | **Proximity** | Control near target | Edit button next to content | | **Spatial** | Layout mirrors real world | Map controls match compass directions | | **Cultural** | Follows conventions | Red = stop/danger, green = go/safe | | **Sequential** | Follows natural order | Steps 1, 2, 3 from left to right (or top to bottom) | See: [references/mappings.md](references/mappings.md) for mapping analysis exercises. ### 5. Constraints **Definition:** Limiting the possible actions to prevent errors. **Four types of constraints:** | Type | Mechanism | Example | |------|-----------|---------| | **Physical** | Shape/size prevents wrong action | USB plug only fits one way (USB-C both ways) | | **Cultural** | Social norms guide behavior | Red means stop, green means go | | **Semantic** | Meaning restricts options | A rearview mirror on
Related in Design
contribute
IncludedLocal-only OSS contribution command center. Auto-refreshes the user's in-flight PR and issue state on invoke so conversations start with full context — no need to brief Claude on what's in flight. Helps the user find issues to contribute to on GitHub, builds per-repo dossiers of what each upstream expects (CLA, DCO, branch convention, AI policy, draft-first, review bots, issue templates), runs deterministic gates before any external action so AI-assisted contributions don't reach maintainers as slop. State is markdown-only: candidate files at ~/.contribute-system/candidates/, repo dossiers at ~/.contribute-system/research/, append-only event log at ~/.contribute-system/log.jsonl. No database, no cloud calls. Use when the user asks about their PRs / issues / contributions, wants to find new work to take on, claim an issue, build/refresh a repo's dossier, or draft a Design Issue or PR. Trigger with "/contribute", "what's my PR status", "find a contribution", "claim issue X", "draft a Design Issue for Y", "refresh dossier for Z".
architectural-analysis
IncludedUser-triggered deep architectural analysis of a codebase or scoped subtree across eight modes — information architecture, data flow, integration points, UI surfaces, interaction patterns, data model, control flow, and failure modes. This skill should be used when the user asks to "diagram this codebase," "map the architecture," "show the data flow," "give me an ERD," "trace control flow," "find the integration points," "verify the layout pattern," "audit the UX architecture," or any similar request whose primary deliverable is mermaid diagrams plus cited reports under docs/architecture/. Dispatches haiku/sonnet sub-agents in parallel for per-mode exploration, then verifies every citation mechanically before any node lands in a diagram. Not for one-off prose explanations of code (use code-explanation) or for high-level system design from scratch (use system-design).
mcp
IncludedModel Context Protocol (MCP) server development and tool management. Languages: Python, TypeScript. Capabilities: build MCP servers, integrate external APIs, discover/execute MCP tools, manage multi-server configs, design agent-centric tools. Actions: create, build, integrate, discover, execute, configure MCP servers/tools. Keywords: MCP, Model Context Protocol, MCP server, MCP tool, stdio transport, SSE transport, tool discovery, resource provider, prompt template, external API integration, Gemini CLI MCP, Claude MCP, agent tools, tool execution, server config. Use when: building MCP servers, integrating external APIs as MCP tools, discovering available MCP tools, executing MCP capabilities, configuring multi-server setups, designing tools for AI agents.
react-native-skia
IncludedDesign, build, debug, and optimise high-polish animated graphics in React Native or Expo using @shopify/react-native-skia, Reanimated, and Gesture Handler. Use when the user wants canvas-driven UI, shaders, paths, rich text, image filters, sprite fields, Skottie, video frames, snapshots, web CanvasKit setup, or performance tuning for custom motion-heavy elements such as loaders, hero art, cards, charts, progress indicators, particle systems, or gesture-driven surfaces. Also use when the user asks for fluid, glow, glass, blob, parallax, 60fps/120fps, or GPU-friendly animated effects in React Native, even if they do not explicitly say "Skia". Do not use for ordinary form/layout work with standard views.
plaid
IncludedProduct Led AI Development — guides founders from idea to launched product. Six capabilities: Idea (discover a product idea), Validate (pressure-test the idea against fatal flaws, problem reality, competition, and 2-week MVP feasibility), Plan (vision intake + document generation), Design (translate image references into a design.md spec), Launch (go-to-market strategy), and Build (roadmap execution). Use when someone says "PLAID", "plaid idea", "help me find an idea", "product idea", "idea from my business", "idea from my expertise", "plaid validate", "validate my idea", "pressure-test", "is this idea good", "find fatal flaws", "validate the problem", "plan a product", "define my vision", "generate a PRD", "product strategy", "plaid design", "design from image", "translate image to design", "create design.md", "extract design tokens", "plaid launch", "go-to-market", "launch plan", "GTM strategy", "launch playbook", "plaid build", "build the app", "start building", or "execute the roadmap".
nextjs-framer-motion-animations
IncludedAdds production-safe Motion for React or Framer Motion animations to Next.js apps, including reveal, hover and tap micro-interactions, whileInView, stagger, AnimatePresence, layout and layoutId transitions, reorder, scroll-linked UI, and lightweight route-content transitions. Use when the user asks to add, refactor, or debug Motion or Framer Motion in App Router or Pages Router codebases, especially around server/client boundaries, reduced motion, LazyMotion, bundle size, hydration, or route transitions. Avoid for GSAP-style timelines, WebGL or 3D scenes, heavy scroll storytelling, or CSS-only effects unless Motion is explicitly requested.