Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
4answers
377 views

Scrum stories and behind the scenes features

As I understand things, the Scrum backlog is composed of a series of Stories that represent something for the end user and this is further decomposed into Features. If this is the case, where does ...
11
votes
5answers
924 views

Should we use personas in user stories?

The book User Stories Applied contains single page discussing Personas. The definition of persona from the book is: A persona is imaginary representation of a user role. It futher discuss ...
10
votes
5answers
2k views

Specific examples of Agile documentation?

In an answer to the question Documents for a project?, Chris Ballance replied that "User Stories" and a "burndown chart" are the two most useful types of project documentation for a developer. My ...
10
votes
6answers
882 views

Agile - User Story Definitions

I'm writing a small app for my friend's business, and thought I'd take the opportunity to brush up on some Agile Project Management training I did at the start of the year. I (and I think, my current ...
10
votes
7answers
1k views

Managing user stories for a large project

We are just starting on a pretty big project with lots of sub projects. we don't currently use any kind of named process but I am hoping to get some kind of agile/scrumlike process in by the back ...
9
votes
6answers
543 views

Implementing User Stories the Agile Way

I'm a newbie to the Agile/TDD world and trying to get my head around some of the basics. This is related to the way I should go about implementing user stories. For e.g. lets assume I have below 2 ...
9
votes
5answers
3k views

User stories vs use cases

Are use cases just multiple user stories?? What are the benefits of using user stories over use cases.. and vice-versa... When to use one over other... Does all agile methodologies uses user ...
8
votes
3answers
1k views

Personal tool for authoring & organizing user stories?

My company uses Jira for storing requirements, which are written in the form of User Stories ("As a ... I want ... So that...") with details in the subtasks ("Given ... when ... then..."). I write ...
7
votes
3answers
271 views

Must an actor of a user story be a human being?

User stories are traditionally written as expression "As a [User Type] I want [feature] so that [some benefit]". In the books and online resources [User Type] typically correspond to a role of a human ...
7
votes
6answers
1k views

User story size/scope

When doing agile what are the specific criteria of defining the scope of a user story? What factors should I take into account when defining the scope? Is there any specific formula you use for this ...
7
votes
3answers
1k views

How should I implement User Stories in Bugzilla?

A few individuals at my work have come together to form a group whose goal is to analyze the benefits of implementing some Agile software development / project management principles. As a developer, ...
7
votes
9answers
592 views

How do you avoid waiting for requirements when using iterative agile development methods like SCRUM?

We attempt to do agile development at my current job and we succeed for the most part. The main problem seems to be that the developers on the project are always waiting for requirements at the ...
7
votes
6answers
541 views

How do I break down barriers between development and QA on an agile project?

I've been applying agile for a few months now on my project. However we are seeing a steady problem with our iteration burndowns. We aren't hitting zero each iteration. The tasks remaining are QA ...
6
votes
6answers
700 views

Improving user story quality

We use Scrum. We are experiencing problems during sprints when we find the user stories are not sufficiently granular to capture the effort required to complete the sprint. In particular, we find ...
6
votes
4answers
2k views

Writing user stories for internal technical tasks

I am attempting to manage my projects a little better so I am looking at attempting to apply some of (eventually all) the features of scrum. Looking at user stories specifically the high level format ...
6
votes
3answers
1k views

User stories for functional requirements

As we are a small company, I work as both a project manager and developer. The specifications I create for clients contain a number of elements used to describe and define the project, including user ...
6
votes
9answers
4k views

Scrum Burn Down Charts: Tasks or Stories?

There are several ways to do burn down charts in Scrum. Some people suggest using the story points of unfinished stories left as your burn down charts in Scrum. Pro: Only finished stories lower the ...
6
votes
4answers
563 views

Time estimation for a user story

How do you estimate the time needed to implement a user story? If it's something you had done before you know how long it'll take. But what about if it's completely new to you? How much time do you ...
6
votes
4answers
10k views

Tracking user stories in JIRA / Greenhopper

If anyone is trying to do agile, i am trying to figure out a way to use JIRA / Greenhopper for this. We are a global dev team so the distributed nature is crucial here. We were initially using ...
5
votes
5answers
200 views

Breaking a project's first User Story in to tasks

I'm starting a new project from scratch and have written User Stores to describe how a given user will interact with the system. But, I'm having trouble understanding how to break the first user story ...
5
votes
5answers
179 views

Is having specific user story scenarios evil?

So I know that when it comes to user stories scenarios, being specific is a good thing. However, I frequently come to a point where I ask myself: how specific my scenario should be? For instance, for ...
5
votes
3answers
325 views

Agile: User Stories for Machine Learning Project?

I've just finished up with a prototype implementation of a supervised learning algorithm, automatically assigning categorical tags to all the items in our company database (roughly 5 million items). ...
5
votes
5answers
736 views

System stories for agile architecture

While trying to apply agile principles to our development process, in particular scrum principles and XP-like user stories, we faced a problem about the architecture. Maybe we are still too much ...
5
votes
10answers
306 views

Completed user stories - discard? archive?

We are starting to use a Scrum process for development. We have a nice stack of user stories now . I'm wondering though, once a user story is complete, tested and deployed do you do anything else with ...
4
votes
5answers
438 views

Architectural principles as “non-functional” user stories

I am about to start a pilot project in our company to introduce agile practices, including the use of user stories. After reading two books by Mike Cohn, Agile Estimating and Planning in particular ...
4
votes
1answer
296 views

