What problem does it solve? Turning a written product definition into actual code requires manually translating briefs, architecture documents, and user stories into a scaffolded project and working features. This Skill automates that translation by reading the product definition from DefProd via MCP and generating the codebase incrementally. ## Core Features & Use Cases - Project Scaffolding: Infers or follows the specified tech stack (framework, language, database, testing) from the brief and architecture, then scaffolds the project after user approval. - Area-by-Area Implementation: Implements user stories sequentially per area, following acceptance criteria, architecture guidance, and the brief's aesthetic direction. - Resumable Progress Tracking: Records implementation status via patchProduct so each invocation picks up where the last session left off, with real-time updates to the DefProd guide UI. - Use Case: After defining a product in DefProd with areas like AUTH, DASH, and CUST, invoke the skill to scaffold a Next.js app and implement two areas this session, then re-invoke later to continue with the remaining areas. ## Quick Start Ask your AI agent to run /defprod-implement-product with your product name to scaffold the project and begin implementing its areas.