What problem does it solve?
Enterprise-grade project initialization and scaffolding for Next.js, Nuxt, Vite, VS Code Extensions, Python, and MCP servers. Use when bootstrapping a new repository from an empty directory.
Core Features & Use Cases
- Phase 1: Pre-Flight Validation ensures the target directory is empty and that the required toolchain (npm/pnpm/yarn or Python) is available.
- Phase 2: Execution Workflow selects the appropriate framework and strictly executes the associated scaffolding logic, including:
- Next.js (App Router) with app directory, Tailwind, ESLint, and a baseline docker-compose.yml,
- Nuxt / Vite initializations for performance SSG/SSR pipelines with immediate install,
- VS Code Extension scaffolding with strict TypeScript and recommended extensions,
- Model Context Protocol (MCP) server scaffolding with language tooling and .vscode/mcp.json,
- Python Automation pipelines via the VS Code command pipeline, with extension recommendations.
- Phase 3: Quality Gates & Acceptance Criteria ensure scaffolded files exist (package.json, tsconfig.json, pyproject.toml), and provide fallbacks with exact error logs when commands fail.
Quick Start
Bootstraps a new local project by selecting a framework and following the predefined scaffolding workflow described in Phase 2.