Get the FREE Ultimate OpenClaw Setup Guide →

design-quality

Scanned
npx machina-cli add skill Roberdan/MyConvergio/design-quality --openclaw
Files (1)
SKILL.md
6.2 KB

Design Quality Skill

Workflow from jony-creative-director: Design Critique + Accessibility Auditor

Inputs

ParameterRequiredDescription
DesignYesDescription, wireframe, or uploaded design
PlatformRecommendedWeb / iOS / Android / cross-platform
Brand contextRecommendedBrand guidelines reference

Part A: Design Critique

1. Heuristic Evaluation (Nielsen's 10, score 1-5 each)

#HeuristicEvaluate
1Visibility of system statusLoading, progress, feedback indicators
2Match system ↔ real worldLanguage, concepts, conventions
3User control & freedomUndo, cancel, exit paths
4Consistency & standardsInternal + platform consistency
5Error preventionConfirmations, constraints, defaults
6Recognition > recallVisible options, contextual help
7Flexibility & efficiencyShortcuts, customization, expert paths
8Aesthetic & minimalistSignal-to-noise ratio
9Error recoveryClear messages, actionable solutions
10Help & documentationSearchable, task-oriented, concise

2. Visual Hierarchy

  • What does user see first? Is it correct?
  • CTA hierarchy clear?
  • Visual weights balanced?
  • Adequate white space?

3. Typography Audit

  • Font choices match brand?
  • Type scale creates clear hierarchy?
  • Line lengths 45-75 characters?
  • Contrast sufficient for readability?

4. Color Analysis

  • Palette supports brand personality?
  • WCAG AA contrast (4.5:1 text, 3:1 UI)?
  • Color used meaningfully, not just decoratively?
  • Dark mode considerations?

5. Usability

  • Cognitive load assessment
  • Interaction clarity (what's clickable?)
  • Touch targets minimum 44x44pt?
  • Form usability (labels, validation)

6. Strategic Alignment

  • Serves business goals?
  • Serves user goals?
  • Value proposition clear?
  • Differentiates from competitors?

7. Prioritized Recommendations

PriorityCriteria
CriticalMust fix before launch
ImportantFix in next iteration
PolishNice to have

8. Redesign Direction

2 alternative approaches with verbal sketches and rationale.

Part B: Accessibility Audit (WCAG 2.2 AA)

1. Perceivable

CheckStandard
Text alternativesAlt text for all images
Captions/transcriptsAll multimedia
Color independenceColor not sole information carrier
Text contrastNormal 4.5:1, Large 3:1
UI contrastComponents 3:1
Text resize200% without content loss
No images of textExcept logos

2. Operable

CheckStandard
Keyboard accessAll functionality
No keyboard trapsEscape always works
Skip linksFor repetitive content
Page titlesDescriptive and unique
Focus orderLogical and predictable
Link purposeClear from context
Multiple navigation pathsSearch, nav, sitemap
Focus visible2px outline, 3:1 contrast
Pointer alternativesSingle-pointer for all gestures
Motion disableprefers-reduced-motion respected
No auto-playing audioUser-initiated only
Touch targets44x44 CSS pixels minimum

3. Understandable

CheckStandard
Page languagelang attribute set
Parts languagelang on foreign text
Consistent identificationSame function = same label
Error identificationClear error messages
Error suggestionsHow to fix
Error preventionConfirm/reversible for legal/financial
Contextual helpAvailable where needed

4. Robust

CheckStandard
Valid markupProper HTML
Name/role/valueAll components programmatic
Status messagesARIA live regions

5. Mobile-Specific

  • Orientation not locked (responds to rotation)
  • All input modalities (touch, mouse, keyboard, voice)
  • Thumb zone placement considerations

6. Cognitive Accessibility

  • Reading level: Flesch-Kincaid Grade 8 or below
  • Consistent navigation placement
  • Plain language error messages
  • Time limits extendable/eliminable
  • No flashing (max 3/second)

Audit Deliverables

DeliverableContent
Pass/fail checklistEvery criterion scored
Violation reportLocation, severity, description
Remediation guideCode/design solutions per violation
Accessibility statementTemplate for public statement
QA testing checklistScreen reader flow descriptions

Related

/design-systems (component a11y specs) | /ui-design (screen-level a11y) | /brand-identity (inclusive brand)

Source

git clone https://github.com/Roberdan/MyConvergio/blob/master/.claude/skills/design-quality/SKILL.mdView on GitHub

Overview

Design Quality Skill delivers a structured critique based on Nielsen's 10 heuristics and a WCAG 2.2 AA accessibility audit. It evaluates a given Design input (wireframes, descriptions, or uploads) for usability, readability, and accessibility, then outputs prioritized fixes and redesign directions. This helps teams ship inclusive, usable products faster.

How This Skill Works

Inputs are parsed (Design, Platform, Brand context) and processed in two parts: Part A performs a Nielsen heuristic evaluation, visual hierarchy review, typography and color audit, usability checks, and strategic alignment; Part B runs WCAG 2.2 AA checks across perceivable and operable categories. The results are distilled into prioritized recommendations and a redesign direction set for implementation.

When to Use It

  • During a design critique of a new web or app interface to catch usability gaps early.
  • Before a launch to verify accessibility compliance with WCAG 2.2 AA.
  • During a design refresh to ensure typography, color, and contrast meet brand and accessibility standards.
  • When evaluating cross-platform consistency (Web/iOS/Android) against Nielsen heuristics.
  • For optimization in a prioritization session to separate critical fixes from polish.

Quick Start

  1. Step 1: Provide Design input (wireframe, mock, or description) plus Platform and Brand context.
  2. Step 2: Run Part A Nielsen heuristic evaluation and Part B WCAG 2.2 AA accessibility audit and capture scores and findings.
  3. Step 3: Review the prioritized recommendations and apply redesign directions, then re-test.

Best Practices

  • Provide a complete Design input (wireframe, spec, or prototype) and brand guidelines.
  • Run all Nielsen heuristics with objective 1-5 scoring and document rationale.
  • Verify contrast ratios (4.5:1 for normal text, 3:1 for UI) and keyboard accessibility.
  • Pair heuristic findings with WCAG checks in a single report and assign owners.
  • Iterate with redesigned mockups and re-run assessments before stakeholder sign-off.

Example Use Cases

  • E-commerce product page redesign improves visibility of system status and error handling.
  • SaaS dashboard reduces cognitive load and improves keyboard navigation.
  • Mobile banking app typography and contrast improvements for readability and accessibility.
  • Marketing site achieves WCAG AA for all images and multimedia.
  • Cross-platform app maintains consistent visual hierarchy across web and mobile.

Frequently Asked Questions

Add this skill to your agents
Sponsor this space

Reach thousands of developers