What problem does it solve?
Setting up a new project requires dozens of decisions about frameworks, languages, and tools, often leading to inconsistent structures and wasted time on configuration instead of building features.
Core Features & Use Cases
- Interactive Tech Stack Selection: Asks targeted questions about project type, architecture, and preferences to recommend an optimal stack with confidence levels.
- Context File Generation: Creates a docs/dev/context.md file that standardizes project information for downstream AI development skills.
- Project Scaffolding: Optionally generates complete project skeletons including package files, configuration, directory structures, and development environment setups.
- Use Case: A developer creating a new BFF architecture application can automatically receive a monorepo structure with TypeScript frontend, Hono BFF layer, and Go service layer, plus Docker Compose for local development.
Quick Start
Use the dev-init skill to interactively configure and scaffold a new web application with your preferred tech stack and project structure.