Business rules integration to User Stories

I have a set of User Stories and I have a set of business rules (primarily laws binding my requirements to be compliant). In Agile SDLC I'm not sure where does theses "rules" are attached to my user ...
4
votes
5answers
822 views

User Stories - Problems that can't be made user stories

I am from an XP background. I know the process very well and have solid working experience with it. I have found it to be the best way to develop software. I find myself in the position of a process ...
4
votes
6answers
392 views

How do we track the details of a user story?

So if a user story is a something nebulous like: As a sales rep, I would like to capture the contact information so that I can follow up later on. I'm not even sure if that's a valid user story but ...
4
votes
5answers
1k views

Story estimates in Scrum

We started a project that will be managed with Scrum/XP. We wrote the whole product backlog upfront for evaluation purposes. We're making sure all stories are customer-centric and we're evaluating ...
3
votes
3answers
118 views

Minor tweaks in story based agile/iterative development

What is the preferred way to treat tiny interface tweaks such as "make the menu colour lighter when you hover over it" when using stories. My first though was to treat it as a bug; stick it on an ...
3
votes
6answers
542 views

How would I word this feature and user story?

I am learning to create features and user stories and was reading this thread: ...
3
votes
2answers
191 views

What would be a good task for a test-driven development presentation? [closed]

Possible Duplicate: What would you like to see in a TDD demo? What is a good sample class to demonstrate TDD? I'd like to prepare a one-hour talk on test-driven development, using ...
2
votes
5answers
187 views

When is it okay to delete a userstory from the backlog

If I am grooming the backlog and I see a user story that is completely valid but is ultra low priority should it be deleted? Is the backlog supposed to be just the user stories that have a chance of ...
2
votes
3answers
2k views

Can you clarify the differences between Conditions of Satisfaction (COS) and Acceptance Criteria?

My understanding so far: (please correct me if I'm wrong) Ideally, COS are specified early by the product owner in the Sprint planning, facilitating a conversation. They can be considered an ...
2
votes
4answers
176 views

Stories and Scenarios that implies UI

I am trying to learn how to use BDD for our development process and I sometimes end-up writing things that implies a UI design, so for brand new development or new features, the UI does not always ...
2
votes
1answer
138 views

BDD features of features, should I make a new story or it belongs in a scenario?

Ok so I'm just starting to try and use BDD for some new development we are doing and I wrote up a story like this for a log viewer feature: Story: User reviews workflow execution logs As a user I ...
2
votes
4answers
62 views

Agile processes for developing programming libraries

Is it possible to or how should one use agile development processes (Scrum/XP) and write user stories in order to develop purely technical programming libraries (think Spring or a game engine for ...
2
votes
9answers
595 views

Are there any web apps that do user stories cards?

We do distributed agile development and could really us a solution like story cards on a wall/board, only on a webpage where you could easily drag and drop them. Any suggestions? Thanks.
2
votes
1answer
268 views

How to translate the requirements of the user to the actual work that needs to be done?

We work with the scrum method. Let's assume the product owner wants a new functionality that allows the user to search the content of the website. The total work is 8 points and these would be the ...
2
votes
2answers
446 views

Is there any Agile User Story applications for OS X?

Does anyone know of any software that can be used to create Agile User Stories instead of doing it manually with 3M Sticky Notes. I'm trying to be more Green and a good application that I can used to ...
1
vote
2answers
21 views

Given When Then Testing - Do I NEED a “When”?

I am implementing some smoke tests to our website. I'm using a Given/When/Then format for existing automated acceptance tests/User stories. But now I want to do an initial smoke test of: Given I'm ...
1
vote
2answers
57 views

How should user stories describing aspects of the same task be mapped?

Our team is getting started with using user stories for gathering requirements. We are experiencing some confusion about how they should be mapped to tasks. It seems we have several user stories that ...
1
vote
3answers
145 views

How to break a user story that changes something huge internally e.g. underlying data access layer

We have a few products with one of the product use flat files for persistence.. Other products in the suite can use that data (via API) but only one at a time.. We cannot put the whole files in DB as ...
1
vote
2answers
190 views

Who coined the “original” User story template

I'm looking for some background on this template (need a citation for a report). Who was the person who came with the well known template? “As a [user], I want [function], so that [value]” I've been ...
1
vote
5answers
1k views

In agile dev, how do you organize user stories?

How do you go about organizing user stories? What I did was this for a web application: Made a title for a web page like 'index', then listed all the stores the user can do on this page. I ...
0
votes
1answer
43 views

Measuring scale for story points in Scrum framework

According to this Scrum article: Story points are relative values that do not translate directly into a specific number of hours. Instead, story points help a team quantify the general size ...
0
votes
0answers
66 views

Best tool for User Story Requirements capture and project tracking [closed]

I'm looking for a cloud solution for full Agile project management to cover two purposes capture of requirements in the form of user stories. This will be a collaborative environment for a ...
0
votes
6answers
54 views

service to organize user stories

Anybody knows a good web service, where I can write and modify user storyes with other people? Thanks. I used google wave. But from 2012 google close this project.
0
votes
1answer
36 views

User Stories for shared code and libraries

I am working on a project that requires the use of user stories and part of the project is to perform authentication against an ASP.NET database. From reading up on this a story would follow a similar ...
0
votes
2answers
50 views

User input of program feature request in TFS2010

Is there any way that users can enter feature requests, so that they will appear in TFS2010? We would like to keep an overview of all incoming requests and only create our own User Stories after ...

1 2