What problem does it solve? Starting a new project from scratch involves dozens of setup decisions — directory structure, dependencies, tests, docs, CI, git — and skipping any of them produces a broken or incomplete codebase. This Skill automates the entire bootstrap process so a project description becomes a verified, working project. ## Core Features & Use Cases - Nine-Phase Pipeline: Orchestrates requirement elicitation, research, planning, design, implementation, testing, documentation, git commit, and verification in sequence. - Template Auto-Detection: Detects project type (REST API, web app, CLI, library, MCP server, Chrome extension, mobile app) and generates stack-appropriate structure. - Monorepo Mode: Generates pnpm/turborepo workspace configurations with shared TypeScript config and affected-only CI when monorepo signals are detected. - Use Case: Describe a new Express REST API with authentication and PostgreSQL, and receive a complete project with routes, models, migrations, tests, README, and a passing build — verified before it is presented to you. ## Quick Start Ask the agent to scaffold a new project by describing what you want to build, for example: scaffold a new CLI tool in Python that converts CSV files to JSON with tests and documentation.