What problem does it solve? Building a new application from scratch requires choosing a tech stack, designing a directory structure, and coordinating many implementation steps. This Skill automates that process by detecting the project type from a natural language request, selecting an appropriate stack, and coordinating specialist agents to produce a working codebase. ## Core Features & Use Cases - Project Type Detection: Maps keywords in the user's request (e.g., blog, e-commerce, mobile, CLI) to one of 13 project templates covering Next.js, Nuxt, Express, FastAPI, Flutter, Electron, Chrome extensions, and more. - Multi-Agent Coordination: Runs a defined pipeline of specialist agents (project planner, database architect, backend/frontend specialists, security auditor, DevOps engineer) with mandatory plan-verification checkpoints. - Feature Building: Analyzes existing projects to plan and apply incremental changes with error handling and rollback strategies. - Use Case: A user says "Make an Instagram clone with photo sharing and likes" and the Skill detects a social media app, selects Next.js + Prisma + Cloudinary, creates a task plan, and coordinates agents to build the schema, API routes, pages, and components. ## Quick Start Ask the agent to build a new application, for example: create a SaaS subscription app with Stripe payments and user authentication.