Dear Scrum Masters,
I would like to hear your opinion or ideas regarding estimations and sprint planning in the following scenario:
We’re currently working in a bigger software development project using the Scrum framework. The project comprises a frontend as well as a backend. Both require different skills: Typescript, CSS and React for the frontend and Java/Quarkus Kafka etc. for the backend. Hence, there are two teams: One for the backend and one for the frontend (no fullstack developers).
But the features usually comprise backend and frontend togehter, e.g. a new form or dialog in the frontend and a belonging backend service. In the beginning, we had separate stories for backend and frontend. But this setup resulted in a bad alignment between frontend and backend team. So we moved back to combined stories which describe a single feature from business perspective only. We would like to have both teams organize themselves of how to solve them from a technical point of view by defining tasks.
The combined user stories pose some challenges regarding estimation and planning: Both teams operate on their own pace. And a single story might result in a totally different amount of work involved for either backend or frontend. We think that we still need a separate estimation from the backend and frontend team so that we’re able to balance the amount of work in the sprint planning. And it turns out that the frontend team is not really able to estimate the work in the backend and vice versa.
In summary, our solution looks like this: Both teams will get combined user stories which describe a certain feature. Both have to align on that and define the tasks involved. Doing so, it might turn out, that e.g. the backend part would be too big for one sprint if it was to be fully completed. So one team might ask for a compromise and split out a part of the work in a separate story. Afterwards, both team will be asked to estimate the frontend and backend part separately. The combined amount of story points will be noted on the story, but both seperate estimates will be maintained as well. This will allow us to balance the amount of work for both teams in the Sprint Planning (and the preparation for that).
What do you think? How would you handle it? I really appreciate your input!