What problem does it solve? Flutter UI code often drifts into inconsistent styling with hardcoded colors, spacing, and radii scattered across screens. This Skill centralizes the OrignaGTA design system rules so every component built or reviewed follows the same tokens, components, and layout patterns. ## Core Features & Use Cases - Design Token Enforcement: Mandates DesignTokens for all colors, spacing, and radii, banning hardcoded values and deprecated withOpacity() calls. - Component Catalog: Maps use cases to the correct widget (ModernButton, ModernCard, ModernTextField, ModernAppBar, ResponsiveLayout) with file paths and code variants. - Semantic Color Guidance: Provides a lookup table pairing UI contexts (payment, shipping, error, premium) with the correct token and icon. - Use Case: When implementing a new checkout screen, consult this Skill to select ModernCard containers, DesignTokens.success for payment indicators, and ResponsiveGridView for the layout instead of inventing ad-hoc styles. ## Quick Start Use the design-system-bible skill to build a new product detail screen following the OrignaGTA design tokens and component catalog.