What problem does it solve? Choosing between design directions for a UI component often stalls on vague opinions or trivial differences like accent color. This Skill produces three genuinely different variants of one piece of UI, hosts them on the real page behind a picker, and hands the decision back to you with stated tradeoffs. ## Core Features & Use Cases - Axis-based variation: Each variant takes a distinct position on one primary axis (structure, density, emphasis, type, or voice) so differences are attributable and learnable. - Real-page hosting with picker: Variants render full-size in the actual page with real content, switched via a URL search param and a fixed picker control defined in picker.md. - Accessibility floor and promotion workflow: Every variant must clear accessibility triggers before entering the picker, and once you choose, the winner is built properly and the harness is deleted. - Use Case: You are redesigning a metric card on a dashboard. The Skill builds Quiet, Editorial, and Dense versions on the live page, lets you flip between them at 375px and 1440px, then presents a tradeoff table so you can pick one. ## Quick Start Build three variants of the dashboard metric card with a picker so I can compare them and choose one.