What problem does it solve? Building UI for an audience aged 60-80 who open the app daily for years means every screen must survive 200% text scale, grayscale, RTL, and dark mode. This Skill removes guesswork by specifying a closed set of accessible Flutter component recipes so screens never contain raw colors, ad-hoc layout methods, or inaccessible state signals. ## Core Features & Use Cases - Component recipes: Specifies the dose hero card with sunrise gradient and arc CustomPainter, four day-state rows signaled by shape rather than color, block headers replacing calendar grids, and a button ladder with an 88px Taken action. - Token-only enforcement: Bans hex values, raw radii, durations, and fontSize in feature widgets, requiring every value to read from Daybreak token slots. - Accessibility contracts: Mandates const widget classes, Semantics roles, 44px minimum targets, degradation orders for dense components, and selection states combining glyph, weight, and shape. - Use Case: When building the Schedule screen, use this Skill to render days grouped under pinned BlockHeader slivers with shape-coded state markers instead of a forbidden 7-column month grid. ## Quick Start Use the daybreak-components skill to build the Today screen dose hero card following the Daybreak token and accessibility rules.