Middle
How is a User Story formulated? Provide an example.
sobes.tech AI
Answer from AI
User Story — is a brief description of a functionality from the user's perspective, which helps the team understand what value needs to be implemented.
Standard formulation:
As a [user type], I want [goal], so that [benefit].
Example:
As a registered user, I want to be able to reset my password to regain access to my account if I forget it.
This format helps focus on the user's needs and business value rather than technical details.
A User Story is usually complemented by acceptance criteria, which clarify how to understand that the task has been completed correctly.