- Automate opening investment page for agent-based on customer type with basic customer details.
- Generate a single view of all investments for a particular customer based on customer Id.
- Automate opening loan page for agent-based on customer type with basic customer details.
- Generate a single view of all loans for a particular customer based on customer Id.
Tasks board
Automate opening investment page for agent-based on customer type with customer basic details. | ||
Analysis | 4 | Farhan |
UI Design | 6 | Farhan |
Coding | 8 | Farhan |
Unit Testing | 2 | Farhan |
Code Review | 2 | Kaushik |
Documentation | 2 | Kavya |
Document Review | 2 | John |
Writing Test Cases | 4 | Karan |
Test Case Review | 2 | Diya |
Testing | 6 | Karan |
Integration Testing | 2 | Farhan |
Automate opening loan page for agent-based on customer type with customer basic details. | ||
Analysis | 4 | Nishchint |
UI Design | 6 | Nishchint |
Coding | 8 | Nishchint |
Unit Testing | 2 | Nishchint |
Code Review | 2 | Kaushik |
Documentation | 2 | Kavya |
Document Review | 2 | John |
Writing Test Cases | 4 | Neha |
Test Case Review | 2 | Diya |
Testing | 6 | Neha |
Integration Testing | 2 | Nishchint |
Generate a single view of all investments for a particular customer based on customer Id. | ||
Analysis | 4 | Farhan |
UI Design | 6 | Farhan |
Coding | 8 | Farhan |
Unit Testing | 2 | Farhan |
Code Review | 2 | Kaushik |
Documentation | 2 | Kavya |
Document Review | 2 | John |
Writing Test Cases | 4 | Karan |
Test Case Review | 2 | Diya |
Testing | 6 | Karan |
Integration Testing | 2 | Farhan |
Generate a single view of all loan for a particular customer based on customer. | ||
Analysis | 4 | Nishchint |
UI Design | 6 | Nishchint |
Coding | 8 | Nishchint |
Unit Testing | 2 | Nishchint |
Code Review | 2 | Kaushik |
Documentation | 2 | Kavya |
Document Review | 2 | John |
Writing Test Cases | 4 | Neha |
Test Case Review | 2 | Diya |
Testing | 6 | Neha |
Integration Testing | 2 | Nishchint |
What is happening here?
- The team internally gets divided into multiple parts to take care of their work based on skills, not looking at the whole story. Everyone was demonstrating waterfall (sequential) behavior.
- None of the team members were interested in hearing other parts of the work. Since Daily Scrum is for team and team not interested in each other's work, why do they have daily scrum?
- Sprint planning lasted 1 hour for two weeks sprint because they knew stories, as they have refined during PBR. The velocity is well known, so the team was picking up items from the ordered product backlog. Since the team is creating a skilled-based task, tasks usually remain the same for all PBIs, so it didn't take much time. The team was attaching those standard tasks for every PBIs. It was done in 30 mins!
- The team has not discussed design and architecture during planning; otherwise, those could have been visible on board. Result? Duplicate code to avoid dependencies on each other, but who cares about technical debts and code smells?
- There were many more issues related to poor planning, such as delayed feedback, bigger batch size and choking workflow, etc. I will share those sometime during the face-to-face discussion.
- The Sprint Goal was missing!!
What can we do to avoid such issues?
- No skilled-based task. Better not to create tasks at all but still needed than component-wise tasks may be a better option like front-end, service, integration, etc.
- Avoid tools such as Jira for sprint planning and use a physical board or online board to visualize and facilitate team Collaboration.
- The task must emerge while discussing approach and design rather than pre-planned.
- The whole team approach needed to have collective ownership.
- The focus should be to complete one PBI at a time. If the team feels there is not enough work for everyone for the whole team to complete one PBI, then start the next PBI.
- Frequent integration of code is essential to reduce technical debt.
- Smaller batch size to maintain flow and improve the feedback loop