The Vanilla Kanban Model leverages the most basic states that tend to follow work products in IT project. The Vanilla model consists of the following states:
Backlog | Defined | In-Progress | Completed | Accepted |
---|---|---|---|---|
US2345 | US3456 US0954 |
US6543 US0943 |
US94310 |
US23476 |
Backlog | Defined | In-Progress | Completed | Accepted |
---|---|---|---|---|
1. Product Owner or Dev team needs to identify the user story (who wants what and why?) 2. Product Owner needs to specify Acceptance Criteria. |
1. Developer needs to have met with the Product Owner to have Story Time and fully understand the User Story and Acceptance Criteria, and update together if necessary. 2. Development team needs to have defined all tasks necessary for completion of Acceptance Criteria. 3. User Story needs to have a Development team owner. 4. Story Points must be assigned. |
1.All tasks are completed - work is done and verified by a tester. 2. User story must be deployed to staging and verified again by a tester. 3. Code is checked into Git. |
1. User Story has been demonstrated to Product Owner and Acceptance Criteria verified. 2. Deployment Script or Steps have been created. |
1. User Story is deployed to Production. 2. Product Owner has Accepted the User Story. |
The Vanilla model does contain any specific swimlanes