What problem does it solve? When building or redesigning interfaces, two rival design methods (hallmark and taste) attack the same problem in incompatible ways, and running both produces contradictory instructions. This Skill decides which single method to use before any code is written, eliminating conflicting guidance. ## Core Features & Use Cases - Method dispatch table: Routes redesigns of existing code to anvil-ui-redesign, projects with an installed design system (shadcn, Material, Fluent, Carbon, Radix) to anvil-ui-taste, and new products or isolated components to anvil-ui-hallmark. - Tie-breaking questions: Three ordered fallback questions guarantee a total decision when no row matches or multiple rows match, so the answer is never "both". - Style presets: Applies aesthetic presets (brutalist, minimalist, soft, stitch) on top of the chosen method when the user names a style or provides a matching visual reference. - Use Case: You ask for a new landing page in a project that already uses shadcn. The router declares the choice in one line and dispatches to anvil-ui-taste, which routes to the official design system instead of inventing CSS. ## Quick Start Ask the assistant to build or redesign a UI screen and let it declare which design method it selected and why before generating any code.