|
|
|
|
|
by gcanyon
492 days ago
|
|
In addition to the roughly standard 2-week scrum teams I work with, I am also working on launching a from-scratch project with two developers, and our process is roughly: 1. I keep a backlog of new features that are needed.
2. The backlog items vary in completeness/specificity from "mostly there" to "a sentence or two description". Some of the items are large and need to be subdivided.
3. At any given time, the devs each have 2-3 items they are actively working on.
4. The items range from a day or two up to a week or two for the really big ticket items (e.g. "get performance in boundary cases from 'won't load at all' to 'loads in < 10 seconds'")
5. When a dev puts something in for code review, if they're down to too few items, they check in with me to figure out what to add to their active list. We go over the outstanding list to figure out value vs. effort and make some choices. Item 5 generally happens weekly, sometimes even every few days. They work fast. |
|