Questions to ask during refinement
Steven Chetwynd
72 Words … ⏲ Reading Time: 19 Seconds
There are several questions I find it useful to ask myself or the team during refinement sessions, which help me think about how features can be implemented or if there are missing requirements.
These are:
- How do we explain this to a user?
- how does the user use the feature?
 - what is the reason for the feature?
 
 - How can we test this?
 - How can we update/upgrade/version this? Preferably without a breaking change.