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

34 lines
1.3 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
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).
2018-10-12 19:37:13 +00:00
Product Roadmap: Releases - Date, Theme/Feature Set, Objective, Development Approach.
2018-10-12 19:37:13 +00:00
Release Planning: Iteration, Team Capacity, Stories, Priority, Size, Estimates, Definition of Done.
2018-10-12 19:37:13 +00:00
Sprint Planning: Stories - Tasks, Definition of Done, Level-of Effort, Commitment
2018-10-12 19:37:13 +00:00
Daily Planning: What did I do yesterday? What will I do today? What is blocking me?
### Visual Representation
![12-col-grid](https://www.scrumdesk.com/wp-content/uploads/5-levels-of-agile-planning.jpg)
2018-10-12 19:37:13 +00:00
#### 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)