Done Flashcards
Why is DONE so important?
Knowing when you are “Done” frames the work which must be undertaken in order to get there.
Done brings transparency in regard to what is still open, regarding the performance of the team.
Done helps closing up cleanly increments and getting to the next thing to do.
To what does apply the definition of done?
To an increment: one sprint goal.
When is a sprint increment done?
- Environments are prepared for release
- Handover to support is complete
- Review ready
- Code complete
- Test complete
- Increment enhances value of past increments, it does not break any of the past increments.
What is the purpose of the scrum framework?
The purpose of the Scrum framework is to develop products and solve complex problems by using an empirical process that promotes rapid feedback. In short iterations, we use feedback (internal and external) to clarify both the problem and discover the best solution. By doing so, we avoid solving the wrong problem and/or implementing a sub-optimal solution.
When is an increment complete?
The completeness of the increment is defined by the amount of time that is still needed to get the increment to users (e.g. to production).
The more time is needed, the less Agile the organisation is. After all, increments are only truly valuable when they are in the hands of users. And the quality and completeness of the feedback declines as the completeness of the Increment does.
What are early release enablers?
Automated testing, infrastructure as a code, virtualization and continuous delivery.
What DOD contains?
Continuous integration, continuous delivery and Data capture/analysis.