What problem does it solve? External UI checklists often assume web stacks like React, Tailwind, or Radix, which conflict with VitTrade's Flutter architecture, design tokens, and financial-safety rules. This Skill filters and translates those checklists so UI work stays consistent with project standards. ## Core Features & Use Cases - Allowlisted checklist retrieval: Pulls pinned, read-only external checklists for accessibility, motion performance, and baseline UI polish via the ui-skills CLI. - Flutter translation table: Maps web concepts like aria-labels, focus management, and responsive breakpoints to Flutter widgets, Semantics, and VitTrade theme tokens. - Boundary enforcement: Preserves shared Vit* components, dark phone-first layouts, and the separation between Arena points and Prediction Markets trading language. - Use Case: When polishing a trading screen's loading and error states, retrieve the baseline-ui checklist, translate its rules into VitCard and VitCtaButton usage, and verify with flutter analyze and focused tests. ## Quick Start Ask the agent to review a Flutter screen's accessibility and motion using the vittrade-ui-checklists skill before editing presentation code.