Skip to content
Julian L edited this page Nov 20, 2020 · 5 revisions

Why Scrum

Why Scrum fits this project more than Kanban etc...

Workflow

  • Backlog | To be Prioritized | Ready for Development | In Development | Ready for Review | Ready for Deploy | Completed

Story Estimation

How?

fn(work volume, complicatedness, (risk and uncertainty)) -> int ∈ {0,1,2,3,5,8}

Why story points are not in hours? (Why time is not a part of the equation?)

Asynchronous Planning Poker ref

Refrence story

A shared story as a reference (a story as a Unit).

Estimate Scale {0,1,2,3,5,8} (Fibonacci sequence)

Uper limit, lower limit, why Fibonacci

Monitoring Progress

Burndown chart

Definition of Done

  • all task related artifacts are complete and pushed to the git repository (including the documentation)
  • the documentation should be on a level of detail so that everyone on the team can reproduce the outcome
  • the solution was successfully demonstrated or presented to the team via the pull request feature
  • the product owner accepted the proposed solution
  • TODO: what do the developers want