Sprint Review

The key component of the Sprint Review is presenting your progress to your Product Owner. It should be clear from your presentation what progress was made. Demoing working software is critical to this communication. In addition, you will document your progress in your repo. At the end of each sprint, make a copy of the [X]plan.md file calling it [X]review.md.

The file might look somet

**Sprint Velocity**: [Completed points]
**Total Story Points**: [Sum of SP for all PBIs]

# Sprint [X] Plan
Sprint goal goes here.

# PBIs for this Sprint
1. [x] [PBI#] [Story Points] [TL;DR]
2. [x] [PBI#] [Story Points] [TL;DR]
3. [ ] [PBI#] [Story Points] [TL;DR]
4. [x] [PBI#] [Story Points] [TL;DR]
...

# Risks
Identify any risks to successfully completing the sprint here.

# Reflections
Discussion goes here.

Once the sprint is completed, a label should be added next to each PBI to indicate whether or not it was completed during the sprint, and a "total number of story points completed" should be added to indicate the velocity of the sprint.