Writing good user stories
Oct 18, 2020
What makes a Good User Story?
Stories can make or break a project, especially a highly technical one. Use INVEST framework to break down the user stories
Good stories are:
- Independent (can be built separately to other stories)
- Negotiable (requirements can be adapted)
- Valuable (provides benefit to the end-user)
- Estimable (to reasonable accuracy)
- Small (can be built within one iteration)
- Testable (can be verified by QA)