Skip to main content

Stage 8: Delivery

Overview

Delivery takes approved pull requests through merge, build verification, and work item updates. This stage closes the loop between implementation and tracking systems, ensuring that completed work is accurately reflected across all project management surfaces.

IMPORTANT

Delivery is the only stage with zero agents. All operations at this stage are driven by prompts and auto-activated instructions. This reflects the procedural, checklist-oriented nature of delivery workflows.

When You Enter This Stage

You enter Delivery after Stage 7: Review with an approved pull request.

NOTE

Prerequisites: PR approved, CI checks passing, no merge conflicts.

Available Tools

Prompts

ToolTypeHow to InvokePurpose
git-mergePrompt/git-mergeMerge approved PRs into the target branch
ado-get-build-infoPrompt/ado-get-build-infoCheck build status for the current branch
ado-update-wit-itemsPrompt/ado-update-wit-itemsUpdate work items to reflect completion
github-execute-backlogPrompt/github-execute-backlogExecute planned backlog state changes

Auto-Activated Instructions

InstructionActivates OnPurpose
git-mergeMerge operationsEnforces merge, rebase, and conflict rules
ado-update-wit-itemsWork item updatesEnforces ADO work item update conventions
github-backlog-updateBacklog operationsEnforces GitHub backlog update standards
community-interactionPublic-facing commsEnforces community communication standards
ado-create-pull-requestPR creationEnforces PR creation conventions

Role-Specific Guidance

Engineers merge their approved PRs and verify builds. TPMs update work item status and close sprint tasks. SREs validate deployment pipelines and monitor post-merge build health. Data Scientists package notebooks, dashboards, and documentation for stakeholders.

Starter Prompts

/git-merge Merge the approved PR into main
/ado-get-build-info Check build status for the current branch
/ado-update-wit-items Update work items to reflect completion

Stage Outputs and Next Stage

Delivery produces merged code on the target branch, updated work items, and verified build results. Transition to Stage 6: Implementation for the next sprint, or to Stage 9: Operations when the final sprint is complete.

🤖 Crafted with precision by ✨Copilot following brilliant human instruction, then carefully refined by our team of discerning human reviewers.