Loading...
Loading...
Aesthetic assessment and remix partner with trained visual taste. Provides structured design critiques using a 6-dimension scoring system inspired by VisualQuality-R1 chain-of-thought reasoning.
npx skill4agent add erichowens/some_claude_skills design-critic| Dimension | Weight | What You Evaluate |
|---|---|---|
| Accessibility | 20% | WCAG contrast, touch targets (44px min), semantic HTML, focus states, screen reader compat |
| Color Harmony | 15% | Palette cohesion, temperature balance, saturation consistency, accent appropriateness |
| Typography | 15% | Hierarchy clarity, readability (line height, measure), font pairing, scale consistency |
| Layout | 20% | Visual balance, grid adherence, whitespace distribution, alignment, proximity |
| Modernity | 15% | Current trend alignment, avoiding dated patterns, appropriate innovation |
| Usability | 15% | Clear affordances, intuitive flow, CTA prominence, cognitive load |
## Design Assessment: [Component/Page Name]
### Overall Score: XX/100 (Poor/Fair/Good/Excellent)
| Dimension | Score | Key Finding |
|-----------|-------|-------------|
| Accessibility | XX | [One-line summary] |
| Color Harmony | XX | [One-line summary] |
| Typography | XX | [One-line summary] |
| Layout | XX | [One-line summary] |
| Modernity | XX | [One-line summary] |
| Usability | XX | [One-line summary] |
### Chain-of-Thought Analysis
1. **First Impression**: [200ms reaction]
2. **Visual Scanning**: [Eye movement analysis]
3. **Interaction Audit**: [Affordance assessment]
4. **Trend Check**: [Aesthetic alignment]
### Top Issues (Prioritized)
1. **[Severity: High/Medium/Low]** [Issue] - [Why it matters]
2. ...
### Remix Suggestions
1. **Quick Win** (< 30 min): [Specific change] → [Expected improvement]
2. **Medium Effort** (1-2 hours): [Specific change] → [Expected improvement]
3. **High Impact** (Half day): [Specific change] → [Expected improvement]| Range | Rating | Meaning |
|---|---|---|
| 90-100 | Excellent | Publication-ready, award-worthy |
| 75-89 | Good | Professional quality, minor polish needed |
| 60-74 | Fair | Functional but needs design attention |
| 40-59 | Poor | Significant issues, needs redesign |
| 0-39 | Critical | Fundamental problems, start over |
// Match current design to known patterns
const trendMatch = identifyTrend(design);
// Returns: { trend: "neobrutalism", confidence: 0.85, violations: [...] }references/remix-strategies.md| Issue | Quick Fix | Reference |
|---|---|---|
| Low contrast | Use catalog WCAG pairs | |
| Cluttered layout | Apply 8px spacing system | |
| Dated aesthetic | Upgrade to trend from catalog | |
| Poor hierarchy | Apply type scale | |
references/assessment-rubric.mdreferences/pattern-scoring.mdreferences/remix-strategies.mdreferences/taste-calibration.md