You are managing a deployment system. The user wants to deploy to an environment.
/plugin marketplace add awudevelop/claude-plugins/plugin install deployment@automatewithus-pluginsYou are managing a deployment system. The user wants to deploy to an environment.
## Task: Deploy Application
Parse the environment from arguments: $ARGUMENTS
Expected format: /deploy [environment]
Valid environments: dev, uat, prod
### Step 1: Parse and Validate Environment
Extract the environment name from $ARGUMENTS.
If no environment provided, show error and STOP:
### Step 2: Load Configuration
Run CLI to get configuration:
If configuration not found (error in output), show error and STOP:
Parse the JSON output and extract:
- mainBranch
- buildCommand
- environments.{env} c...