Josh A. Young
Mobile Software Engineer
Kanban Summary, Notes, and Tips
Introduction
Kanban is a team structure where work is organized around a central process the involves a kanban board, WIP limits, and team structure that is similar but slight different than scrum.
WIP
Each board has a Work in Progress (WIP) limit that prevents the team or individual team members from working on too much at the same time. It also encourages the team to "swarm" to help each other when they cannot pull in a new story.
GIT
- Typically a kanban team works around a trunk-based git structure that encourages continuous integration and continouse delivery. As work is finished it in continually pushed to production. The team will also make use of feature flags in order to prevent work that is not yet ready from being visible by the end users.
Team Structure
A kanban team is usually made up of a 'Product Manager', 'Developers', and other "makers" (creatives, testers, etc) on the team. The team is will contain every needed members to ensure work continues to move forward..
Meetings
- Daily Standup (15 minutes)
- Backlog Refinement
- Retrospepctive
- Demos
Last Updated: February 27, 2025