In Scrum, should tasks such as development environment set-up and capability development be managed as subtasks within actual user stories?

Posted by Asim Ghaffar on Programmers See other posts from Programmers or by Asim Ghaffar
Published on 2012-02-12T17:15:39Z Indexed on 2012/03/19 18:14 UTC
Read the original article Hit count: 445

Sometimes in projects we need to spend time on tasks such as:

  1. exploring alternate frameworks and tools
  2. learning the framework and tools selected for the project
  3. setting up the servers and project infrastructure (version control, build environments, databases, etc)

If we are using User Stories, where should all this work go?

One option is to make them all part of first user story (e.g. make the homepage for application). Another option is to do a spike for these tasks. A third option is to make task part of an Issue/Impediment (e.g. development environment not selected yet) rather than a user Story.

© Programmers or respective owner

Related posts about project-management

Related posts about agile