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.
- 30A "small software company with 1 product" probably doesn't have multiple levels of management, and quite possibly the existing managers don't have formal education in management.Michael Borgwardt– Michael Borgwardt2016-03-23 17:01:29 +00:00Commented Mar 23, 2016 at 17:01
- 46I do not find that hard to believe at all. Most likely the failure to meet sprint goals doesn't cause acute problems because features are still being delivered fast enough for the business side to work reasonably well, maybe because the product doesn't have much competition in its niche and sales don't depend on promising new features and delivering them on time.Michael Borgwardt– Michael Borgwardt2016-03-23 17:29:59 +00:00Commented Mar 23, 2016 at 17:29
- 9@Orca: In 18 months, you should've been able to cut down the size, scope and number of stories to the point where you achieved some success. I would think 3 sprints is a reasonable amount of time to figure out the smallest pieces of work you can accomplish in a sprint. Once you achieve that, use what you've learned and build up slowly. Build up of the competencies of the team you have. and remember: This is a team sport, not just the developers, but the scrum master, the folks responsible for the product and feature descriptions, QA, etc. all need to work on the solution.Lindsay Morsillo– Lindsay Morsillo2016-03-23 19:15:08 +00:00Commented Mar 23, 2016 at 19:15
- 31Having worked in a one-product-shop before, there is more pressure to "fill the bucket" than there is in a bigger place with different and shifting priorities. It's possible the devs are afraid to say no even though the things that should go in plus the 'flavor of the month' things from management are more than they can deliver on. It takes a lot of guts to tell the CEO no, no matter the size of the company.corsiKa– corsiKa2016-03-23 19:23:08 +00:00Commented Mar 23, 2016 at 19:23
- 14The thing is, "success" in creating a product is never measured in terms of how much spare time you had at the end of a fortnight. If at the end of each sprint, you delivered working software, then the excess stories you planned into the sprint are irrelevant. They'll be picked up next sprint, so what! You're defining your team's success solely by how well they are fitting to the bureaucracy of the methodology. That is not Agile. @bmarguiles has it right - scrum is a guide, not holy scripture.gbjbaanb– gbjbaanb2016-03-24 11:52:20 +00:00Commented Mar 24, 2016 at 11:52
| Show 10 more comments
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