Writing User Stories
#scrum #userstories #agileteam

A user story helps scrum development teams capture simplified, high-level descriptions of a user's requirements written from the end user's perspective.
The purpose of a user story is to articulate how a piece of work will deliver a particular value back to the customer.
The user story template:
As a ..... - This is the WHO. → Who is the user?
I want ...... - This is the WHAT. → What are we building? What is the intention?
So that ..... - This is the WHY. → Why are we building it? What is the value for the customer?
Example:
As a busy working parent,
I want to organize my work,
so I can feel more in control.

Three C's of a User Story:
Card - Stories are traditionally written on notecards, and these cards can be annotated with extra details.
Conversation - Details behind the story come out through conversations between developers, Product Owners, Scrum Master, and the stakeholders. The conversations are helping in getting a shared understanding of the requirement and leading to the development of the product.
Confirmation - The acceptance test confirms the story is finished and working as intended.
