# UI/UX Agents Rule When working on any UI/UX task — design, layout, components, styling, user experience, visual hierarchy, or interaction patterns — always launch all three agents **in parallel** using the Agent tool before any implementation: - **UI Designer** — visual design, component styling, design system tokens, dark-mode compatibility - **UX Architect** — information architecture, interaction flow, structural decisions, state coverage (empty/loading/error) - **UX Researcher** — user perspective, usability, accessibility, copy clarity All three agents are required every time. Do not skip any of them. Collect their findings first, then synthesize before writing or editing code. This rule does not apply to purely backend tasks with zero UI impact.