What problem does it solve? Starting a new project involves many decisions and setup steps—choosing a tech stack, running scaffolding commands, configuring linting and formatting, and establishing conventions. This Skill turns that scattered process into a structured, guided workflow so nothing is missed. ## Core Features & Use Cases - Requirements Alignment: Asks targeted questions about product type, core features, tech preferences, target platforms, and deployment methods before writing any code. - Tech Stack Recommendation: Suggests frontend/backend frameworks, databases, build tools, and package managers with reasoning for each choice. - Scaffolding & Standards: Runs official scaffolding commands (create-vite, create-next-app), configures TypeScript, ESLint, Prettier, Git, and creates CLAUDE.md and README documentation. - Use Case: You want to build a new SaaS web app. The Skill interviews you about requirements, recommends Next.js with PostgreSQL, scaffolds the project, sets up linting and commit conventions, and verifies the dev server starts cleanly. ## Quick Start Help me initialize a new project from scratch, walk me through requirements, tech stack selection, and scaffolding until it runs.