What problem does it solve? Building frontend features often leads to inconsistent component structure, misplaced files, missing tests, and skipped accessibility checks. This Skill enforces a disciplined implementation workflow so frontend code lands in the right directory, follows project conventions, and passes verification before completion. ## Core Features & Use Cases - Structured Implementation Workflow: Follows a five-step process (Understand, Plan, Implement, Test, Review) with a verify-fix loop capped at three attempts before escalation. - Component & State Patterns: Provides templates for React components, custom hooks, React Query server state, Context, and design token theming. - Testing & Quality Gates: Includes component and hook test examples, accessibility checklists, and pre-completion checks for lint, build, and responsive behavior. - Use Case: Ask the AI to build a user profile card feature; it creates typed components in frontend/src/components/, writes tests, runs them, and verifies accessibility before finishing. ## Quick Start Ask the AI to implement a new React component or frontend feature and let it follow the built-in workflow from planning through tested completion.