---
name: design-review
type: workflow
description: "Reviews UI/UX designs, wireframes, and design systems for usability, accessibility, consistency, and implementation feasibility. Use when reviewing design specs or when the user mentions design review, UX review, or design feedback."
argument-hint: "[path-to-design-doc]"
user-invocable: true
allowed-tools: Read, Glob, Grep
context: fork
agent: ux-designer
effort: 2
when_to_use: "When reviewing a design or feature specification document for completeness, consistency, and implementability"
When this skill is invoked:
Read the target design document in full.
Read the master CLAUDE.md to understand project context and standards.
Read related design documents referenced or implied by the target doc
(check design/docs/ for related systems).
Evaluate against the Design Document Standard checklist:
Has Overview section (one-paragraph summary)
Has User Fantasy section (intended feeling)
Has Detailed Rules section (unambiguous mechanics)
Has Formulas section (all math defined with variables)
Has Edge Cases section (unusual situations handled)
Has Dependencies section (other systems listed)
Has Tuning Knobs section (configurable values identified)
Has Acceptance Criteria section (testable success conditions)
Check for internal consistency:
Do the formulas produce values that match the described behavior?
Do edge cases contradict the main rules?
Are dependencies bidirectional (does the other system know about this one)?
Check for implementability:
Are the rules precise enough for a programmer to implement without guessing?
Are there any "hand-wave" sections where details are missing?
Are performance implications considered?
Check for cross-system consistency:
Does this conflict with any existing mechanic?
Does this create unintended interactions with other systems?
Is this consistent with the product's established tone and pillars?
Output the review in this format:
## Design Review: [Document Title]
### Completeness: [X/8 sections present]
[List missing sections]
### Consistency Issues
[List any internal or cross-system contradictions]
### Implementability Concerns
[List any vague or unimplementable sections]
### Balance Concerns
[List any obvious balance risks]
### Recommendations
[Prioritized list of improvements]
### Verdict: [APPROVED / NEEDS REVISION / MAJOR REVISION NEEDED]
Contextual next step recommendations:
If the document being reviewed is product-concept.md or product-pillars.md:
Check if design/docs/systems-index.md exists
If it does NOT exist, add to Recommendations:
"This concept is ready for systems decomposition. Run /map-systems
to break it down into individual systems with dependencies and priorities,
then write per-system PRDs."
If the document is an individual system PRD:
Check if the systems index references this system
If verdict is APPROVED: suggest "Update the systems index status for
this system to 'Approved'."
If verdict is NEEDS REVISION or MAJOR REVISION NEEDED: suggest "Update
the systems index status for this system to 'In Review'."
Note: This skill is read-only. The user (or /design-system) must
perform the actual status update in the systems index.
Protocol
Question: Auto-starts from argument (path to design doc)
Options: Skip — single review path
Decision: Skip — verdict is advisory
Draft: Full review shown in conversation only
Approval: Skip — read-only; this skill never writes files
Consistency issues — contradictions or undefined terms (or "None")
Implementability concerns — sections too vague to build from (or "None")
Verdict: APPROVED / NEEDS REVISION / MAJOR REVISION NEEDED
Next skill — one recommended follow-up (e.g., /map-systems, update systems index)
1---2name: design-review3description: ---4---5---6name: design-review7type: workflow8description: "Reviews UI/UX designs, wireframes, and design systems for usability, accessibility, consistency, and implementation feasibility. Use when reviewing design specs or when the user mentions design review, UX review, or design feedback."9argument-hint: "[path-to-design-doc]"10user-invocable: true11allowed-tools: Read, Glob, Grep12context: fork13agent: ux-designer14effort: 215when_to_use: "When reviewing a design or feature specification document for completeness, consistency, and implementability"16---1718When this skill is invoked:19201. **Read the target design document** in full.21222. **Read the master CLAUDE.md** to understand project context and standards.23243. **Read related design documents** referenced or implied by the target doc25 (check `design/docs/` for related systems).26274. **Evaluate against the Design Document Standard checklist**:28 - [ ] Has Overview section (one-paragraph summary)29 - [ ] Has User Fantasy section (intended feeling)30 - [ ] Has Detailed Rules section (unambiguous mechanics)31 - [ ] Has Formulas section (all math defined with variables)32 - [ ] Has Edge Cases section (unusual situations handled)33 - [ ] Has Dependencies section (other systems listed)34 - [ ] Has Tuning Knobs section (configurable values identified)35 - [ ] Has Acceptance Criteria section (testable success conditions)36375. **Check for internal consistency**:38 - Do the formulas produce values that match the described behavior?39 - Do edge cases contradict the main rules?40 - Are dependencies bidirectional (does the other system know about this one)?41426. **Check for implementability**:43 - Are the rules precise enough for a programmer to implement without guessing?44 - Are there any "hand-wave" sections where details are missing?45 - Are performance implications considered?46477. **Check for cross-system consistency**:48 - Does this conflict with any existing mechanic?49 - Does this create unintended interactions with other systems?50 - Is this consistent with the product's established tone and pillars?51528. **Output the review** in this format:5354```55## Design Review: [Document Title]5657### Completeness: [X/8 sections present]58[List missing sections]5960### Consistency Issues61[List any internal or cross-system contradictions]6263### Implementability Concerns64[List any vague or unimplementable sections]6566### Balance Concerns67[List any obvious balance risks]6869### Recommendations70[Prioritized list of improvements]7172### Verdict: [APPROVED / NEEDS REVISION / MAJOR REVISION NEEDED]73```74759. **Contextual next step recommendations**:76 - If the document being reviewed is `product-concept.md` or `product-pillars.md`:77 - Check if `design/docs/systems-index.md` exists78 - If it does NOT exist, add to Recommendations:79 > "This concept is ready for systems decomposition. Run `/map-systems`80 > to break it down into individual systems with dependencies and priorities,81 > then write per-system PRDs."82 - If the document is an individual system PRD:83 - Check if the systems index references this system84 - If verdict is APPROVED: suggest "Update the systems index status for85 this system to 'Approved'."86 - If verdict is NEEDS REVISION or MAJOR REVISION NEEDED: suggest "Update87 the systems index status for this system to 'In Review'."88 - Note: This skill is read-only. The user (or `/design-system`) must89 perform the actual status update in the systems index.9091## Protocol9293- **Question**: Auto-starts from argument (path to design doc)94- **Options**: Skip — single review path95- **Decision**: Skip — verdict is advisory96- **Draft**: Full review shown in conversation only97- **Approval**: Skip — read-only; this skill never writes files9899## Output100101Deliver exactly:102103- **Completeness score** (X/8 required sections present)104- **Consistency issues** — contradictions or undefined terms (or "None")105- **Implementability concerns** — sections too vague to build from (or "None")106- **Verdict**: `APPROVED` / `NEEDS REVISION` / `MAJOR REVISION NEEDED`107- **Next skill** — one recommended follow-up (e.g., `/map-systems`, update systems index)
Run npx skillmds@latest add tranhieutt/design-review in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tranhieutt (@tranhieutt) published this skill. Their other Agent Skills are listed on their SkillMD profile.