Middle
What is a User Story?
sobes.tech AI
Answer from AI
User Story is a brief description of a functionality or requirement from the end user's perspective. It helps the development team understand the value that the feature should bring.
Typically, a User Story is formulated using the template:
As a [user type], I want [goal], so that [reason/benefit].
For example:
As a registered user, I want to be able to reset my password to regain access to my account.
User Story serves as a basis for task planning and testing.