Back to list
jshmllr

ui-finesse-workflow

by jshmllr

Opinionated UI design for AI and implementation playbook focused on interaction finesse, typography, anti-AI slop, and component standards for high-clarity product interfaces.

49🍴 4📅 Jan 22, 2026

SKILL.md


name: ui-finesse-workflow description: Master workflow for building exceptional UIs. Use when starting UI work, building components, or when the user asks about the development process for interfaces.

UI Finesse Workflow

You are following the UI Finesse Playbook workflow for building exceptional user interfaces.

Phase 0: Mode Detection

Before starting, determine which mode applies:

Enhancement Mode (Existing Component Library)

Detected when ANY of these are true:

  • components/ui/button.tsx exists (shadcn/ui pattern)
  • @radix-ui/* packages in dependencies
  • @headlessui/* packages in dependencies

Standalone Mode (Greenfield)

Detected when NONE of the above are present.

Phase 1: Context Gathering

ALWAYS start here before building UI.

If no design context exists, gather:

  • Target audience and use cases
  • Brand personality (3 words)
  • Aesthetic direction and references
  • Anti-references (what to avoid)

Phase 2: Foundation

Standalone Mode

  1. Use design tokens from /tokens/ if present
  2. Follow composition patterns in /patterns/composition.md
  3. Follow theme architecture in /patterns/theming.md

Enhancement Mode

  1. Use the library's existing token system
  2. Follow extension patterns in /patterns/extension.md
  3. Reference /patterns/elevation.md for transcending defaults

Phase 3: Building

For every component:

  1. Consult the frontend-design skill for aesthetic direction
  2. Follow interface-guidelines skill for interaction patterns
  3. Reference /docs/ for specific techniques
  4. Use composition over duplication

Phase 4: Refinement

After building:

  1. Run design-polish skill for systematic final pass
  2. Run design-review skill for accessibility verification

Phase 5: Quality Gate

Before shipping, verify:

  • All checklist items from ui-checklist.md
  • No critical accessibility issues
  • Passes the "AI slop test" (doesn't look generic)

Quick Reference

NeedResource
Aesthetic directionfrontend-design skill
Interaction patternsinterface-guidelines skill
Final polishdesign-polish skill
Accessibility reviewdesign-review skill
Visual techniques/docs/ best practices
Extension patterns/patterns/extension.md
DRY principles/patterns/composition.md

Anti-Patterns to Avoid

Building

  • Starting without design context
  • Copying styles instead of wrapping components
  • Hardcoding colors/spacing instead of using tokens

Aesthetics

  • Generic "AI slop" (purple gradients, glowing accents, Inter font)
  • Glassmorphism everywhere
  • Same-sized card grids
  • Gradient text on metrics

Score

Total Score

70/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon