<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Writing user stories for agile (Scrum) projects – revisited</title>
	<atom:link href="http://breathingtech.com/2009/writing-user-stories-for-agile-scrum-projects-revisited/feed/" rel="self" type="application/rss+xml" />
	<link>http://breathingtech.com/2009/writing-user-stories-for-agile-scrum-projects-revisited/</link>
	<description>Technology, mobility and software development</description>
	<lastBuildDate>Thu, 17 May 2012 03:13:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Writing user stories for agile (Scrum) projects – revisited &#124; Agile Software Development</title>
		<link>http://breathingtech.com/2009/writing-user-stories-for-agile-scrum-projects-revisited/comment-page-1/#comment-51198</link>
		<dc:creator>Writing user stories for agile (Scrum) projects – revisited &#124; Agile Software Development</dc:creator>
		<pubDate>Tue, 21 Feb 2012 20:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://breathingtech.com/?p=1220#comment-51198</guid>
		<description>[...] Writing user stories for agile (Scrum) projects – revisited                   via breathingtech.com [...]</description>
		<content:encoded><![CDATA[<p>[...] Writing user stories for agile (Scrum) projects – revisited                   via breathingtech.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Per Ola Sæther</title>
		<link>http://breathingtech.com/2009/writing-user-stories-for-agile-scrum-projects-revisited/comment-page-1/#comment-12725</link>
		<dc:creator>Per Ola Sæther</dc:creator>
		<pubDate>Mon, 01 Nov 2010 20:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://breathingtech.com/?p=1220#comment-12725</guid>
		<description>Hi Rad, I will try to answer your questions.

1. I think that the easiest will be to not use the chapter numbering and just use the user story ID. I see that the chapter numbering can be confusing and I guess that the best would be to only use the story name as heading.

2. I&#039;m not very familiar to BDD so I do not think I can help you there. This post was just about user stories. It is possible to expand the template so that each user story will have one or several acceptance criteria. It is also possible to write Epics that consists of several user stories. But I guess the BDD guys have some best practices on how to do this?</description>
		<content:encoded><![CDATA[<p>Hi Rad, I will try to answer your questions.</p>
<p>1. I think that the easiest will be to not use the chapter numbering and just use the user story ID. I see that the chapter numbering can be confusing and I guess that the best would be to only use the story name as heading.</p>
<p>2. I&#8217;m not very familiar to BDD so I do not think I can help you there. This post was just about user stories. It is possible to expand the template so that each user story will have one or several acceptance criteria. It is also possible to write Epics that consists of several user stories. But I guess the BDD guys have some best practices on how to do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rad</title>
		<link>http://breathingtech.com/2009/writing-user-stories-for-agile-scrum-projects-revisited/comment-page-1/#comment-12715</link>
		<dc:creator>Rad</dc:creator>
		<pubDate>Mon, 01 Nov 2010 18:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://breathingtech.com/?p=1220#comment-12715</guid>
		<description>I have two questions:
1. How would you incorporate sub stories like the once in May&#039;s post:
1.1 Most popular blue-ray discs sold, 1.1.1 Sort by price, 1.1.2 Sort by popularity. I know these user stories are not quite connected with once shown here, but you can probably extend it to make a case). What confuses me if I add a sub story after I have written user stories per actor then adding a new sub story as 1.1.1 will mess up my existing user stores heading.

2. I am learning BDD with Specflow (Cucumber) and I want to use your template as the source for my feature, scenario1, ...scenarioN acceptance testing. Can you elaborate on this how I would transition from your template to BDD feature specifications.
In BDD they break down the requirements to Business Goal&gt;Actor-Goal&gt;Epics&gt;User Stories&gt;Acceptance Criteria and then write Code as can be seen in &quot;bridging the gap between requirements and code&quot; pdf from a bdd talk handout:
http://www.devcamp.at/CMSPages/getFile.aspx?nodeguid=13f4952c-fe15-449e-a510-34fb7fe89035&amp;disposition=attachment
If you see pages: 25, 43-54 (you will know what I mean)

Thanks
Rad</description>
		<content:encoded><![CDATA[<p>I have two questions:<br />
1. How would you incorporate sub stories like the once in May&#8217;s post:<br />
1.1 Most popular blue-ray discs sold, 1.1.1 Sort by price, 1.1.2 Sort by popularity. I know these user stories are not quite connected with once shown here, but you can probably extend it to make a case). What confuses me if I add a sub story after I have written user stories per actor then adding a new sub story as 1.1.1 will mess up my existing user stores heading.</p>
<p>2. I am learning BDD with Specflow (Cucumber) and I want to use your template as the source for my feature, scenario1, &#8230;scenarioN acceptance testing. Can you elaborate on this how I would transition from your template to BDD feature specifications.<br />
In BDD they break down the requirements to Business Goal&gt;Actor-Goal&gt;Epics&gt;User Stories&gt;Acceptance Criteria and then write Code as can be seen in &#8220;bridging the gap between requirements and code&#8221; pdf from a bdd talk handout:<br />
<a href="http://www.devcamp.at/CMSPages/getFile.aspx?nodeguid=13f4952c-fe15-449e-a510-34fb7fe89035&#038;disposition=attachment" rel="nofollow">http://www.devcamp.at/CMSPages/getFile.aspx?nodeguid=13f4952c-fe15-449e-a510-34fb7fe89035&#038;disposition=attachment</a><br />
If you see pages: 25, 43-54 (you will know what I mean)</p>
<p>Thanks<br />
Rad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: User stories versus use cases</title>
		<link>http://breathingtech.com/2009/writing-user-stories-for-agile-scrum-projects-revisited/comment-page-1/#comment-8265</link>
		<dc:creator>User stories versus use cases</dc:creator>
		<pubDate>Wed, 25 Aug 2010 20:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://breathingtech.com/?p=1220#comment-8265</guid>
		<description>[...] You can read more about user stories in a previous post: Writing user stories for agile (Scrum) projects and the follow up post Writing user stories for agile (Scrum) projects &#8211; revisited [...]</description>
		<content:encoded><![CDATA[<p>[...] You can read more about user stories in a previous post: Writing user stories for agile (Scrum) projects and the follow up post Writing user stories for agile (Scrum) projects &#8211; revisited [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Writing user stories for agile (Scrum) projects</title>
		<link>http://breathingtech.com/2009/writing-user-stories-for-agile-scrum-projects-revisited/comment-page-1/#comment-3275</link>
		<dc:creator>Writing user stories for agile (Scrum) projects</dc:creator>
		<pubDate>Sun, 24 Jan 2010 19:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://breathingtech.com/?p=1220#comment-3275</guid>
		<description>[...] Update: I have revisted this subject and written a follow up post: Writing user stories for agile (Scrum) projects &#8211; revisited [...]</description>
		<content:encoded><![CDATA[<p>[...] Update: I have revisted this subject and written a follow up post: Writing user stories for agile (Scrum) projects &#8211; revisited [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

