OKR 追蹤週期
Notion每季 OKR 設定與追蹤流程。
4 個節點 · 4 條連接notion templates
notiontemplate
視覺化
設定目標human
↓sequential→ 定義關鍵結果
定義關鍵結果human
↓sequential→ 每週進度確認
每週進度確認human
↓loop→ 每週進度確認
↓conditional→ 季度回顧
季度回顧human
ex-okr-tracking.osop.yaml
osop_version: "1.0"
id: "okr-tracking"
name:"OKR 追蹤週期"
description:"每季 OKR 設定與追蹤流程。"
tags: [notion, template]
nodes:
- id: "set_obj"
type: "human"
name: "設定目標"
- id: "define_kr"
type: "human"
name: "定義關鍵結果"
- id: "checkin"
type: "human"
name: "每週進度確認"
- id: "review"
type: "human"
name: "季度回顧"
edges:
- from: "set_obj"
to: "define_kr"
mode: "sequential"
- from: "define_kr"
to: "checkin"
mode: "sequential"
- from: "checkin"
to: "checkin"
mode: "loop"
when: "week < quarter_end"
label: "Repeat weekly"
- from: "checkin"
to: "review"
mode: "conditional"
when: "week == quarter_end"