references/core/crud-ui.md | C2 list/detail/form product screens | State coverage (loading/empty/error/permission), forms, objective UX gates |
references/core/anti-slop.md | New components or UI redesign | 2026 AI slop patterns, Korean slop, oversized text, fake assets, default UI smells |
references/core/aesthetics.md | Implementing an established visual direction | Domain-correct typography, color, and composition constraints |
references/core/product-density.md | Apps, tools, dashboards | Density profiles for landing, consumer app, SaaS, ops, finance, devtools |
references/core/asset-requirements.md | Any public/product/visual surface | Required screenshots, images, diagrams, charts, generated bitmaps, or 3D assets |
references/core/visual-verification.md | Changes affecting rendered layout | Screenshot, viewport, text fit, state, asset, and motion verification |
references/core/korea-2026.md | Korean-first or Korea-facing UI | Korean service patterns, CJK typography, formats, mobile flows |
references/core/ux-writing-ko.md | Korean UI copy | Natural Korean labels, error messages, tone, spacing, punctuation |
references/core/soft-3d-asset-gates.md | 3D/miniature/character-like visuals | Toss-style soft 3D vs generic cute asset slop, domain gates |
references/core/motion.md | Motion/animation needed | CSS animations, Framer Motion, scroll-driven, View Transitions, domain gates |
references/core/iterative-design.md | Multi-round design | LLM convergence problem, Diverge→Kill→Mutate process, upgrade techniques |
references/core/prototype-variants.md | Runnable design variants | ?variant= switchers, structurally distinct options, cleanup after winner selection |
references/core/typography-wrapping.md | Heading/descriptor text changes | text-wrap: balance/pretty, short descriptor category (balance not pretty for 1-3 line text), ch units, rag control, Korean orphan prevention, -webkit-line-clamp conflict |
references/core/logo-sections.md | Integration/partner logo display | Marquee CSS, static grid, orphan cell fix, grayscale treatment, no individual hover |
references/core/brand-asset-sourcing.md | Brand logos in UI | Simple Icons/SVGL sourcing, AI agent strategy, placeholder hierarchy, legal guide |
references/core/layout-discipline.md | Landing/marketing pages | Hero, eyebrow, section repetition, bento, zigzag, per-section responsive transforms |
references/core/consistency-locks.md | Any multi-section page | Color, shape, theme consistency per page |
references/core/responsive-viewport.md | Layout or breakpoint changes | Canonical breakpoints, page containment, container queries, responsive images, safe area, split-screen |
references/core/mobile-ux.md | Consumer/landing pages with mobile traffic | Thumb zone, touch targets, sticky CTA, mobile section composition, bottom sheet, portrait media |
references/core/seo-baseline.md | Public-facing sites, SSR/SSG | SEO meta, JSON-LD, robots.txt, GEO strategies, OG/Twitter cards |
references/core/a11y-patterns.md | Interactive widgets, modals, forms | ARIA patterns, focus management, keyboard nav, screen reader testing |
references/core/performance-budget.md | Launch / audit | CWV targets, bundle budgets, font loading, image optimization, build gates, browser connection budgets |
references/core/preflight-full.md | Launch / audit | Full ~40-item pre-flight checklist (router §14 keeps only blocking gates) |
references/core/theme-switching.md | Dark mode / theme | CSS custom properties toggle, FOWT prevention, transition, component checklist |
references/core/i18n-global.md | Multi-language / RTL | RTL layout, pluralization, Intl API, locale switching, content expansion |
See also: dev-uiux-design skill | Vague requests, onboarding, UX states | Intent discovery, design isms, product personalities, onboarding/empty/error patterns |
references/stacks/react.md | React projects | Server Components, hooks, state, TanStack Query, shadcn/ui, performance |
references/stacks/nextjs.md | Next.js projects | App Router, RSC, image optimization, data fetching, middleware |
references/stacks/vanilla.md | HTML+CSS+JS (no framework) | Zero-dependency, viewport fitting, responsive CSS, progressive enhancement |
references/stacks/svelte.md | Svelte/SvelteKit projects | Svelte 5 Runes, SvelteKit 2 routing/actions, snippets, migration from Svelte 4 |
references/stacks/mobile-native.md | Native mobile app development | RN/Expo current pairing, Flutter 3.44, KMP, Swift 6, framework selection |
references/stacks/astro.md | Astro projects | Islands architecture, multi-framework shell, content collections, SSG/SSR/hybrid |