Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Team states #15

Merged
merged 2 commits into from
Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .markdownlintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"MD013": false
"MD013": false,
"no-duplicate-heading": {
"siblings_only": true
}
}
59 changes: 59 additions & 0 deletions team/team-states.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Team States

## Falling Behind

### State

* The team's backlog grows longer each week. The team is working hard but not making much progress.
* Moral is low.
* Users are unhappy.

### Fix

* Hire more people for the team.
* Set expectations with users.
* Highlight easy wins and inject optimism.

## Treading Water

### State

* The team is able to get their critical work done but still does not have time for technical debt or new large projects.
* Moral is higher.
* Users are happier.

### Fix

* Reduce WIP (work in progress).
* Consolidate the team's efforts into finishing more things.
* Reduce concurrent work until they're able to repay technical debt.
* Help people transfer from a personal view of productivity to a team view.

## Repaying Debt

### State

* The team is able to start paying down technical debt.
* Technical debt payment begins to snowball.

### Fix

* Add time.
* Find space to allow the compounding value of paying down technical debt to grow.
* Find ways to support users while paying down technical debt.

## Innovating

### State

* Technical debt is sustainably low.
* Moral is high.
* Most work is satisfying new user needs.

### Fix

* Add slack.
* Maintain enough slack in the team's schedule to build quality into their work.
* Operate continuously in innovation.
* Avoid backtracking.
* Ensure the work the team is doing is valued.
Loading