Initialize new project with essential structure: **$ARGUMENTS**
project-management/# Initialize New Project Initialize new project with essential structure: **$ARGUMENTS** ## Instructions 1. **Project Analysis and Setup** - Parse the project type and framework from arguments: `$ARGUMENTS` - If no arguments provided, analyze current directory and ask user for project type and framework - Create project directory structure if needed - Validate that the chosen framework is appropriate for the project type 2. **Base Project Structure** - Create essential directories (src/, tests/, docs/, etc.) - Initialize git repository with proper .gitignore for the pr...
Initialize a new Task Master project.
Initialize project with output style and structure
Initialize new project with comprehensive documentation (overview, specs, tech stack, architecture)
Initialize a newly generated Odoo PWA project with all necessary setup steps.