Questions tagged [planning]
Planning is the process of thinking about and organizing the activities required to achieve a desired goal.
147 questions
1 vote
2 answers
171 views
how best to take a vertical slice of something already trivial?
Lets say I have a project which is something relatively simple like a copy checker for legal text files stored in git, that multiple people contribute to via pull requests that must be reviewed before ...
0 votes
1 answer
83 views
term for errors which occur when running code with new data, when older data was used to develop/test the code [closed]
I'm writing code to clean and process a large number of transcript text files. My code will be re-used in the future to process additional files which do not yet exist. Future files will take on the ...
3 votes
1 answer
131 views
How to handle similar/re-usable work when estimating story points?
In our Jira board we might have 5 tickets for different API endpoints - for example: ListArticle GetArticle CreateArticle DeleteArticle When we create these new endpoints, there is some initial work ...
1 vote
2 answers
159 views
Productivity - Pushing towards 3 (at max 4) completed requests followed by code commits in a span of 8 hour interval on novel support requests
Situation Right now, I am at a point of realization, that at my present position I am not completing requests with regular interval, have spaced out request completion. But to approach my true ...
3 votes
6 answers
821 views
How much technical detail should we talk in Sprint Planning 2
I'm working in a Scrum team, We have Sprint Planning 2 to breakdown backlog into technical tasks. The team is pretty big around 12 developers, We can't split cause it's not under our control. We ...
-1 votes
1 answer
89 views
Operational planning for web app (backend)
I know the question is a bit broad, but will give it a try. I newly joined a backend team in our company that is about to release an app to external users, I noticed we don't have an operational plan,...
0 votes
6 answers
474 views
Not planned work emerges during the sprint from management?
I believe that most of us have encountered this situation. What is the best approach when higher management or client is forcing the PO to include some new functionality in the middle of the sprint, ...
19 votes
5 answers
4k views
How to deal with sprint planning running far too long?
I took over 5 hours in sprint planning for a week long sprint. That seems like too much. We discuss things in detail in sprint planning, as most of team members are not senior. If we don't it will ...