Initialize project with output style and structure
/plugin marketplace add jwilger/claude-code-plugins/plugin install marvin-sdlc@jwilger-claude-plugins# 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 ...