Help us improve
Share bugs, ideas, or general feedback.
From infra-pipeline
Orchestrates infrastructure deployments to <environment> with optional [strategy], rollback strategies, and health checks.
npx claudepluginhub dotclaude/marketplace --plugin infra-pipelineHow this command is triggered — by the user, by Claude, or both
Slash command
/infra-pipeline:deploy <environment> [strategy]sonnetThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Infrastructure Deployment Command Orchestrate sophisticated infrastructure deployments with CI/CD best practices, automated rollback strategies, and comprehensive health checks. Manage blue-green, canary, rolling, and recreate deployment patterns across environments. ## SECURITY WARNING **CRITICAL: Deployment operations have high-privilege access and can modify production systems.** Deployment scripts will: - Execute commands on production infrastructure - Modify load balancer configurations - Update database schemas or trigger migrations - Handle sensitive environment variables and s...
/deploy-applicationDeploys applications using blue-green, canary, or rolling strategies with automated rollback, health checks, and monitoring.
/deployDeploys to specified environment with pre-checks (git clean, tests, npm audit, build, env vars), staging first, smoke tests, monitoring, prod approval, blue-green prod deploy, report, and rollback.
/deploy-strategyPlan safe deployment strategy with monitoring and rollback capability.
/deployDesigns advanced deployment strategies like blue-green, canary releases, progressive rollouts, with rollbacks, feature flags, zero-downtime migrations, and monitoring criteria. Outputs MD plan, commit, and Go/No-Go decision.
/design-deploymentDesigns zero-downtime deployment strategy with rollback capability and verification gates for the specified application or service.
/deployPlans and documents a safe deployment strategy with feature flag lifecycle, progressive rollout stages, and pipeline safety checks. Outputs rollout-plan.md and pipeline-config.md.
Share bugs, ideas, or general feedback.
Orchestrate sophisticated infrastructure deployments with CI/CD best practices, automated rollback strategies, and comprehensive health checks. Manage blue-green, canary, rolling, and recreate deployment patterns across environments.
CRITICAL: Deployment operations have high-privilege access and can modify production systems.
Deployment scripts will:
BEFORE executing any deployment, verify:
Secret Management
Least Privilege Deployment
Secure Communication
Validation & Safety
STOP IMMEDIATELY if you see:
This command invokes the deployment-coordinator agent to:
$1 (Required): Deployment target or environment
staging: Staging environment deploymentproduction: Production environment deploymentdev: Development environment deployment$2 (Optional): Deployment strategy
blue-green: Zero-downtime deployment with instant rollback capability (default for production)canary: Progressive rollout with traffic shiftingrolling: Gradual instance replacement with configurable batch sizerecreate: Simple stop-start deployment (default for staging/dev)/deploy production blue-green
Orchestrates zero-downtime deployment with automated traffic switching and instant rollback capability
/deploy staging canary
Progressive deployment with 10% -> 50% -> 100% traffic shifting and automated rollback on error thresholds
/deploy production rolling
Gradual instance replacement with health checks between batches and automatic pause on failures
/deploy staging
Uses recreate strategy for straightforward staging deployment with basic health validation
Production Deployments
Staging Validation
Emergency Rollbacks
Multi-Region Deployments
Blue-Green:
Canary:
Rolling:
Recreate:
/deploy production blue-green
Result: Deployment coordinator validates infrastructure, runs pre-flight checks, provisions blue environment, validates health, switches traffic at load balancer, monitors for 5 minutes, and either commits or rolls back based on metrics. Full audit trail and performance report generated.
Invoke the deployment-coordinator agent with: $ARGUMENTS