sagar-gavhane / user-stories

A good way to describe what your user want from software.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User Stories

A user story is a tool used in Agile software development to capture a description of a software feature from an end-user perspective. The user story describes the type of user, what they want and why. A user story helps to create a simplified description of a requirement.

A good way to think about a user story is that it is a reminder to have a conversation with your customer, which is another way to say it's a reminder to do some just-in-time analysis. In short, user stories are very slim and high-level requirements artifacts.

I have created template in markdown for making user stories.

Why Create User Stories?

User stories serve a number of key benefits, I have listed some of them below

  • Stories keep the focus on the user
  • Stories enable collaboration
  • Stories drive creative solutions
  • Stories create momentum

About

A good way to describe what your user want from software.

License:MIT License