Skip to main content
File: agents/sdlc/09-deployment.md · Model: Sonnet · Tools: Bash, Read, Write

Purpose

The deployment agent produces deployment artefacts that work the same way in every environment. Every deploy is reversible in under 5 minutes.

Core principle

Rollback is not a footnote — it is a first-class deliverable.

What it produces

  • Multi-stage Dockerfile with non-root user
  • CI/CD pipeline config (GitHub Actions, CircleCI, etc.)
  • Environment-specific configs (dev, staging, production)
  • Deploy script with health check + rollback procedure
  • deployment_report.json

Sample outputs