plan-design-review
Catalogue stub — full skill: garrytan/gstack
Decision tree
Is the full skill already installed? Check whether the skill at this location still has a
das:block:- Global:
grep -q "^das:" ~/.agents/skills/plan-design-review/SKILL.md 2>/dev/null && echo "pointer" || echo "installed" - Project:
grep -q "^das:" .agents/skills/plan-design-review/SKILL.md 2>/dev/null && echo "pointer" || echo "installed" - No
das:block → full skill installed, invoke it and proceed das:block present → go to step 2
- Global:
Detect scope, then install:
To detect scope:
[ -e ~/.agents/skills/plan-design-review ] && echo "global" || echo "project"Global (installed with
-g):npx skills add garrytan/gstack --skill plan-design-review -g -yProject (installed without
-g):npx skills add garrytan/gstack --skill plan-design-review -yClaude Code: send either command as a chat message starting with
!to run it without leaving the conversation.
Invoke after install
- Skill name:
plan-design-review - Trigger phrases: "plan design review", "design score", "rate my design", "design critique", "AI slop detection"
What it does
Structured senior designer review that scores UI across dimensions (layout, hierarchy, typography, color, consistency, polish) on a 0–10 scale. Includes AI Slop detection — flags the specific patterns that make AI-generated UI look generic. Produces a prioritized list of improvements with specific fixes for each issue.