<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BBBBlance &#187; scrum</title>
	<atom:link href="http://7skip.com/tag/scrum/feed/" rel="self" type="application/rss+xml" />
	<link>http://7skip.com</link>
	<description>迷恋蝴蝶效应和平衡之道</description>
	<lastBuildDate>Thu, 08 Dec 2011 07:53:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>敏捷开发的一些记录</title>
		<link>http://7skip.com/2011/06/27/%e6%95%8f%e6%8d%b7%e5%bc%80%e5%8f%91%e7%9a%84%e4%b8%80%e4%ba%9b%e8%ae%b0%e5%bd%95/</link>
		<comments>http://7skip.com/2011/06/27/%e6%95%8f%e6%8d%b7%e5%bc%80%e5%8f%91%e7%9a%84%e4%b8%80%e4%ba%9b%e8%ae%b0%e5%bd%95/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 06:53:10 +0000</pubDate>
		<dc:creator>sk</dc:creator>
				<category><![CDATA[杂]]></category>
		<category><![CDATA[scrum]]></category>
		<category><![CDATA[敏捷开发]]></category>

		<guid isPermaLink="false">http://7skip.com/?p=269</guid>
		<description><![CDATA[基于上周w的分享，了解了一些关于敏捷开发的内容。sherlock已经在yh项目中使用，看起来还不错，接下来gk项目也会使用这个流程。 忽略掉一些scrum master之类的角色，敏捷开发最终的目的就是： 减少沟通成本，上下一条心，凝成一股绳 生出来的枝节有：自我驱动和责任感，快速响应，细化的milstone，每日例会，评审和回顾，结对编程 sprint的中文解释是冲刺，每一次迭代周期都是一个sprint，目前我们暂定是10个工作日（2周） 描述用户需求的时候，对User story解释很准确：As a &#60;Role&#62; , I want to &#60;Activity&#62;, so that &#60;Business Value&#62;. Scrum角色主要有三个： 1、Produce Owner - 类似产品经理，了解市场，安排需求 2、Scrum Master - 类似“奶妈”的角色，他的作用就是保证团队成员遵守Scrum的流程和规则，调节团队气氛，激励团队，以及为团队成员排除一些额外的干扰，夸张点说有泡咖啡，买早饭等，主要是保证团队发挥最大的潜力，和最大的效率值。 3、Scrum Team - 团队成员，需要保持自我驱动性。书上说团队规模要在2-7名之间，可见沟通的重要性，也说明敏捷开发胜在小而精，保持冲刺的心态，一个人顶仨人！ 比较好玩的是时间估算，也是最难的，这里面涉及到用户的需求以及由此确定的优先级。 燃尽图是另一个亮点了，有这么个图表在，会比较有紧迫感和成就感。 每日站会的内容： 1、目的是保证每个人都清楚项目的进度 2、更新任务墙，障碍列表，燃尽图 3、时间5-15分钟，多了会有反感 4、惩罚机制和奖励机制]]></description>
			<content:encoded><![CDATA[<p>基于上周w的分享，了解了一些关于敏捷开发的内容。sherlock已经在yh项目中使用，看起来还不错，接下来gk项目也会使用这个流程。</p>
<p>忽略掉一些scrum master之类的角色，敏捷开发最终的目的就是：<br />
减少沟通成本，上下一条心，凝成一股绳</p>
<p>生出来的枝节有：自我驱动和责任感，快速响应，细化的milstone，每日例会，评审和回顾，结对编程<br />
sprint的中文解释是冲刺，每一次迭代周期都是一个sprint，目前我们暂定是10个工作日（2周）</p>
<p>描述用户需求的时候，对User story解释很准确：As a &lt;Role&gt; , I want to &lt;Activity&gt;, so that &lt;Business Value&gt;.</p>
<p>Scrum角色主要有三个：<br />
1、Produce Owner<br />
- 类似产品经理，了解市场，安排需求<br />
2、Scrum Master<br />
- 类似“奶妈”的角色，他的作用就是保证团队成员遵守Scrum的流程和规则，调节团队气氛，激励团队，以及为团队成员排除一些额外的干扰，夸张点说有泡咖啡，买早饭等，主要是保证团队发挥最大的潜力，和最大的效率值。<br />
3、Scrum Team<br />
- 团队成员，需要保持自我驱动性。书上说团队规模要在2-7名之间，可见沟通的重要性，也说明敏捷开发胜在小而精，保持冲刺的心态，一个人顶仨人！</p>
<p>比较好玩的是时间估算，也是最难的，这里面涉及到用户的需求以及由此确定的优先级。<br />
燃尽图是另一个亮点了，有这么个图表在，会比较有紧迫感和成就感。</p>
<p>每日站会的内容：<br />
1、目的是保证每个人都清楚项目的进度<br />
2、更新任务墙，障碍列表，燃尽图<br />
3、时间5-15分钟，多了会有反感<br />
4、惩罚机制和奖励机制</p>
<p><a href="http://7skip.com/wp-content/uploads/2011/06/1.jpg"><img src="http://7skip.com/wp-content/uploads/2011/06/1.jpg" alt="" title="成功项目的影响要素" width="702" height="380" class="alignleft size-full wp-image-272" /></a><a href="http://7skip.com/wp-content/uploads/2011/06/2.jpg"><img src="http://7skip.com/wp-content/uploads/2011/06/2.jpg" alt="" title="问题项目的影响要素" width="702" height="380" class="alignleft size-full wp-image-274" /></a><a href="http://7skip.com/wp-content/uploads/2011/06/3.jpg"><img src="http://7skip.com/wp-content/uploads/2011/06/3.jpg" alt="" title="失败项目的影响要素" width="701" height="381" class="alignleft size-full wp-image-275" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://7skip.com/2011/06/27/%e6%95%8f%e6%8d%b7%e5%bc%80%e5%8f%91%e7%9a%84%e4%b8%80%e4%ba%9b%e8%ae%b0%e5%bd%95/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

