Sprinting - Lecture 9
What is Agile
Principles
- People and interactions > tools and processes
- Software that works > documentation
- Customer negotiation > contracts
- Change > sticking to a plan
What is a sprint plan

What are story points
Story point - a value that estimates the amount of effort to complete the ticket
Person days - a unit for how much work one man can do in one day, might mean you work after hours
T-shirt sizing - estimating how long a task will take by categorising it (S, M, L, XL, XXL, …)
What is a scrum meeting
Meeting each morning orchestrated by a scrum master saying:
- What have I done
- What am I going to do
- What is blocking me
What is a burn down chart
Velocity - estimate of how many story points that can be completed

Number of story points left in the backlog
It should be 0 by the end of the sprint
How to run fast