Questions to ask during refinement

Steven Chetwynd

Development

72 Words … ⏲ Reading Time: 19 Seconds

2025-01-08 17:26 +0000


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:

  1. How do we explain this to a user?
    • how does the user use the feature?
    • what is the reason for the feature?
  2. How can we test this?
  3. How can we update/upgrade/version this? Preferably without a breaking change.