Initialize a new project with framework, best practices, and agent system from scratch
/plugin marketplace add wayne930242/Reflexive-Claude-Code/plugin install ACE-core@Reflexive-Claude-Code# Project Initialization Bootstrap a new project with modern best practices and agent system. ## Process ### 1. Requirements Gathering First ask **Project Type**, then ask relevant questions based on type. #### Question Groups | # | Question | Description | |---|----------|-------------| | 1 | Language & Runtime | TypeScript, Python, Go, Rust, etc. (with version) | | 2 | Framework | Next.js, FastAPI, Gin, Astro, etc. | | 3 | UI Library | React, Vue, Svelte, native | | 4 | Styling | Tailwind, CSS Modules, Styled Components | | 5 | State Management | Redux, Zustand, Pinia, Context API |...