What problem does it solve?
This Skill prevents UI implementations from drifting away from the approved design contract, while ensuring required responsive, state, and accessibility behaviors are built and evidenced before delivery.
Core Features & Use Cases
- Design-contract gated implementation: Enforces readiness via required design artifacts (DESIGN.md, VISUAL_SYSTEM.md, SCREEN_ACCEPTANCE.md, and implementation trace) and uses design-check tooling before coding.
- Production-grade UI build workflow: Translates accepted screen criteria into primitives, applies local component patterns, and covers required UI states (loading/empty/error/success, disabled, selection, permission, and responsive constraints).
- Functional, exploratory, and visual QA outputs: Defines optional QA gates, evidence artifacts (FUNCTIONAL_TEST, MONKEY_TEST, VISUAL_COMPARISON), scoring expectations, and rules for screenshot capture during exceptions.
Quick Start
Use the frontend-ui-engineering skill when you need to implement or review a customer-facing UI scope to match DESIGN.md, VISUAL_SYSTEM.md, and SCREEN_ACCEPTANCE.md for the project and produce the required implementation and QA evidence.