What problem does it solve? Turning a product requirements document and API contracts into a complete, working web frontend requires coordinating framework selection, design systems, components, routing, state management, security headers, and accessibility — this Skill automates that entire build process inside the Drydock pipeline. ## Core Features & Use Cases - Product-driven framework selection: Chooses Astro, Next.js, Vite SPA, or Remix based on the product archetype, or matches an existing brownfield stack. - Full frontend codebase generation: Produces design tokens, UI primitives, layout and feature components, pages with routing and auth guards, typed API clients generated from OpenAPI specs, i18n message catalogs, SEO metadata, and tests. - Functional verification gate: Runs an executed Playwright smoke test of the top-5 user flows, scans for dead interactive elements, and verifies the navigation graph before design polish. - Use Case: Describe a SaaS product with auth, payments, and a dashboard; the Skill reads the BRD and OpenAPI specs, then emits a complete frontend/ codebase with components, pages, tests, and Storybook documentation. ## Quick Start Ask the Drydock orchestrator to build the frontend for your product from the BRD user stories and OpenAPI specs, or invoke the frontend-engineer skill directly with your requirements.