Sprint Planning

At the beginning of each sprint, the team is responsible for working with the product owner to determine a sprint goal and committing to deliver working software that delivers functionality described in a set of PBIs.

Note: You will need to move the PBIs and any tasks associated with the PBIs to the .issues/open subdirectory. You may also need to refine the task list for each PBI for the sprint.

There must be a [X]plan.md document in the .sprints subdirectory of the project's core repo. The file should have the following format:

**Total Story Points**: [Sum of SP for all PBIs]

# Sprint [X] Plan
Sprint goal goes here.

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

# Risks
Identify any risks to successfully completing the sprint 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.