freeCodeCamp/guide/english/agile/delivery-team/index.md

21 lines
1.2 KiB
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
title: Delivery Team
---
## Delivery Team
A scrum team is made up of the Product Owner (PO), the Scrum Master (SM), and the Delivery Team.
The delivery team is everyone but the PO and SM; the developers, testers, system analysts, database analysts, UI / UX analysts, and so on.
For a scrum delivery team to be effective, it should be nimble (or agile!) enough for decisions to be agreed upon quickly while diverse enough so the vast majority of specalities required for software development can be covered by the entire team. Idealy, a team between 3 and 9 people generally works well for a scrum development team.
The team must also foster mutual respect throughout every member of the team. An effective scrum team will be able to share the workload and put the accomplishments of the team ahead of the accomplishments of the individual.
2018-10-12 19:37:13 +00:00
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
#### More Information:
Atlassian's primer article on Scrum [here.](https://www.atlassian.com/agile/scrum)
<!-- Please add any articles you think might be helpful to read before writing the article -->