This handles the operational side of shipping software: planning releases with exit criteria, picking deployment strategies (blue-green, canary, rolling), managing incidents with severity levels and response times, and tracking SLA compliance with error budget calculations. You'd reach for it when coordinating a production deploy, triaging a SEV-1 outage, or deciding if you can afford another rollout this month. It includes a delivery maturity assessment from manual deploys to DevOps excellence, which is helpful for teams figuring out what to improve next. The incident management workflow and DORA metrics tracking are solid, though you'll need to adapt the provided Python scripts to your actual infrastructure.
npx skills add https://github.com/borghei/claude-skills --skill delivery-manager