-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
152 additions
and
302 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,67 @@ | ||
--- | ||
title: "Team Workflow" | ||
linkTitle: "Team Workflow" | ||
|
||
weight: 3 | ||
description: > | ||
Improving the flow of work on the team. | ||
title: Team Workflow | ||
tags: | ||
- workflow management | ||
--- | ||
|
||
Working together as a team is how we move things from "In Progress" to "Done", as rapidly as possible in value sequence. It's important for minimizing WIP that the team looks at the backlog as the team's work and does not pre-assign work to individuals. | ||
|
||
## Make Work Visible | ||
|
||
To create and maintain the flow of delivery, we need the following: | ||
|
||
- [Definition of Done](/docs/workflow-management/definition-of-done) | ||
- [A way to visualize the workflow](/docs/workflow-management/visualizing-workflow), virtual or physical, with a | ||
prioritized backlog that has not been refined too far in the future. | ||
|
||
--- | ||
|
||
### Plan Work | ||
|
||
Unplanned work is _anything_ coming into the backlog that has not been committed | ||
to, or prioritized. This can include feature requests, support tickets, etc. | ||
|
||
Common struggles teams face with unplanned work can be: | ||
|
||
- [Work that has not been prioritized](/docs/workflow-management/unplanned-work) | ||
- [Work that has not been decomposed](/docs/work-decomposition/work-breakdown) | ||
- [Work that is unplanned](/docs/workflow-management/unplanned-work) | ||
|
||
--- | ||
|
||
### Do Work | ||
|
||
Completed work meets the [Definition of Ready](/docs/work-decomposition/definition-of-ready) | ||
when work begins, the [Definition of Done](/docs/workflow-management/definition-of-done) when work | ||
is delivered, and can be completed in less than two days. | ||
|
||
Process smells identified for completing work include: | ||
|
||
- Context switching | ||
- Ineffective demos that prevent early feedback | ||
- Multiple teams own pieces of the process (Build, Test, Deploy, etc.) | ||
- [Status and visibility of work is unclear](/docs/workflow-management/visualizing-workflow) | ||
- Siloed work on the team | ||
|
||
--- | ||
|
||
### Improve Work | ||
|
||
In order to plan and complete work effectively, there must be [an improvement | ||
process](/docs/delivery-system-improvement-journey#3-continuous-improvement) in place. The improvement process is centered around feedback loops. | ||
|
||
Challenges associated with the improvement process: | ||
|
||
- Infrequent or nonexistent demos | ||
- [Infrequent or unactionable retrospectives](/docs/workflow-management/retrospective) | ||
|
||
--- | ||
|
||
### Measuring Your Workflow | ||
|
||
A good measure to implement in your team's workflow is [WIP](/docs/workflow-management/limiting-wip). | ||
Limiting work in progress can help reduce constraints in your workflow. | ||
|
||
[Development cycle time](/metrics/development-cycle-time) is a key | ||
measure of success when trying to optimize and automate your team's workflow. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.