From sundial-org-awesome-openclaw-skills-4
Audits UI interfaces against UX principles for visual hierarchy, accessibility, cognitive load, navigation, and patterns like chunking and progressive disclosure. Useful for design reviews and pattern selection.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Evaluate interfaces against proven UX principles. Based on [Making UX Decisions](https://uxdecisions.com) by Tommy Geoco.
CLAUDE.mdREADME.mdpackage.jsonreferences/00-core-framework.mdreferences/01-anchors.mdreferences/02-information-scaffold.mdreferences/10-checklist-new-interfaces.mdreferences/11-checklist-fidelity.mdreferences/12-checklist-visual-style.mdreferences/13-checklist-innovation.mdreferences/20-patterns-chunking.mdreferences/21-patterns-progressive-disclosure.mdreferences/22-patterns-cognitive-load.mdreferences/23-patterns-visual-hierarchy.mdreferences/24-patterns-social-proof.mdreferences/25-patterns-feedback.mdreferences/26-patterns-error-handling.mdreferences/27-patterns-accessibility.mdreferences/28-patterns-personalization.mdreferences/29-patterns-onboarding.mdGuides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Evaluate interfaces against proven UX principles. Based on Making UX Decisions by Tommy Geoco.
Speed ≠ Recklessness. Designing quickly is not automatically reckless. Recklessly designing quickly is reckless. The difference is intentionality.
references/00-core-framework.md — 3 pillars, decisioning workflow, macro betsreferences/01-anchors.md — 7 foundational mindsets for design resiliencereferences/02-information-scaffold.md — Psychology, economics, accessibility, defaultsreferences/10-checklist-new-interfaces.md — 6-step process for designing new interfacesreferences/11-checklist-fidelity.md — Component states, interactions, scalability, feedbackreferences/12-checklist-visual-style.md — Spacing, color, elevation, typography, motionreferences/13-checklist-innovation.md — 5 levels of originality spectrumreferences/20-patterns-chunking.md — Cards, tabs, accordions, pagination, carouselsreferences/21-patterns-progressive-disclosure.md — Tooltips, popovers, drawers, modalsreferences/22-patterns-cognitive-load.md — Steppers, wizards, minimalist nav, simplified formsreferences/23-patterns-visual-hierarchy.md — Typography, color, whitespace, size, proximityreferences/24-patterns-social-proof.md — Testimonials, UGC, badges, social integrationreferences/25-patterns-feedback.md — Progress bars, notifications, validation, contextual helpreferences/26-patterns-error-handling.md — Form validation, undo/redo, dialogs, autosavereferences/27-patterns-accessibility.md — Keyboard nav, ARIA, alt text, contrast, zoomreferences/28-patterns-personalization.md — Dashboards, adaptive content, preferences, l10nreferences/29-patterns-onboarding.md — Tours, contextual tips, tutorials, checklistsreferences/30-patterns-information.md — Breadcrumbs, sitemaps, tagging, faceted searchreferences/31-patterns-navigation.md — Priority nav, off-canvas, sticky, bottom nav00-core-framework.md for the decisioning workflow10-checklist-new-interfaces.mdWhen facing a UI decision:
1. WEIGH INFORMATION
├─ What does institutional knowledge say? (existing patterns, brand, tech constraints)
├─ What are users familiar with? (conventions, competitor patterns)
└─ What does research say? (user testing, analytics, studies)
2. NARROW OPTIONS
├─ Eliminate what conflicts with constraints
├─ Prioritize what aligns with macro bets
└─ Choose based on JTBD support
3. EXECUTE
└─ Apply relevant checklist + patterns
Companies win through one or more of:
| Bet | Description | Design Implication |
|---|---|---|
| Velocity | Features to market faster | Reuse patterns, find metaphors in other markets |
| Efficiency | Manage waste better | Design systems, reduce WIP |
| Accuracy | Be right more often | Stronger research, instrumentation |
| Innovation | Discover untapped potential | Novel patterns, cross-domain inspiration |
Always align micro design bets with company macro bets.
A design decision is "good" when it:
There is no universally correct UI solution—only contextually appropriate ones.
When asked to audit a design, generate a comprehensive report. Always include these sections:
{
"title": "Design Name — Screen/Flow",
"project": "Project Name",
"date": "YYYY-MM-DD",
"figma_url": "optional",
"screenshot_url": "optional - URL to screenshot",
"macro_bets": [
{ "category": "velocity|efficiency|accuracy|innovation", "description": "...", "alignment": "strong|moderate|weak" }
],
"jtbd": [
{ "user": "User Type", "situation": "context without 'When'", "motivation": "goal without 'I want to'", "outcome": "benefit without 'so I can'" }
],
"visual_hierarchy": {
"title": "Visual Hierarchy",
"checks": [
{ "label": "Check name", "status": "pass|warn|fail|na", "notes": "Details" }
]
},
"visual_style": { ... },
"accessibility": { ... },
"priority_fixes": [
{ "rank": 1, "title": "Fix title", "description": "What and why", "framework_reference": "XX-filename.md → Section Name" }
],
"notes": "Optional overall observations"
}
Visual Hierarchy: heading distinction, primary action clarity, grouping/proximity, reading flow, type scale, color hierarchy, whitespace usage, visual weight balance
Visual Style: spacing consistency, color palette adherence, elevation/shadows, typography system, border/radius consistency, icon style, motion principles
Accessibility: keyboard operability, visible focus, color contrast (4.5:1), touch targets (44px), alt text, semantic markup, reduced motion support
Navigation: clear current location, predictable menu behavior, breadcrumb presence, search accessibility, mobile navigation pattern
Usability: feature discoverability, feedback on actions, error prevention, recovery options, cognitive load management, loading states