simple pattern for user stories in scrum
authorChris Koeritz <cak0l@virginia.edu>
Thu, 11 Nov 2021 00:01:01 +0000 (19:01 -0500)
committerChris Koeritz <cak0l@virginia.edu>
Thu, 11 Nov 2021 00:01:01 +0000 (19:01 -0500)
not quite a document, but this is the archetypal user story format.
e.g. "as a standard user of the yoyodyne website, i'd like to have my
profile available on the site, so that i can check my records and
update them."

infobase/document_templates/user_story_template.txt [new file with mode: 0644]

diff --git a/infobase/document_templates/user_story_template.txt b/infobase/document_templates/user_story_template.txt
new file mode 100644 (file)
index 0000000..d5b8eaf
--- /dev/null
@@ -0,0 +1,6 @@
+
+A typical "user story" in Scrum goes like this...
+
+As user/role X, I want feature/item Y, because of business purpose Z.
+
+