ux-interaction-review
Combined UX and interaction design review: usability heuristics, state coverage, feedback patterns, timing, keyboard behavior, error recovery, and progressive disclosure. Use when reviewing how an interface works mechanically and whether interactions are well-designed for use.
What this skill does
# UX & Interaction Review Combined review of usability and interaction design. Evaluates whether an interface works mechanically (state coverage, feedback, timing, error recovery) and whether users can accomplish their goals efficiently (heuristics, flow, progressive disclosure). This skill merges the "how does it work?" axis: heuristics, state coverage, feedback patterns, keyboard behavior, timing, animation, and error handling. ## When to Use - Reviewing new or existing components before release - Evaluating multi-state interactions (modals, popovers, wizards, dashboards) - Auditing error/empty/loading/success state handling - Assessing feedback timing and animation choreography - Checking keyboard behavior and escape hatches - PR reviews that touch interactive code - Design system component reviews Do NOT use for purely visual/aesthetic concerns (typography, color palettes, spacing rhythm) or for mapping the user's emotional journey across sessions. Use `design-journey-review` for those. ## Quick Reference | Task | Load reference | | --- | --- | | State patterns and micro-interaction specs | `skills/ux-interaction-review/references/state-and-interaction-patterns.md` | ## Workflow ### Step 1: Gather Context 1. What is the user trying to accomplish? 2. What component/flow is under review? What states can it be in? 3. Who are the users (expert vs. novice)? Single-user tool vs. public-facing? 4. What are the success criteria? ### Step 2: Heuristic Scan (Nielsen's 10) Evaluate against each heuristic. Score Good / Fair / Poor: | Heuristic | Check | |-----------|-------| | Visibility of system status | Does the user always know what's happening? | | Match with real world | Does it use familiar language and concepts? | | User control and freedom | Can users undo, go back, escape? | | Consistency and standards | Does it follow platform conventions? | | Error prevention | Are mistakes prevented before they happen? | | Recognition over recall | Is information visible rather than memorized? | | Flexibility and efficiency | Are there shortcuts for expert users? | | Aesthetic and minimalist design | Is every element necessary? | | Error recovery | Are error messages helpful and actionable? | | Help and documentation | Is guidance available when needed? | ### Step 3: Interaction Map For every interactive element, document: | Element | Trigger | Feedback | States | Dismiss/Escape | |---------|---------|----------|--------|----------------| | [name] | click/hover/focus | what changes | all possible states | how to exit | ### Step 4: State Coverage Audit Check each state is handled: | State | Handled? | Notes | |-------|----------|-------| | Loading | | | | Empty (first use) | | | | Empty (no results) | | | | Partial data | | | | Full / normal | | | | Error (network) | | | | Error (validation) | | | | Error (permissions) | | | | Success | | | | Stale / outdated | | | | Offline | | | | Disabled | | | ### Step 5: Feedback & Timing Assessment For each interaction, evaluate: - **Latency class**: instant (<100ms), fast (100-300ms), noticeable (300ms-1s), slow (>1s) - **Feedback timing**: does the user know their action worked immediately? - **Animation duration**: appropriate for the action? (micro: 80-150ms, layout shift: 200-300ms, page transition: 300-400ms) - **Progressive disclosure**: is complexity revealed only when needed? - **Escape hatches**: can the user dismiss/undo/cancel from any state? | Element | Duration | Easing | Assessment | |---------|----------|--------|------------| | [name] | Nms | ease-X | too fast / good / too slow | ### Step 6: Error Recovery & Edge Cases - What happens on clipboard failure (especially file:// protocol)? - What happens on rapid double-click? - What happens if the data is stale? - What happens if the user navigates away mid-action? - Are destructive actions reversible? ### Step 7: Prioritize Findings | Priority | Criteria | Action | |----------|----------|--------| | **Critical** | Blocks usability, user cannot complete task | Must fix | | **High** | Significantly degrades experience or loses data | Fix this sprint | | **Medium** | Noticeable friction, workaround exists | Next iteration | | **Enhancement** | Improves delight, polish | Backlog | ### Step 8: Produce Report ```markdown ## UX & Interaction Review: [Component/Flow] ### Summary [2-3 sentences: overall assessment, biggest concern, best strength] ### Heuristic Scores [Table with Good/Fair/Poor per heuristic] ### Interaction Map [Table: element, trigger, feedback, states, dismiss] ### State Coverage [Table: state, handled yes/no, notes] ### Timing & Feedback [Table: element, duration, easing, assessment] ### Findings by Priority #### Critical - [ ] Finding (impact, recommendation) #### High - [ ] Finding (impact, recommendation) #### Medium / Enhancement - [ ] Finding (impact, recommendation) ### Patterns to Preserve [What's working well that should NOT be changed] ``` ## Principles - **State coverage is non-negotiable.** Every UI element exists in multiple states. If you can't enumerate them, the review isn't done. - **Feedback must be immediate.** If the user clicks and nothing visibly changes for >100ms, that's a bug. - **Escape hatches everywhere.** Every popup, modal, panel, and expanded state must be dismissible via Escape, outside-click, or an explicit close action. - **Debounce destructive paths.** Copy buttons, delete buttons, submit buttons should all guard against rapid double-invocation. - **Respect `prefers-reduced-motion`.** All non-essential animations should be wrapped in a motion media query. - **Progressive disclosure over density.** Don't show everything at once. Reveal on interaction, not on load. - **Test with real data.** Placeholder content hides information architecture problems. Empty states hide missing error handling.
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.