design-review

Validate design artefacts for completeness, consistency, and implementability.

39|6|Updated May 3, 2026
One-click install
npx skills add https://github.com/cenconq25/claude-code-app-studio --skill design-review-cenconq25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-review
Source: https://github.com/cenconq25/claude-code-app-studio/tree/main/.claude/skills/design-review
Command: npx skills add https://github.com/cenconq25/claude-code-app-studio --skill design-review-cenconq25

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate design artefacts for completeness, consistency, and implementability by checking structure, cross-references, and terminology, and by routing PRDs to the dedicated validator.

Core Features & Use Cases

  • Validates concept docs, design bibles, flow specs, and other architecture artefacts for completeness and internal consistency.
  • Detects PRDs and routes them to /prd-review; routes design-related artefacts to /ux-review or generic review paths as appropriate.
  • Outputs a verdict with blockers, warnings, and optional snapshot guidance to support governance and handoffs.

Quick Start

Provide the path to your design document to run a quick validity review and get a structured verdict.

Frequently Asked Questions about design-review

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

FAQPage Schema
How do I validate design docs for completeness and consistency?

To validate design docs, provide the path to your design document. The review checks structure, cross-references, and terminology alignment, then outputs a structured verdict with blockers and optional recommendations.

Can I use this to review PRDs and UX design artefacts?

Yes, it detects PRDs and routes them to the dedicated `/prd-review` path, while routing UX-related designs to `/ux-review` for specialized processing and generic design artefacts to standard review paths.

What types of architecture artefacts can I check for internal consistency?

You can check concept docs, design bibles, flow specs, and other architecture artefacts. The process enforces required sections and cross-reference checks to ensure terminology alignment and implementability.

What does a design review output for governance and handoffs?

A design review outputs a structured verdict containing identified blockers, warnings, and optional snapshot guidance to support project governance and downstream team handoffs.

How does cross-reference validation work for design bibles and flow specs?

Cross-reference validation works by enforcing required sections and checking terminology alignment across design bibles and flow specs. It detects inconsistencies to ensure the artefact is complete and implementable.