You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- Doesn't this understate the work already done, though?Bradley Thomas– Bradley Thomas2017-02-24 15:17:23 +00:00Commented Feb 24, 2017 at 15:17
- The point is that this most likely is not an outlier, it rarely is. But if it is an outlier and the rest of the sprints do have a higher velocity then chalk this sprint up to things that happens. But to know it is an outlier you will have to know the truth about it. A task is not done unless it meets the definition of done and it doesn't.Bent– Bent2017-02-24 15:29:28 +00:00Commented Feb 24, 2017 at 15:29
- I was not wondering about "not finished" part, just about how to plan with the already done part. And for the sake of the argument, let's assume the reasons for non-completion are perfectly valid, nothing the team was in any shape or form responsible for and the planning correct.Stephie– Stephie2017-02-24 15:38:30 +00:00Commented Feb 24, 2017 at 15:38
- 4@Stephie There aren't "valid" and "invalid" reasons for a story to be incomplete. What's more relevant is whether the reasons are recurring and/or actionable. If the reason isn't recurring then the dip in your velocity should be brief. If it is recurring, then you really do just have a lower velocity. Either way, "compensating" is unnecessary.Derek Elkins left SE– Derek Elkins left SE2017-02-25 02:58:37 +00:00Commented Feb 25, 2017 at 2:58
- 1Yes, this understates the work done, but that's what you want. People seem to want to gamify velocity, as if it's supposed to be pushed higher and higher. That's not the point at all. Velocity is a measure of how much work your team can do at a normal pace during any given sprint. If you overdid it, and didn't finish all your story points in your sprint, then that likely means your velocity is tracking too high. It's not about looking good or bragging rights; it's about being able to accurately measure how much the team can do.Chris Pratt– Chris Pratt2017-07-28 15:40:45 +00:00Commented Jul 28, 2017 at 15:40
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. design-patterns), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you