Kanban Flashcards

1
Q

Kanban overview

A

1) Scrum without timebox
2) Value stream start from where are you currently at
3) Kaizen (continuous improvement)
4) No retrospection (retrospection happen at every time)
5) No time boxes for team, but cycle time is used
6) But time box for single item
7) Work processed in small chunks
8) Minimize rework and delay
9) System throughput matters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Kanban visualization

A

1) Capacity of the team
2) What team is working on, challenges faced with out micro managing
3) Clear priorities with Kanban
4) What is the availability
5) bottlenecks in value stream
6) Dependencies becomes clear
7) Cards can be features, task or user stories

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

limit WIP

A

1) reduce waste
2) increase focus
3) swarming vs some WIP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Kanban solution

A

1) on demand meetings only (only regular stand up)
2) prevents prematurely designating work as complete
3) clear quality bars at each step

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

simple work flow

A

1) Take an item from backlog
2) Specify work necessary to implement it
3) Implement it
4) Validate that it works
5) deliver

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Set limits on chaos

A

1) by limiting work in progress (add WIP as last step in problem solving)
2) Scrum - time box

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Run daily standups

A

1) any one can run

2) no milestones, no sprints and no retrospectives

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

External bottleneck

A

Items are moved to the Track column whenever they are blocked awaiting external input. Tracked items don’t count toward the Implement WIP limit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

parking lot

A

Occasionally, it becomes apparent that an item will be blocked indefinitely. We have a special area for those items in the corner of the signboard. We call it the “parking lot.” Every few weeks, we check on the status of parking lot items, but we don’t do this daily

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Deadlines and WIP

A

Limiting WIP also constrains your team’s size (your costs) and reduces your cycle time (the time for a planned work item to go from specification through validation). Shortening cycle time benefits quality, agility, and customer engagement. It also allows you to accurately measure throughput, and thus accurately estimate completion dates.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Minimum viable product

A

your MVP is the set of work items (note cards) in your backlog that must be completed before release. That is, regardless of the monetary or market impact, you would delay or cancel your product release if those work items were incomplete.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Priority

A

Ordering these cards in your backlog is a team activity. Leadership, internal and external partners, and customers help you prioritize the cards into the big buckets, but day-to-day execution belongs to the team.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Calculate your task completion rate

A

count the number of tasks that are done with their final step within any two-week to four-week period, and divide by the number of days.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How soon will a work item be addressed and done

A

(active tasks + estimated task for the work item and work items ahead of it) / task completion rate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

when will a significant product release be completed

A

(active tasks + estimated task for the MVP workitems) / task completion rate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

complete the current task set

A

CTE / (TCR – TAR)

1) CTE - Current task estimate
2) TCR - Task completion rate
3) TAR - Task add rate