gokiburikin / nyanpals

Placeholder repo for the nyanpals chat system. For now being used as an issue tracker.
0 stars 0 forks source link

[GUIDE] Writing user stories #3

Open nyanpasudo opened 8 years ago

nyanpasudo commented 8 years ago

all credit for this guide goes to mountaingoatsoftware.com

What is a User Story?


User stories are short, simple descriptions of a feature told from the perspective of the person who desires the new capability, usually a user or customer of the system. They typically follow a simple template:

As a <type of user>, I want <some goal> so that <some reason>.

User stories are often written on index cards or sticky notes, stored in a shoe box, and arranged on walls or tables to facilitate planning and discussion. As such, they strongly shift the focus from writing about features to discussing them. In fact, these discussions are more important than whatever text is written.

Examples of User Stories


One of the benefits of agile user stories is that they can be written at varying levels of detail. We can write a user story to cover large amounts of functionality. These large user stories are generally known as epics. Here is an epic agile user story example from a desktop backup product:

Because an epic is generally too large for an agile team to complete in one iteration, it is split into multiple smaller user stories before it is worked on. The epic above could be split into dozens (or possibly hundreds), including these two:

Read more about this at mountaingoatsoftware.com


credit to mountaingoatsoftware.com