All Projects → tonydeng → user-stories-applied

tonydeng / user-stories-applied

Licence: other
敏捷的用户故事方法

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to user-stories-applied

gitbook-biblioteca-impresionante-en-espanol
Recopilación de libros sobre programación en español. Encontrados en GitBook.
Stars: ✭ 70 (+112.12%)
Mutual labels:  agile, gitbook
scrum-planning-poker
Please feel FREE to try it and give feedback by searching Scrum敏捷估算 in WeChat mini program.
Stars: ✭ 30 (-9.09%)
Mutual labels:  agile
s3-practical-guide
A practical guide for Sociocracy 3.0.
Stars: ✭ 56 (+69.7%)
Mutual labels:  agile
OSODOS
Open Science, Open Data, Open Source
Stars: ✭ 23 (-30.3%)
Mutual labels:  gitbook
hummingbird
커밋할수록 자라나는 귀여운 병아리들과 꾸준한 개발습관 들이기 어플 PeepPeep
Stars: ✭ 9 (-72.73%)
Mutual labels:  agile
openfisca-doc
User guide of OpenFisca
Stars: ✭ 15 (-54.55%)
Mutual labels:  gitbook
FreeBSD-Ask
FreeBSD 教程——FreeBSD 从入门到跑路。
Stars: ✭ 113 (+242.42%)
Mutual labels:  gitbook
vuepress-theme-book
A VuePress theme inspired by Gitbook
Stars: ✭ 107 (+224.24%)
Mutual labels:  gitbook
the-solo-developers-manifesto
This guide will help solo developers achieve what could be achieved by teams by God's mercy
Stars: ✭ 97 (+193.94%)
Mutual labels:  agile
agile
🌌 Global State and Logic Library for JavaScript/Typescript applications
Stars: ✭ 90 (+172.73%)
Mutual labels:  agile
maturity-models
Maturity models for IT, Agile, DevOps, TOGAF, Six Sigma, P3M3, etc.
Stars: ✭ 157 (+375.76%)
Mutual labels:  agile
creating-controls-in-assembler
Gitbook: https://mrfearless.gitbooks.io/creating-controls-in-assembler
Stars: ✭ 20 (-39.39%)
Mutual labels:  gitbook
Xcode-Error-Collection
总结的Xcode报错问题以及解决方法,希望在开发的路上都可以少走一些弯路。
Stars: ✭ 45 (+36.36%)
Mutual labels:  gitbook
doc
Documentation repository for wallabag v2.
Stars: ✭ 18 (-45.45%)
Mutual labels:  gitbook
pi-eco-indicator
Display at-a-glance data of carbon intensity or Octopus Agile prices on a Pimoroni Blinkt! display or a Pimoroni Inky pHAT display.
Stars: ✭ 15 (-54.55%)
Mutual labels:  agile
ydkjs-vim
📖 You Don't Know Js in Vim doc
Stars: ✭ 14 (-57.58%)
Mutual labels:  gitbook
jekyll-gitbook
Build Jekyll site with GitBook style!
Stars: ✭ 226 (+584.85%)
Mutual labels:  gitbook
myBook
使用GitBook记录开发笔记
Stars: ✭ 30 (-9.09%)
Mutual labels:  gitbook
master
This is an Open-Source, community-driven project for the creation of a documentation hub for Raspberry Pi and ARM Cardano Stake Pool Operators.
Stars: ✭ 18 (-45.45%)
Mutual labels:  gitbook
gitbook-plugin-autotheme
GitBook自动换肤插件
Stars: ✭ 13 (-60.61%)
Mutual labels:  gitbook

敏捷的用户故事方法

Build Status

user stories

人的大脑同时处理事物的能力是有限的,传统的产品PRD既要思考内容是否表述了产品的真实意图,还要想着符合公司对于格式、用词等等方面的要求,这是一件非常烦琐、心生厌烦的事情。更何况在写的同时还总是回响着一个声音:“这东西写出来有人看吗?”

在维基百科上对用户故事是这样描述的:

使用用户故事的目的,以更快的速度、更少的消耗应对现实世界需求的快速变化。

但是,我们使用用户故事,不仅仅是为了快。

从大脑的认知的角度来看,面对同样一个主题,通过多种不同的方式、不同活动的刺激,大脑才能深刻的理解和记忆。

著名的极限编程创始人之一Ron Jeffries提出了3C原则:

  • Card: 使用卡片记录用户故事,一方面可以隐藏底层细节,另一方面也方便各方人员在白板上将其移动,以整体图形的方式将与客户需求有关的内容深深印在团队脑海中,更不用说这样给项目规划带来的好处。
  • Conversation:对话是为了促进团队与客户之间的沟通,让大家谈论需求,大声说出来,这种活动也调动了大脑不同区域,让人们能把相关内容学的更快,记得更牢,同时还促进团队和客户之间的沟通,加强人际联系。
  • Confirmation:用户故事确认则是以反复的方式,与用户确认某个具体使用场景中的关键细节,从而不会导致遗漏。

一个好的用户故事,应该符合上述的3C原则。

另外,用户故事、计划会议等类似非技术实践,实施起来可能并不复杂,但是必须要结合TDD、持续集成、重构等技术实现,否则想要产生高质量的代码就是空谈。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].