Skip to content
This repository has been archived by the owner on Apr 1, 2021. It is now read-only.

Article: Sprint Workflow #656

Merged
merged 5 commits into from
Apr 2, 2016
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions What-Is-A-Sprint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

# **What is a Sprint?**


A **sprint** is a set period of time broken out from a project's overall timeline with associated tasks to be completed during that period of time. That list of tasks is referred to as the sprint's *Product Backlog*.


The ideology behind a *sprint* allows a larger timeline to be easily broken into smaller, more digestible pieces in order to focus effort from all stakeholders on a few logically scheduled tasks at a time.

All deliverables from a sprint must be accepted by the key stakeholders prior to moving to the next sprint and a project will have multiple sprints until scope has been met.

In most cases, a *sprint* begins with a planning meeting where the person or persons requesting the work meet with the developers in order to determine what work can realistically be completed during the time period, or sprint, being discussed. The developer will generally have the final say on what work will be completed during the sprint.

In some organizations these meetings will be overseen by either a Scrum Master or a Project Manager in order to ensure the overall goal of the project has been met after all sprints have been completed.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SeanFCC Isn't the Project Manager, a Scrum Master?
What's Scrum? (definition required)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the beginning of a set of articles. Defining Scrum will take an entire separate article.

And no Scrum Master and Project Manager aren't the same thing.

https://www.scrumalliance.org/community/articles/2012/august/a-scrum-master-is-not-a-project-manager-by-another

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SeanFCC ok. cool 😎
Maybe you can add a link to the scrum article after creating the scrum article.
Thanks.


Sprints, on average, will last as much as 30 days or as little as a week depending upon both the size of the project, the number of tasks to be completed, and the number of resources available to work on the sprint's tasks.

In addition, in some organizations developers will meet daily to discuss project progress, needs, and roadblocks. These meetings are sometimes referred to as SCRUM meeting or Daily Stand-up Meeting. The person or persons are sometimes invited to listen however they are only in attendance as observers.

![sprint schedule](http://i.imgur.com/l8EAw1L.png "example of sprint schedule")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SeanFCC What to conclude from the image? What does the image signify?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The very next line after the image tells you 'The above is an example of a sprint plan which has been laid out in six 30 day sprints.'

Will this work?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SeanFCC I think a brief definition about Sprint Increment and Sprint Dev might help clarify it.


The above is an example of a sprint plan which has been laid out in six 30 day sprints. You can see that there is a Sprint Dev in each of the six sprints but from Sprint 2 on there is something labeled as a __Sprint # Increment__.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SeanFCC What's Sprint Increment and Sprint Dev? Is it same as a Scrum Master?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will add some further definition around that. Thank you.

Srum Master will be defined in the article about SCRUM.