What problem does it solve? Starting a new project with a spec-driven development pipeline normally requires manually creating directory structures, documentation templates, and governance files before any real work begins. This Skill bootstraps a complete SDD-ready project in a separate directory, so the pipeline (PRD, TRD, TDD implementation, reviews) can run from the very first feature. ## Core Features & Use Cases - Project scaffolding: Creates a new directory at a user-confirmed path, initializes git, and copies the full scaffold (CLAUDE.md, README.md, .gitignore, docs/, specs/_template/). - First PRD generation: Collects application requirements through explicit questions and generates the first PRD at specs/0001-<slug>/prd.md following the product-design process. - Governance built in: Never assumes ambiguous details, never overwrites existing directories, and stops after the PRD so each subsequent pipeline stage requires explicit user approval. - Use Case: You describe a new app idea and ask to start a project; the Skill creates the directory, sets up the SDD structure, and drafts the first PRD for your approval. ## Quick Start Ask the assistant to create a new project from your application requirements using the create-project skill, providing a project name and target directory.