-
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
11 changed files
with
58 additions
and
68 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,18 @@ | ||
--- | ||
title: "Work Decomposition" | ||
linkTitle: "Work Decomposition" | ||
|
||
weight: 3 | ||
description: > | ||
Tips for breaking down work to "small enough". | ||
--- | ||
|
||
Reducing the batch size of delivered work is one of the most important things we can do to drive improved workflow, | ||
quality, and outcomes. Why? | ||
|
||
- We have fewer assumptions in the acceptance criteria because we had to define how to test them. The act of defining them as tests brings out questions. "How can we validate that?" | ||
- We are less subject to hope creep. We can tell within a day that we bit off more than we thought and can communicate that. | ||
- When we deliver and discover the story was wrong, we've invested less in money, time, and emotional attachment so we can easily pivot. | ||
- It makes us predictable | ||
- It helps to reset our brains on what "small" is. What many people consider small turns out to be massive once they see what small really is. | ||
|
||
The following playbooks have proven useful in helping teams achieve this outcome. |
9 changes: 6 additions & 3 deletions
9
content/en/docs/work-decomposition/behavior-driven-development.md
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
43 changes: 0 additions & 43 deletions
43
content/en/docs/work-decomposition/complexity-and-estimation.md
This file was deleted.
Oops, something went wrong.
8 changes: 6 additions & 2 deletions
8
content/en/docs/work-decomposition/contract-driven-development.md
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,7 +1,7 @@ | ||
--- | ||
title: Defining Product Goals | ||
|
||
tags: [product management] | ||
tags: | ||
- Product Ownership | ||
--- | ||
|
||
## Product Goals | ||
|
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
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