Sprint 規劃週期

Human ↔ Human

完整的敏捷 Sprint,從待辦事項精煉、規劃、每日站立會議、Sprint 回顧到回顧檢討。

5 個節點 · 5 條連接agile
human
視覺化
待辦事項精煉human

產品負責人與團隊共同精煉、估算並排序待辦事項。

sequentialSprint 規劃
Sprint 規劃human

團隊選定本 Sprint 的用戶故事,並定義驗收標準。

sequential每日站立會議
每日站立會議human

團隊分享進度、阻礙及當日工作計畫。

loop每日站立會議
sequentialSprint 審查
Sprint 審查human

團隊向利害關係人展示已完成的工作並收集回饋。

sequential回顧檢討
回顧檢討human

團隊反思哪些做得好、哪些有待改進,並達成改善共識。

uc-sprint-planning.osop.yaml
osop_version: "1.0"
id: "sprint-planning"
name:"Sprint 規劃週期"
description:"完整的敏捷 Sprint,從待辦事項精煉、規劃、每日站立會議、Sprint 回顧到回顧檢討。"

nodes:
  - id: "backlog_grooming"
    type: "human"
    subtype: "input"
    name: "待辦事項精煉"
    description: "產品負責人與團隊共同精煉、估算並排序待辦事項。"

  - id: "sprint_planning"
    type: "human"
    subtype: "input"
    name: "Sprint 規劃"
    description: "團隊選定本 Sprint 的用戶故事,並定義驗收標準。"

  - id: "daily_standup"
    type: "human"
    subtype: "input"
    name: "每日站立會議"
    description: "團隊分享進度、阻礙及當日工作計畫。"

  - id: "sprint_review"
    type: "human"
    subtype: "review"
    name: "Sprint 審查"
    description: "團隊向利害關係人展示已完成的工作並收集回饋。"

  - id: "retrospective"
    type: "human"
    subtype: "input"
    name: "回顧檢討"
    description: "團隊反思哪些做得好、哪些有待改進,並達成改善共識。"

edges:
  - from: "backlog_grooming"
    to: "sprint_planning"
    mode: "sequential"
  - from: "sprint_planning"
    to: "daily_standup"
    mode: "sequential"
  - from: "daily_standup"
    to: "daily_standup"
    mode: "loop"
    when: "sprint_day < sprint_length"
    label: "Repeat daily"
  - from: "daily_standup"
    to: "sprint_review"
    mode: "sequential"
  - from: "sprint_review"
    to: "retrospective"
    mode: "sequential"