|
|
|
|
|
by segmondy
2843 days ago
|
|
You have 3 lanes, TODO, DOING, DONE. Have a max of Work In progress that can be in the DOING lane based on size of team. Once that limit is hit, nothing else can move into the DOING lane, if other's are finished, they go help others until work starts moving into the DONE lane. DONE means DONE, if it needs QA, Documentation, install script, whatever, it stays in DOING until it's truly DONE. |
|
Once you have this, you can expand the DOING with additional columns to represent those other stages.
If you implement a new (particularly user-facing) feature, you need to update your manuals. That may be a technical writer, it may be the developer or the tester, may be a team effort, doesn't matter really. So your columns (if this is a requirement for your business) become:
This is one of the nice things about kanban. It's very fluid, really nothing is set in stone. Allow the board to represent the real process as you discover it.