freeCodeCamp/guide/english/agile/five-levels-of-agile-planning/index.md

30 lines
1.2 KiB
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
title: Five Levels of Agile Planning
---
## Five Levels of Agile Planning
A product owner needs to be familiar with the five levels of agile planning:
- Defining the product vision
- Defining the product roadmap
- Release planning
- Sprint planning
- Accounting for the outcome of daily scrums
Agile planning is always continuous and should be revised at least every three months.
## Brief Synopsis of the Five Levels of Agile Planning
1. Product Vision: What (Summary of the major benefits & features the product will provide), Who (Stakeholders), Why (Need & Opportunity), When (Project scheduling & time expectations), Constraints and Assumptions (impacts risk & cost).
2. Product Roadmap: Releases - Date, Theme/Feature Set, Objective, Development Approach.
3. Release Planning: Iteration, Team Capacity, Stories, Priority, Size, Estimates, Definition of Done.
2018-11-10 21:46:37 +00:00
4. Sprint Planning: Stories - Tasks, Definition of Done, Level of Effort, Commitment
2018-10-12 19:37:13 +00:00
5. Daily Planning: What did I do yesterday? What will I do today? What is blocking me?
#### More Information
2018-10-12 19:37:13 +00:00
[Scaling Agile Processes: Five Levels of Agile Planning](https://www.pragmaticmarketing.com/resources/articles/scaling-agile-processes-five-levels-of-planning)