Skip to content

Instantly share code, notes, and snippets.

View erindatkinson's full-sized avatar
💜
Just because I am, doesn't, eo ipso mean I think

Erin Atkinson erindatkinson

💜
Just because I am, doesn't, eo ipso mean I think
  • colorado, usa
  • 20:11 (UTC -06:00)
View GitHub Profile
@randomcamel
randomcamel / estimating.md
Last active March 1, 2022 23:26
Chris's Software Estimation
  1. know how much roadmap-project work people can do in a week. commonly it's 40-60% of their time. call that PR (for Project Ratio).

  2. make a spreadsheet: [Story, Description, People, Weeks, Person-Weeks].

  3. break the work down into comprehensible pieces, where you feel confident saying things like "this will take 2 people, working full-time, 3 weeks to implement." in particular, break down milestones that deliver value; where, if the business told you to do something else, that would be okay, and the work done wasn't wasted.

  4. fill in your spreadsheet columns appropriately (say 2 people, 3 weeks, 6 Person-Weeks).

  5. sum up the Person-Weeks. ("People" and "Weeks" are for later.)