Initialize project with output style and structure
# Initialize Project with marvin-sdlc This command sets up a new project to use the marvin-sdlc methodology. ## Step 1: Ask User for Output Style Location Use AskUserQuestion to ask whether to install the output style globally or project-level: ## Step 2: Determine Paths Based on user's choice: - **Global**: - Output style destination: `~/.claude/output-styles/marvin-sdlc.md` - Settings file: `~/.claude/settings.json` - **Project-level**: - Output style destination: `.claude/output-styles/marvin-sdlc.md` - Settings file: `.claude/settings.json` ## Step 3: Copy Output Style ...
Initialize a new Task Master project.
Initialize new project with essential structure: **$ARGUMENTS**
Initialize new project with comprehensive documentation (overview, specs, tech stack, architecture)
Initialize a newly generated Odoo PWA project with all necessary setup steps.