Automate deployment workflows with CI/CD pipelines, monitoring, and rollback capabilities
Automate complete deployment workflows with CI/CD pipelines, infrastructure as code, monitoring, and rollback capabilities. Use this when setting up production deployments, staging environments, or implementing automated release processes.
/plugin marketplace add avovello/cc-plugins/plugin install deploy@cc-pluginsPurpose: Automate deployment workflows with CI/CD pipelines, monitoring, and rollback capabilities
Run deployment-strategist agent:
Launch agents in parallel:
Run deployment-validator agent:
/deploy "Setup GitHub Actions CI/CD"
/deploy "Deploy to staging"
/deploy "Setup monitoring for production"
/deploy "Implement feature flags"
/deploy production
Blue-Green: Two identical environments, switch between them Canary: Gradual rollout to subset of users Rolling: Update instances one by one Feature Flags: Deploy dark, enable gradually
deploy-output/
├── DEPLOYMENT_PLAN.md
├── ci-cd-config.yml
├── infrastructure.tf
├── monitoring-config.yml
└── ROLLBACK_PROCEDURE.md