Visual Audit
Purpose
Perform a structured visual design critique of an interface, producing specific actionable feedback on hierarchy, contrast, spacing, typography, color, and overall coherence.
Inputs
- Screenshots, mockups, or live implementation of the interface
- Design system or style guide (if it exists)
- Target context (marketing page, app dashboard, settings screen, etc.)
- Accessibility requirements (WCAG AA, AAA, or custom)
Process
Step 1: Squint Test
View the interface at arm's length (or blur it mentally). Identify:
- What's the loudest element? Is it the right one?
- Can you identify the primary action within 3 seconds?
- Is there a clear visual reading order?
- Are there any areas of visual "soup" (too much competing for attention)?
Step 2: Hierarchy Audit
Check the information hierarchy:
- Heading levels: Are there clear H1 → H2 → H3 distinctions via size and weight?
- Primary vs secondary actions: Is the primary action visually dominant (filled button) vs secondary (ghost/outline)?
- Content grouping: Are related items visually grouped (proximity) and distinct groups separated (spacing)?
- Emphasis distribution: Is anything fighting for attention that shouldn't be?
Step 3: Typography Audit
Check the type system:
- Scale consistency: Are font sizes from a defined scale (not arbitrary)?
- Line height: Is body text at 1.4-1.6x line height for readability?
- Measure: Are line lengths between 45-75 characters for body text?
- Weight usage: Is font weight used semantically (bold for emphasis, not decoration)?
- Font pairing: Are typefaces intentionally paired (one serif + one sans, or a single family)?
Step 4: Color and Contrast Audit
Check color usage:
- Contrast ratios: All text meets WCAG AA (4.5:1 normal text, 3:1 large text)
- Color meaning: Color is not the sole indicator of status (add icons, text, patterns)
- Palette coherence: Colors come from a defined palette, not ad-hoc hex values
- Dark mode: If supported, contrast ratios are verified in dark mode too
- Saturation balance: No oversaturated elements that vibrate or strain eyes
Step 5: Spacing and Alignment Audit
Check spatial consistency:
- Grid adherence: Elements align to a defined grid (4px, 8px base)
- Consistent spacing: Same-level items use the same spacing value
- Breathing room: Content doesn't feel cramped; whitespace is used intentionally
- Alignment lines: Elements that should align actually align (check left edges, baselines)
Step 6: Component Consistency Audit
Check for visual consistency:
- Button styles: All buttons of the same type look the same
- Card patterns: Cards share border radius, shadow, padding
- Icon style: Icons are from one set (outlined, filled, or mixed intentionally)
- Form elements: Inputs, selects, and textareas share a visual language
Output Format
# Visual Audit Report
## Overall Assessment
**Score:** [1-10]
**Summary:** [2-3 sentences on the interface's visual effectiveness]
## Squint Test Results
- **Primary focus:** [What draws the eye first — is this correct?]
- **Reading order:** [Clear / Unclear / Competing elements]
- **Visual noise:** [Low / Medium / High]
## Findings
### [CRITICAL] [Category] — [Finding]
**Current:** [What's happening now]
**Issue:** [Why it's a problem — cite specific principle]
**Fix:** [Specific change — exact values where possible]
### [IMPROVEMENT] [Category] — [Finding]
**Current:** [What's happening now]
**Suggestion:** [Specific improvement with rationale]
## Contrast Report
| Element | Foreground | Background | Ratio | Pass AA |
|---------|-----------|------------|-------|---------|
| Body text | #333 | #fff | 12.6:1 | Yes |
| Muted text | #999 | #fff | 2.8:1 | NO |
## Quick Wins
1. [Change that would have the biggest visual impact for the least effort]
2. [Second quick win]
3. [Third quick win]
Quality Checks
Evolution Notes
1---2name: visual-audit3description: Structured visual design critique with specific actionable feedback4---56# Visual Audit78## Purpose910Perform a structured visual design critique of an interface, producing specific actionable feedback on hierarchy, contrast, spacing, typography, color, and overall coherence.1112## Inputs1314- Screenshots, mockups, or live implementation of the interface15- Design system or style guide (if it exists)16- Target context (marketing page, app dashboard, settings screen, etc.)17- Accessibility requirements (WCAG AA, AAA, or custom)1819## Process2021### Step 1: Squint Test2223View the interface at arm's length (or blur it mentally). Identify:24- What's the loudest element? Is it the right one?25- Can you identify the primary action within 3 seconds?26- Is there a clear visual reading order?27- Are there any areas of visual "soup" (too much competing for attention)?2829### Step 2: Hierarchy Audit3031Check the information hierarchy:32- **Heading levels:** Are there clear H1 → H2 → H3 distinctions via size and weight?33- **Primary vs secondary actions:** Is the primary action visually dominant (filled button) vs secondary (ghost/outline)?34- **Content grouping:** Are related items visually grouped (proximity) and distinct groups separated (spacing)?35- **Emphasis distribution:** Is anything fighting for attention that shouldn't be?3637### Step 3: Typography Audit3839Check the type system:40- **Scale consistency:** Are font sizes from a defined scale (not arbitrary)?41- **Line height:** Is body text at 1.4-1.6x line height for readability?42- **Measure:** Are line lengths between 45-75 characters for body text?43- **Weight usage:** Is font weight used semantically (bold for emphasis, not decoration)?44- **Font pairing:** Are typefaces intentionally paired (one serif + one sans, or a single family)?4546### Step 4: Color and Contrast Audit4748Check color usage:49- **Contrast ratios:** All text meets WCAG AA (4.5:1 normal text, 3:1 large text)50- **Color meaning:** Color is not the sole indicator of status (add icons, text, patterns)51- **Palette coherence:** Colors come from a defined palette, not ad-hoc hex values52- **Dark mode:** If supported, contrast ratios are verified in dark mode too53- **Saturation balance:** No oversaturated elements that vibrate or strain eyes5455### Step 5: Spacing and Alignment Audit5657Check spatial consistency:58- **Grid adherence:** Elements align to a defined grid (4px, 8px base)59- **Consistent spacing:** Same-level items use the same spacing value60- **Breathing room:** Content doesn't feel cramped; whitespace is used intentionally61- **Alignment lines:** Elements that should align actually align (check left edges, baselines)6263### Step 6: Component Consistency Audit6465Check for visual consistency:66- **Button styles:** All buttons of the same type look the same67- **Card patterns:** Cards share border radius, shadow, padding68- **Icon style:** Icons are from one set (outlined, filled, or mixed intentionally)69- **Form elements:** Inputs, selects, and textareas share a visual language7071## Output Format7273```markdown74# Visual Audit Report7576## Overall Assessment77**Score:** [1-10]78**Summary:** [2-3 sentences on the interface's visual effectiveness]7980## Squint Test Results81- **Primary focus:** [What draws the eye first — is this correct?]82- **Reading order:** [Clear / Unclear / Competing elements]83- **Visual noise:** [Low / Medium / High]8485## Findings8687### [CRITICAL] [Category] — [Finding]88**Current:** [What's happening now]89**Issue:** [Why it's a problem — cite specific principle]90**Fix:** [Specific change — exact values where possible]9192### [IMPROVEMENT] [Category] — [Finding]93**Current:** [What's happening now]94**Suggestion:** [Specific improvement with rationale]9596## Contrast Report97| Element | Foreground | Background | Ratio | Pass AA |98|---------|-----------|------------|-------|---------|99| Body text | #333 | #fff | 12.6:1 | Yes |100| Muted text | #999 | #fff | 2.8:1 | NO |101102## Quick Wins1031. [Change that would have the biggest visual impact for the least effort]1042. [Second quick win]1053. [Third quick win]106```107108## Quality Checks109110- [ ] Every finding includes a specific fix, not just a problem description111- [ ] Contrast ratios are calculated with actual color values112- [ ] Typography findings reference a type scale or specific sizes113- [ ] Spacing findings reference a grid system or specific values114- [ ] At least 3 quick wins are identified with effort-to-impact prioritization115- [ ] Dark mode contrast is checked if dark mode is supported116117## Evolution Notes118<!-- Observations appended after each use -->