Skip to main content

Scrum Framework - Three Artifacts - By Ankur Mistry

In this article, we will discuss three artifacts in Scrum Frameworks.
There are three artifacts in Agile Scrum Framework.
  1. Product Backlog
  2. Sprint Backlog
  3. Working Product

    (Figure: Scrum Process from : https://commons.wikimedia.org/wiki/File:Scrum_process.svg)

Product Backlog is an ordered list of tasks or features that need to be done within the project. It may have short descriptions of all functionality desired in the product. Product Backlog is owned by the Product Owner.
  • It is an ordered list of features for the product.
  • Each product item has an Order, Value, Description, and Estimation.
  • Generally, tasks which have more business values are the top priority.
  • Product Owner owns the product backlog.
  • Product Owner makes sure that the product backlog is clear and transparent to the team.
  • Anyone from the team can add an idea in the product backlog but it's product owner who decides which one stays there.
  • There is one Product Backlog for one product, multiple teams who are working on the same product use the same product backlog.
Product backlog has the following different types,
  • Features
  • Bugs
  • Technical work
  • Knowledge acquisition
Sprint Backlog is an ordered list of tasks that are selected by the Scrum team from the product backlog to be achieved or completed in the sprint. The sprint backlog is owned by Development Team.
  • Set of product backlog items selected for the sprint.
  • Sprint Backlog makes visible all of the work items that development team identifies as a priority to meet the sprint goal.
  • Owned by development team and updated by only development team during the sprint.
  • Sprint goal is fixed but new tasks which need to complete the sprint goal can be added to the sprint backlog during the sprint.
  • It is critical that team will only commit to items that they can complete in particular sprint.
  • Sprint Burndown and Sprint Burnup Chart will be managed during the sprint.
Working Product is something that we have created using product backlog and scrum process which provides benefits to a market.
  • It's a sum of all the tasks from product backlog that are completed during the sprint and all previously completed sprints.
  • All tasks must meet acceptance criteria and meet the definition of 'Done'.
  • Product Owner decides which tasks have been done and are ready for release. 
Scrum depends or relies on transparency and the above 3 artifacts help manage transparency among the Product Owner, Scrum Master, and Development Team.

It is the Scrum Master's duty to work with the Product Owner and Development Team to understand if the artifacts are completely transparent. I hope you liked this article, please leave your comments and suggestions in the comment box.
Reference
  • https://www.scrumalliance.org/
  • http://staragile.com

Comments

Popular posts from this blog

Agile Story Point Estimation Techniques - T-Shirt Sizing by - Ankur Mistry

In my previous articles, we have discussed  Agile Story Point Estimation  and  Agile Story Point Estimation Techniques - Planning Poker . In this article, we will learn Story Point Estimation using T-Shirt Size Technique. What is T-shirt sizing? T-shirt Sizing is one of the Story points sizing technique to estimate user story usually used in agile projects. It's a relative Estimation Technique. Rather than using a number of planning pokers, here, Items are classified into t-shirt sizes: XS, S, M, L, XL. The term originates from the way T-shirt sizes are indicated in the US. Rather than having T-shirts in sizes 4, 5, 6 etc, there are just a few sizes: Small (S), Medium (M), Large (L) and Extra Large (XL) and so on. With T-shirt measuring, the development team is made a request to evaluate whether they think a story is extra-small, small, medium, large, extra-large, or double extra-large. By expelling the numerical score, the development team is allow...

Retrospective Meetings By:Namrata Parik

This article talks about the least important meeting in a Sprint, the retrospective meeting, at  least as considered by the business and sometimes also by the developers. It is often considered to be a waste of time and given the least priority, and sometimes even omitted if there are time constraints. In fact it is the most important meeting but does not show any immediate business value. Talking about my own experience, we were newly into the project and the geek in the team was not getting enough technical tasks to devour, resulting in not so good documentations by him and his general disinterest in the team. This was discussed in the retrospective and his problem was faced, assessed and solved within a span of two weeks (a single Sprint), and he was given enough tasks to fulfill his coding appetite, resulting in better output by the entire team. Talking about retrospective techniques, the most effective way to conduct a retrospective is the Timeline Review. The te...

Scrum Framework - 5 Events in Scrum Framework - By Ankur Mistry

In my previous articles, we have discussed  3 Roles  and  3 Artifacts  in Scrum. In this article, we are going to discuss 5 events in the Scrum Framework. There are Five events in Agile Scrum Framework. Sprint Planning Daily Scrum Sprint Review Sprint Retrospective The Sprint ( Figure: Life cycle of Scrum from  http://www.agiletroop.com/product/life-cycle-of-scrum/ ) Sprint Planning  is the event in which the Product Owner presents the ordered product backlog to the development team. As the word suggests, 'Sprint Planning' means we are going to plan the work to be done in the Sprint. There are two main parts - 'What' and 'How'. 'What' can be done in this Sprint? 'How' will the selected work get done? What can be done in the Sprint - In this part, the Product Owner presents the product backlog items with high business value tasks as a first priority to the development team. All team members collaborate to understand ...