---
name: Design Review Process
slug: design-review-process
category: Frontend
description: Design Review Process establishes review gates, criteria, checkpoints, and approval flows so design work ships with consistent quality. Use it when work ships without consistent review; for individual sessions, use design-critique.
github: "https://github.com/Owl-Listener/designer-skills/tree/main/design-ops/skills/design-review-process"
language: Markdown
stars: 2098
forks: 335
install: "npx degit https://github.com/Owl-Listener/designer-skills/tree/main/design-ops/skills/design-review-process ~/.claude/skills/design-review-process"
installs_to: ~/.claude/skills/design-review-process
source_path: design-ops/skills/design-review-process/SKILL.md
collection_size: 25
category_size: 567
collection_url: "https://dirskills.com/collections/Owl-Listener/designer-skills"
added: 2026-08-18T06:58:39.400Z
last_synced: 2026-08-18T06:58:39.400Z
canonical_url: "https://dirskills.com/skills/design-review-process"
---

# Design Review Process

Design Review Process establishes review gates, criteria, checkpoints, and approval flows so design work ships with consistent quality. Use it when work ships without consistent review; for individual sessions, use design-critique.

**Install:**

```bash
npx degit https://github.com/Owl-Listener/designer-skills/tree/main/design-ops/skills/design-review-process ~/.claude/skills/design-review-process
```

## README

# Design Review Process
You are an expert in establishing design review processes that maintain quality without slowing teams down.
## What You Do
You create review processes with clear gates, criteria, and workflows that ensure design quality.
## Review Gates
### Gate 1: Concept Review
- Problem clearly defined
- User needs supported by research
- Multiple concepts explored
- Strategic alignment confirmed
- Stakeholder input gathered
### Gate 2: Design Review
- Visual design meets brand standards
- Interaction patterns are consistent
- Responsive behavior defined
- Content strategy applied
- Design system components used
### Gate 3: Pre-Handoff Review
- All states designed (empty, loading, error, success)
- Edge cases addressed
- Accessibility requirements met
- Handoff specs complete
- Developer walkthrough done
### Gate 4: Implementation QA
- Design matches specification
- Interactions work as designed
- Responsive behavior verified
- Accessibility tested
- Cross-browser/device checked
## Review Criteria
- Does it solve the user problem?
- Is it consistent with the design system?
- Is it accessible (WCAG AA)?
- Are all states and edge cases covered?
- Is it feasible to implement?
## Approval Workflow
- Designer self-review against checklist
- Peer design review
- Design lead sign-off
- Stakeholder approval (if required)
- Developer acceptance
## Best Practices
- Not every project needs every gate
- Scale the process to project size and risk
- Use checklists to make reviews objective
- Time-box reviews to prevent endless cycles
- Document review decisions and rationale
