Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
borghei avatar

Delivery Manager

  • 180 installs
  • 451 repo stars
  • Updated July 21, 2026
  • borghei/claude-skills

Plan sprints, track dependencies, communicate status, and de-risk releases when shipping multi-team software with shifting priorities and stakeholder visibility needs.

About

Enables Claude to act as a delivery manager who structures backlogs, surfaces risks, coordinates dependencies, and produces crisp status updates so software teams ship on predictable timelines.

  • Sprint and milestone planning
  • Dependency and risk tracking
  • Stakeholder status reporting
  • Release readiness checklists
  • Scope tradeoff facilitation

Delivery Manager by the numbers

  • 180 all-time installs (skills.sh)
  • Ranked #1,093 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/borghei/claude-skills --skill delivery-manager

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs180
repo stars451
Last updatedJuly 21, 2026
Repositoryborghei/claude-skills

What it does

Plan sprints, track dependencies, communicate status, and de-risk releases when shipping multi-team software with shifting priorities and stakeholder visibility needs.

Files

SKILL.mdMarkdownGitHub ↗

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.

Core Capabilities

  • Delivery maturity assessment — locate the team on a 5-level scale (Manual → DevOps Excellence) and target one level at a time.
  • Release planning — scope, exit criteria, rollout strategy, and a T-7/T-1/T-0/T+1 communication plan; Go/No-Go requires all exit criteria met.
  • Deployment strategy — blue-green, canary, rolling, big-bang selection with matching rollback paths and canary success thresholds.
  • Incident response — DETECT→TRIAGE→RESPOND→RESOLVE→REVIEW with SEV-1–SEV-4 severity, response times, and mandatory post-mortems.
  • Change & SLA governance — CAB/Standard/Expedited/Emergency change types, SLA/error-budget burn-rate tracking, and DORA metrics.

When to Use

  • Planning a release and running a Go/No-Go against exit criteria
  • Choosing a deployment strategy and its rollback plan
  • Responding to a production incident or running a post-mortem
  • Evaluating a change request or calculating SLA/error-budget burn
  • Assessing delivery maturity or interpreting DORA metrics

Clarify First

Before generating the plan or report, confirm these inputs. If any is unknown or vague, ASK — do not assume:

  • [ ] Which task — release readiness/Go-No-Go, deployment strategy, incident response, or SLA/error-budget tracking (each is a different workflow and artifact)
  • [ ] Exit criteria or SLA target — the bar the release or service is measured against (Go/No-Go requires all criteria met; SLA math needs the target)
  • [ ] Deployment strategy — blue-green, canary, rolling, or big-bang, when shipping (sets the rollout gates and rollback path)
  • [ ] Incident severity — SEV-1 through SEV-4, when responding (sets response time, escalation, and whether a post-mortem is mandatory)

Stop rule: ask only the 2-3 that most change the output. If the user says "just draft it," proceed and list your assumptions at the top of the artifact.

Quick Start

python scripts/release_checker.py --version v2.5.0            # release readiness vs exit criteria
python scripts/deploy.py --env production --strategy canary    # coordinate a deployment
python scripts/sla_calculator.py --service portal --period month  # SLA + error budget
python scripts/incident_report.py --id INC-2024-0125           # incident report from timeline

Tools

ToolPurposeCommand
release_checker.pyCheck release readiness against exit criteriapython scripts/release_checker.py --version v2.5.0
deploy.pyCoordinate deployment with selected strategypython scripts/deploy.py --env production --strategy canary
sla_calculator.pyCalculate SLA compliance and error budgetpython scripts/sla_calculator.py --service portal --period month
incident_report.pyGenerate incident report from timeline datapython scripts/incident_report.py --id INC-2024-0125

References

  • references/release_process.md -- Delivery maturity levels, release planning + exit criteria, change-request types, the release-readiness example, DORA metrics, cross-skill integration, troubleshooting, and success criteria. Read when planning a release or improving the pipeline.
  • references/deployment_patterns.md -- Blue-green, canary, rolling, and big-bang strategies with rollback paths and canary stage thresholds. Read when selecting how to ship.
  • references/incident_management.md -- Severity matrix (SEV-1–SEV-4), the 5-step incident workflow, and post-mortem requirements. Read during incident triage and response.
  • references/sla_management.md -- SLA framework, error-budget calculation example, and burn-rate freeze thresholds. Read when tracking reliability budgets.
  • references/red-flags.md -- Bad-vs-good examples of delivery-management output. Read this to review a release/incident plan before committing to it.

Scope & Limitations

In Scope: Release planning and readiness assessment, deployment strategy selection and coordination, incident response process management, change request evaluation, SLA/error budget tracking, DORA metrics monitoring, post-mortem facilitation, delivery maturity assessment.

Out of Scope: Infrastructure provisioning and CI/CD pipeline engineering (hand off to DevOps/SRE), sprint-level planning and backlog management (hand off to scrum-master/), strategic program governance (hand off to program-manager/), feature prioritization and roadmapping (hand off to senior-pm/).

Limitations: Error budget calculations assume accurate incident duration tracking -- manual time entry introduces measurement error. Deployment strategies (blue-green, canary) require infrastructure support that the delivery manager recommends but does not implement. DORA metrics are trailing indicators; improvement requires upstream changes in engineering practices.

Integration Points

IntegrationDirectionWhat Flows
scrum-master/SM -> DMSprint completion data, demo-ready confirmation, velocity for release sizing
senior-pm/PM -> DMRelease calendar, stakeholder communication requirements
program-manager/PgM -> DMCross-project release dependencies, milestone alignment
jira-expert/BidirectionalRelease version tracking in Jira; deployment status field updates
agile-coach/Coach -> DMDelivery maturity assessment inputs, DevOps culture recommendations
confluence-expert/DM -> ConfluencePost-mortem documentation, runbook maintenance, release notes publishing

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.