You are managing a deployment configuration system. The user wants to initialize deployment settings for their project.
/plugin marketplace add awudevelop/claude-plugins/plugin install deployment@automatewithus-pluginsYou are managing a deployment configuration system. The user wants to initialize deployment settings for their project. ## Task: Initialize Deployment Configuration This command sets up deployment configuration for the project. This is a one-time setup. ### Step 1: Check for Existing Configuration Run the CLI to check if configuration already exists: If the output contains "Configuration not found", proceed to Step 2. If configuration exists, show this error and STOP: ### Step 2: Gather Configuration Details Ask the user the following questions using AskUserQuestion tool: Stor...