1---2name: ui-trends-watcher-23description: Use to maintain Wyatt's UI style watchlist and translate current UI references into reusable dashboard/app design notes.4---5# UI Trends Watcher67## Workflow81. Read recent product cases, Wyatt UI preferences, and approved screenshots if available.92. When Wyatt asks to “learn from” a local product/app UI, inspect both implementation and evidence: README/product docs, routes/constants, page components, CSS/theme tokens, and screenshots or demo assets. Do not rely on screenshots alone.103. Summarize 3-5 reusable UI directions for dashboards, admin consoles, model pages, and reports.114. Convert trends into `DESIGN_TOKENS.md` starter notes, not vague style adjectives. Include concrete token candidates, layout templates, component patterns, and checklists.125. Write the deliverable where the product/team can reuse it (prefer the project `docs/` directory on T7 when the user points at a T7 project) and link useful directions to product cases or memory findings.136. For app/product work, hand off to `aihubmix-image-gen` or product-builder only after the target audience and density are clear.1415## Local product UI review pattern16- Start with `case-router` for non-trivial product/design work; load at most 0-3 relevant cases and explicitly state whether they are directly reusable or only adjacent.17- Inventory the target repo enough to identify the real UI source of truth: global theme, feature CSS, route/page components, constants, delivery screenshots, and existing plans.18- Review pages by task flow, not by file order: login/onboarding, dashboard, core model/workflow pages, analytics, settings/admin.19- For each page, extract reusable design decisions: information hierarchy, density, whitespace, color semantics, component reuse, empty/loading/error states, and demo-data support.20- Final output should be a team-facing experience note plus an implementation checklist; avoid a one-off task narrative.21- See `references/agri-model-platform-ui-review.md` for a concrete example of reviewing a local agricultural model platform for UI cleanliness and polish.2223## Hard rules24- Do not make generic mood boards without implementation guidance.25- Do not overwrite Wyatt's established preference for practical, polished, data-rich deliverables.26- Avoid one-note palettes, decorative-only UI, and marketing pages when the requested artifact is an app/tool/dashboard.27- Do not store private screenshots or company raw UI data.28