TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Implementing SCRUM - story of a Seedcamp winner

29 点作者 vladimiroane大约 16 年前
How our team switched to SCRUM and why we believe it is important to have a development methodology when you are a startup.

6 条评论

sanj大约 16 年前
I worked with Ken Schwaber while at my last startup. I'd be happy to offer insights, but not in a public forum.<p>It's also very interesting to see SCRUM being given credit for "quadrupled revenue in 2007" at PK: <a href="http://bit.ly/RsRNm" rel="nofollow">http://bit.ly/RsRNm</a><p>In reality, pretty much all of that revenue (~70% increase) was due to a single very, very big deal with HCA: <a href="http://bit.ly/Rtq7i" rel="nofollow">http://bit.ly/Rtq7i</a><p>That particular deal was based on a project that I identified, prototyped, developed, installed, refined and then went on the road to sell.<p>I can categorically say that it had very little to do with SCRUM and much more to do with a tremendous (and very small!) team of three that I had the privilege of working with who helped in identifying a fallow market, building a great product, and marketing it well.
评论 #501524 未加载
gruseom大约 16 年前
I'm surprised that a startup would even consider following one of these processes. They are responses to the organizational constraints of corporate software development (and its symbiotic relationship with big-name consultants). A startup isn't, or shouldn't be, subject to those constraints in the first place. So a startup that feels the need for such a process seems likely to have more fundamental problems than a process can fix.<p>I don't mean to criticize anything that's genuinely working, and one can't tell much about a particular situation from a blog post. But all other things being equal, I'd say something is wrong.<p>Edit: I missed this from the original article and just read it in another comment:<p><i>The development team is run by a project manager. His role is to move the top priority user stories from product backlog to the sprint backlog and break them in atomic tasks that are distributed to your developers.</i><p>Is this a joke? This is not only ludicrous behavior for a startup, it's <i>the very opposite</i> of the process this startup has supposedly adopted. I take back "one can't tell much about a particular situation from a blog post". This says a great deal.
psranga大约 16 年前
"You separate the business from the development. You need a product guy, interested in features that will move the product fwd. He is called the product owner. He keeps a file (an excel works best) - a product backlog - with all the features, called user stories. They are organized by priority. The development team is run by a project manager. His role is to move the top priority user stories from product backlog to the sprint backlog and break them in atomic tasks that are distributed to your developers."<p>"break them into atomic tasks": I didn't think this sort of hyper-specialization would work in a fast-paced environment. It seems to treat developers as just English-to-C++ translators.<p>My experience has been that specifying in great detail <i>HOW</i> to do things (as SCRUM does for s/w development) doesn't work as well as specifying <i>WHAT</i> to do and letting people figure out how to do it, but holding them accountable for results. The latter style will naturally result in the evolution of automated systems such as regressions, quantitative user feedback, beta progam etc to ensure that the work got done and quality is maintained.<p>One should have some structure and avoid reinventing the wheel, but I'm skeptical of detailed recipes like this.
评论 #501796 未加载
评论 #501469 未加载
biohacker42大约 16 年前
My experience with SCRUM is that is sort of works for large organizations, but it's not a magic bullet.<p>It's best use is as a conduit for the introduction of sane development practices like unit tests, systems tests, and continuous integration.<p>I remain very skeptical of SCRUM for small organizations.
CalmQuiet大约 16 年前
Well, I'm a solo developer, so I've only kept agile strategies at the edge of my radar, but they've certainly persuaded me to keep aware of the issues... for that hoped-for time when I need to be part of a team.
评论 #501450 未加载
DanielBMarkham大约 16 年前
Great to hear a new Scrum convert and the difference it can make in a team! (startup or otherwise)<p>Couple of notes from an old Agile guy:<p>1) The Product Owner goes away with a startup. Everybody is representing the business. The P.O. idea was always an oversimplification anyway. In reality you have to adapt. (This is true of all of this)<p>2) You don't have to plan every task. Some teams do, some teams don't. Stories are hunks of business value that you can deliver inside a sprint. Tasks are what you do to make stories happen. If you can grab a story and deliver it, tested and approved, without decomposing your story into tasks? Good for you. I say go for it. But it's a team decision. Some folks are just more detail-oriented than I am. All I care about is getting the value to the customers.<p>3) It's a framework, not a methodology. Scrum is a PM framework around Agile principles. It doesn't tell you <i>how</i> to do things, simply the process for keeping track of your team's to-do list and executing on that list. It's all goodness and wondefulness, sure. But it's not the end of world hunger. Just some nice rituals to keep the team on-track.<p>4) The most important part of Scrum, or of agile for that matter, is to adapt. It's okay to totally screw-up. What I want to see is a team that is constantly improving their ability to deliver value. Whatever you read in a book or see in a seminar, you have to own and adapt it for your use. I've found that many folks get the idea of "process is evil" and then start to use cookie-cutter processes for their agile teams. Ouch. All of those rituals like stand-ups, showcases, retros and such? They're there because <i>over time we believe that most software development teams will adapt to use some form of them</i>. So start with them for a few cycles, then change it up.<p>5) Because of all of this, there is no conflict between Agile principles and startups. In fact, every startup I've seen that was successful was in some fashion agile. Startups are about providing perceived value to the customer quickly. Agile is about providing value to the Product Owner quickly. Unless you screw it up, it's the same difference.<p>If you haven't looked into it, I'd give some agile concepts a look-see. Even when I sole-developing I use a backlog, sprint, "done", etc. Not because I'm a fan, but because it is just the best way of working.
评论 #501528 未加载