ux-review

Validate UX design documents for completeness, accessibility, GDD alignment, and implementation readiness.

1|Updated May 15, 2026
One-click install
npx skills add https://github.com/dnkrow/skill --skill ux-review-dnkrow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ux-review
Source: https://github.com/dnkrow/skill/tree/main/claude-global/ux-review
Command: npx skills add https://github.com/dnkrow/skill --skill ux-review-dnkrow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The ux-review skill prevents incomplete or inconsistent UX documentation from reaching visual design and implementation by performing structured completeness, quality, accessibility, and alignment checks.

Core Features & Use Cases

  • UX spec completeness gate: Verifies required sections (player need, states, navigation, data requirements, events, transitions, localization, acceptance criteria).
  • Cross-reference validation: Loads input/platform configuration and checks interaction coverage, plus accessibility tier and referenced pattern/GDD requirements when available.
  • HUD and pattern library review: Applies dedicated checklists for HUD design docs and interaction pattern catalog consistency to ensure implementation-ready documentation.

Quick Start

Run ux-review against all UX specs in design/ux by saying: ux-review all.

Frequently Asked Questions about ux-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate UX specs for accessibility and implementation readiness?

To validate UX specs, run a structured review against required sections like player needs, states, navigation, and accessibility tiers. The review produces an APPROVED or NEEDS REVISION verdict with specific gaps before UX-to-UI handoff.

What sections are required in a UX design document to pass a completeness gate?

Required sections for a completeness gate include player need, states, navigation, data requirements, events, transitions, localization, and acceptance criteria to ensure implementation readiness.

Can I bulk validate all HUD design documents and interaction pattern libraries?

Yes, you can bulk validate HUD designs and interaction pattern libraries by running a review across all UX specs in the design directory. This applies dedicated checklists for catalog consistency and implementation readiness.

How does a UX review check alignment with technical preferences and GDD requirements?

A UX review checks GDD alignment by cross-referencing technical-preferences and design assets. It loads input and platform configurations to validate interaction coverage and accessibility tier requirements during the review process.

Does the UX review process modify files or operate in read-only mode?

The UX review process requires deterministic read-only behavior, meaning it does not modify your files. It analyzes UX specs and outputs a structured verdict identifying gaps for revision without altering source documents.