frontend-design-review
Conducts comprehensive frontend design reviews covering UI/UX design quality, design system validation, accessibility compliance, responsive design patterns, component library architecture, and visual design consistency. Evaluates design specifications, Figma/Sketch files, design tokens, interaction patterns, and user experience flows. Identifies usability issues, accessibility violations, design system deviations, and provides actionable recommendations for improvement. Produces detailed design review reports with severity-rated findings, visual examples, and implementation guidelines. Use when reviewing frontend designs, validating design systems, ensuring accessibility compliance, evaluating component libraries, assessing responsive designs, or when users mention design review, UI/UX review, Figma review, design system validation, accessibility audit, or frontend design quality.
What this skill does
# Frontend Design Review ## Overview This skill provides expert guidance for conducting thorough frontend design reviews, covering UI/UX design quality, design system consistency, accessibility compliance, and responsive design patterns. The skill helps identify design issues early in the development lifecycle, ensuring designs meet quality standards, accessibility requirements, and business objectives before implementation. ## Core Capabilities ## 1. UI/UX Design Quality Review - Visual design assessment (typography, color, spacing, layout, visual hierarchy) - User experience evaluation (flows, interactions, navigation, usability) - Design consistency verification across screens and journeys - Brand alignment and visual identity validation - Cognitive load analysis ### 2. Design System Validation - Component library review (design, variants, states, reusability) - Design tokens validation (colors, typography, spacing) - Pattern library assessment for consistency - Documentation quality evaluation - Design system governance assessment ### 3. Accessibility Compliance - WCAG 2.1 AA compliance verification - Color contrast validation (4.5:1 text, 3:1 UI components) - Keyboard navigation and focus management - Screen reader support validation - Accessible interaction patterns review ### 4. Responsive Design Review - Breakpoint strategy evaluation - Mobile-first approach assessment - Touch target sizing verification (44x44px minimum) - Content adaptation across viewports - Performance considerations ### 5. Component Architecture Assessment - Component hierarchy and composition patterns - Reusability and flexibility evaluation - State management review (default, hover, active, disabled, error, loading) - Component variants and customization patterns - Component documentation quality ## Workflow ### Phase 1: Pre-Review Preparation **1. Gather Design Assets** - Collect Figma/Sketch files, design specifications, mockups - Obtain design system documentation and component library - Review brand guidelines and style guides - Gather user research findings and personas **2. Understand Context** - Review project requirements and business objectives - Understand target users and use cases - Identify key user journeys and critical flows - Note technical constraints and platform requirements **3. Define Review Scope** - Identify screens/flows to review - Determine review depth (high-level vs. detailed) - Set priorities based on importance - Establish timeline and deliverables ### Phase 2: Conduct Design Review **Step 1: Visual Design Review** - Assess typography (font selection, type scale, line heights, consistency) - Evaluate color system (palette, contrast, semantic usage, tokens) - Review spacing and layout (grid system, whitespace, alignment) - Check visual hierarchy (size, color, position, emphasis) - Validate iconography (style, size, clarity, consistency) - Assess imagery and media (quality, aspect ratios, optimization) **Step 2: Design System Compliance** - Verify component usage matches design system - Check for design token usage (no hard-coded values) - Identify deviations from established patterns - Validate component variants and states - Review custom components vs. system components **Step 3: Accessibility Audit** - Test color contrast ratios for all text and UI elements - Verify keyboard navigation and tab order - Check focus indicators visibility and clarity - Validate ARIA labels and semantic structure - Review alternative text for images - Assess form label associations - Test interactive element accessibility **Step 4: Responsive Design Evaluation** - Review breakpoint strategy (mobile, tablet, desktop) - Check content adaptation at different viewports - Verify touch target sizes on mobile - Assess navigation patterns for mobile - Review image responsiveness and optimization - Validate typography scaling across devices **Step 5: Component Architecture Analysis** - Evaluate component organization and hierarchy - Review component reusability and composition - Check component state coverage - Assess variant design and flexibility - Validate component props and customization **Step 6: User Experience Assessment** - Analyze user flows and task completion paths - Evaluate navigation structure and findability - Check interaction patterns and feedback - Assess error states and error handling - Review empty states and loading states - Validate form design and validation patterns ### Phase 3: Document Findings **1. Categorize Issues by Severity** - **Critical**: Blocking issues, must fix before launch - **High**: Significant usability/accessibility issues - **Medium**: Issues with workarounds, should fix soon - **Low**: Minor polish, nice-to-haves **2. Create Detailed Findings Report** See [design-review-report-template.md](references/design-review-report-template.md) for comprehensive report structure Include: - Executive summary with key statistics - Review scope documentation - Findings by category with specific examples - Severity-rated issue list - Positive observations (what's working well) - Actionable recommendations with priorities - Action items with owners and timelines **3. Provide Visual Examples** - Screenshot issues with annotations - Show before/after for recommendations - Include contrast ratio measurements - Document component state issues visually ### Phase 4: Collaborate on Solutions **1. Prioritize Fixes** - Separate must-fix from nice-to-have - Consider implementation effort - Balance user impact with development cost **2. Create Action Plan** - Assign owners (design team vs. development team) - Set realistic timelines - Schedule follow-up review **3. Document Decisions** - Record accepted risks or trade-offs - Note items deferred to future work - Update design system if patterns change ## Severity Level Guidelines **Critical (Blocking)** - Violates WCAG AA requirements (legal risk) - Completely blocks core user tasks - Causes data loss or security issues - Severely damages brand or user trust **High Priority** - Significantly degrades user experience - Impacts large number of users - Creates major accessibility barriers - Inconsistent with design system causing confusion **Medium Priority** - Negatively impacts experience but has workarounds - Affects subset of users - Minor accessibility issues (WCAG AAA) - Design inconsistencies that are noticeable **Low Priority** - Polish and optimization items - Edge case issues - Minor visual refinements - Nice-to-have enhancements ## Accessibility Quick Reference **WCAG 2.1 AA Requirements:** - Color contrast: 4.5:1 for normal text, 3:1 for large text (18pt+ or 14pt+ bold) - UI component contrast: 3:1 minimum - Keyboard accessible: All functionality available via keyboard - Focus visible: Clear focus indicators on interactive elements - Text alternatives: All images have appropriate alt text - Form labels: All inputs have associated labels - Semantic HTML: Proper heading hierarchy and landmarks - Touch targets: 44x44 CSS pixels minimum **Testing Tools:** - Color contrast: WebAIM Contrast Checker, Stark plugin - Keyboard nav: Manual testing with Tab/Shift+Tab - Screen reader: Test with VoiceOver (Mac), NVDA (Windows) ## Design System Review Checklist **Component Usage:** - [ ] All components sourced from design system - [ ] No one-off custom variations without justification - [ ] Component variants used appropriately - [ ] All component states designed (default, hover, active, disabled, error, loading) **Design Tokens:** - [ ] Colors use token references (not hex values) - [ ] Typography uses token references (not hard-coded sizes) - [ ] Spacing uses token references (8px grid system) - [ ] Shadows and effects use token references **Patterns:** - [ ] Navigation patterns consistent with system - [ ] Form patterns follow system conventions - [ ] Modal/dialog patterns match system - [ ] Empty states use system patterns - [ ] E
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.