.claude/skills/design-review/SKILL.md
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.
npx skillsauth add tranhieutt/software_development_department design-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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:
Check for internal consistency:
Check for implementability:
Check for cross-system consistency:
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]
product-concept.md or product-pillars.md:
design/docs/systems-index.md exists"This concept is ready for systems decomposition. Run
/map-systemsto break it down into individual systems with dependencies and priorities, then write per-system PRDs."
/design-system) must
perform the actual status update in the systems index.Deliver exactly:
APPROVED / NEEDS REVISION / MAJOR REVISION NEEDED/map-systems, update systems index)testing
Generates high-fidelity architecture diagrams, sequence flows, and component maps for SDD projects. Use when finalizing a design phase, documenting system architecture, or visualizing agentic workflows. Default style: Style 6 (Claude Official).
data-ai
Provides vector database and semantic search patterns for Pinecone, Weaviate, Qdrant, Milvus, and pgvector in RAG and recommendation systems. Use when implementing vector search or when the user mentions vector database, semantic search, embeddings, or similarity search.
development
Updates docs/technical/CODEMAP.md by scanning the current codebase structure. Run after a significant feature merge, refactor, or when CODEMAP feels stale.
development
Unlocks the codebase after a release freeze or incident freeze period to resume normal development. Use when a freeze period ends or when the user mentions unfreezing or lifting the code freeze.