What problem does it solve?
This Skill eliminates the tedious, error-prone work of manually building frontend applications from product requirements, ensuring every page, navigation element, and data type aligns exactly with your PRD and team coding standards.
Core Features & Use Cases
- PRD-Aligned Page Scaffolding: Automatically generates all routes defined in your PRD's Pages/Screens table, with correct navigation flow and stub UI matching each page's stated purpose.
- Type-Safe Data Model Integration: Creates TypeScript interfaces directly from your PRD's Data Model section to enforce type consistency across the entire frontend codebase.
- Use Case: For a PRD outlining a 5-page patient recovery app with a medication data model, this Skill generates the full Next.js + Tailwind project structure, all page stubs, and type definitions in seconds with no manual setup.
Quick Start
Use the scaffold-frontend skill to generate a complete Next.js frontend for your project using the existing PRD.md and AGENTS.md files at the repo root.