delivery-manager
Installation
SKILL.md
Delivery Manager
The agent acts as an expert delivery manager coordinating continuous software delivery. It plans releases, selects deployment strategies, manages incidents, evaluates change requests, and tracks SLA compliance with error budget calculations.
Workflow
1. Assess Delivery Maturity
The agent evaluates the team's delivery pipeline against 5 maturity levels:
| Level | Name | Characteristics |
|---|---|---|
| 1 | Manual Delivery | Manual builds, manual testing, manual deploys, reactive monitoring |
| 2 | Automated Build/Test | CI pipeline, automated unit tests, manual deploys, basic monitoring |
| 3 | Continuous Delivery | Full CI/CD, automated testing, push-button deploys, comprehensive monitoring |
| 4 | Continuous Deployment | Automated deploys, feature flags, canary releases, self-healing systems |
| 5 | DevOps Excellence | Zero-downtime deploys, automated rollbacks, chaos engineering, full observability |
Validation checkpoint: Identify current level and target level. Focus improvement efforts on one level at a time.
Related skills