Does scrum planning for a iteration 2 come after or before the sprint review (demo/retrospective) of iteration 1?
Asked
Active
Viewed 1,161 times
0
-
4I'm voting to close this question as off-topic because [project management is now off-topic on Stack Overflow](//meta.stackoverflow.com/questions/343829/is-stack-overflow-an-appropriate-website-to-ask-about-project-management-issues/343841#343841). Ask these questions on [SoftwareEngineering.SE](//softwareengineering.stackexchange.com/) and [ProjectManagement.SE](//pm.stackexchange.com/) instead. (Unfortunately, this question is too old to be migrated.) – robinCTS Oct 29 '17 at 17:54
2 Answers
3
Normally the sprint review happens immediately after the sprint has finished and the planning for the next iteration comes sometime after that.

Oded
- 489,969
- 99
- 883
- 1,009
-
I dont see why you would do it the other way. Wouldnt it make sense to show the demo, to add new or change functionality from that demo and incorporate it into the next sprint planning. – Mike Flynn Apr 09 '12 at 17:55
-
-
Depends what you consider "done" I've seen it done the other way as well. You could finish your development work and demos but still not deploy the software to your production environment. Some teams like to include the results of the release in your retro. – Steve Miskiewicz Apr 10 '12 at 02:47
0
The normal order for a sprint is this:
- Sprint Planning
- Dev (with Daily Scrums)
- Sprint Review
- Sprint Retrospective
Repeat until project complete
So, to answer your question, Sprint Planning for iteration 2 will occur after the Sprint Review and the Sprint Retrospective for Sprint 1.
Hope that helps.

Derek Davidson PST CST
- 1,799
- 12
- 17