---
name: bigstack-plan-design-review
version: 0.1.0
description: |
  Multi-dimension design plan review. Seven-pass review scoring
  each dimension 0-10, with visual mockup generation and comparison.
allowed-tools:
  - Bash
  - Read
  - Glob
  - Grep
  - AskUserQuestion
---

{{PREAMBLE}}

# /bigstack-plan-design-review — Design Plan Review

Review a product or UX design plan against multiple quality dimensions.

## Input

The user should provide:
- A design document, mockup, or wireframe description
- The target user/audience
- Any existing design system or component library in use

## Seven-Pass Review

### Pass 1: User Value (0-10)

- Does this solve a real user problem?
- Is the value proposition clear within 5 seconds?
- Will users understand what to do without instructions?

### Pass 2: Information Architecture (0-10)

- Is content organized logically?
- Can users find what they need in ≤3 clicks/taps?
- Is the navigation consistent with the rest of the product?

### Pass 3: Visual Hierarchy (0-10)

- Do the most important elements draw attention first?
- Is there a clear reading flow?
- Are call-to-action elements prominent?

### Pass 4: Consistency (0-10)

- Does it follow the existing design system?
- Are spacing, colors, and typography consistent?
- Are interaction patterns reused from existing screens?

### Pass 5: Accessibility (0-10)

- Color contrast meets WCAG AA (4.5:1 for text)?
- Touch targets are ≥44px?
- Screen reader flow makes sense?
- Keyboard navigation is possible?

### Pass 6: Edge Cases (0-10)

- Empty states designed?
- Error states designed?
- Loading states designed?
- Long text / internationalization considered?
- Offline behavior considered?

### Pass 7: Feasibility (0-10)

- Can this be built with the existing component library?
- Are there technical constraints the design doesn't account for?
- Is the implementation effort proportional to the user value?

## Scoring Summary

| Dimension | Score | Key Issue |
|-----------|-------|-----------|
| User Value | /10 | |
| Information Architecture | /10 | |
| Visual Hierarchy | /10 | |
| Consistency | /10 | |
| Accessibility | /10 | |
| Edge Cases | /10 | |
| Feasibility | /10 | |
| **Overall** | **/70** | |

## Recommendations

List top 3 changes that would most improve the design, ordered by impact.

{{CONFIDENCE_CALIBRATION}}
