关于leangoo,我想讲的主要有三张图,PO的Product Backlog、Team的Sprint Backlog及Sprint的燃尽图。 Product Backlog 以下是我们PO使用的Product Backlog,基本与leangoo的示例一致,这个示例也是满足软件开发过程的。 编辑 这是一张PO的Product Backlog(如果看不清,可以放大),需要注意的都已经用红色标注: 1. 待梳理需...
Sprint andproduct backlogsserve distinct purposes, and the approach to managing them differs throughout the development process. Let’s explore the differences between product vs. sprint backlog, focusing on their scope and purpose, ownership and responsibility, level of detail, and flexibility. Scope...
Product Backlog Sprint Backlog 详细度 比较详细 非常详细 估算单位 Story Points 小时 文档归属 Product Owner 开发团队 更新频率 一次/周 一次/工作日 持续长度 整个项目周期 一个Sprint 文档名 Product Backlog workbook Iteration Backlog workbook 名词解释: Sprint:每一次迭代称为一个Sprint。 Backlog:其实就是...
Sprint:每一次迭代称为一个Sprint。 Backlog:其实就是需求列表。 SM:Scrum Master,Scrum过程的管理者。 PO:Product Owner,需求他说了算。 TEAM:架构师、开发人员、测试人员等。 Chicken:其他相关的人,如老总、客户。 ^_^ 故事点:一个相对独立的功能点。 度量:在过程中的一些度量值。如当前系统的BUG数。 事件...
在这一步,我们从Product Backlog中选择要在当前Sprint中完成的任务。 3. 创建Sprint Backlog ```yaml # sprint_backlog.yaml items: - id: 1 name: "Implement Feature A" description: "Start working on implementing feature A" - id: 2 name: "Fix Bug B" ...
ProductBacklog,Sprint,燃尽图 StoryIDstory1story2story3story4story5story6story7story8story9story10story11story12story13story14story15story16story17story18story19story20story21story22 StoryName登录配置业务处理服务器主界面公告通知&明细环境信息预警信息&明细拍照配电系统空调系统热水系统采暖系统综合能源管理气、...
Sprint backlog vs. product backlog: Differences explained Although the terms “sprint backlog” and “product backlog” sound similar, they are quite different. Let’s look at what a sprint backlog may include and how it differs from a product backlog. ...
Life is a marathon, not a spring.
Sprint Backlog(简称SB) 《= =#Scrum里面的简称都好奇葩,不是SB就是SM。》中文名有翻译叫“迭代待办事项”,也有翻译叫“冲刺待办事项”。这个其实就是团队定义好了本次的Sprint Goal之后,根据开发团队的迭代速度和这次迭代的迭代周期(例如2周到4周),从Product Backlog 根据优先级选出可以完成的需求,这些需求的...
Sprint 增量 vs 潜在可交付产品 vs MVP vs MMP 根据Scrum 指南: “ Scrum要求团队在每个sprint期间构建功能增量,并且增量必须是可交付的,因为产品负责人可能会决定在 sprint 结束时发布它。” 产品增量 (Product Increment)...