加盟商導入
B2B詢問 → 資格審核 → 簽署協議 → 選址 → 訓練 → 盛大開幕。
6 個節點 · 6 條連接food-service
humansystem
視覺化
申請人詢問human
潛在加盟商提交興趣表達、淨資產及目標市場偏好。
↓sequential→ 加盟商資格審核
加盟商資格審核human
審查財務狀況、背景及經營經驗。
↓conditional→ 加盟合約
加盟合約human
法務審查、FDD 揭露、簽署加盟合約並繳納加盟金。
↓sequential→ 選址與裝潢
↓parallel→ 加盟商訓練
選址與裝潢human
不動產團隊確認地點、洽談租約並監督施工。
↓sequential→ 盛大開幕
加盟商訓練system
6 週課程:營運、食品安全、POS 系統及品牌標準。
↓sequential→ 盛大開幕
盛大開幕event
推出開幕行銷活動,總部支援團隊於開幕前兩週進駐。
uc-franchise-onboarding.osop.yaml
osop_version: "1.0"
id: "franchise-onboarding"
name:"加盟商導入"
description:"詢問 → 資格審核 → 簽署協議 → 選址 → 訓練 → 盛大開幕。"
nodes:
- id: "applicant_inquiry"
type: "human"
subtype: "input"
name: "申請人詢問"
description: "潛在加盟商提交興趣表達、淨資產及目標市場偏好。"
- id: "qualification"
type: "human"
subtype: "review"
name: "加盟商資格審核"
description: "審查財務狀況、背景及經營經驗。"
security:
approval_gate: true
- id: "franchise_agreement"
type: "human"
subtype: "review"
name: "加盟合約"
description: "法務審查、FDD 揭露、簽署加盟合約並繳納加盟金。"
security:
risk_level: "high"
- id: "site_selection"
type: "human"
subtype: "input"
name: "選址與裝潢"
description: "不動產團隊確認地點、洽談租約並監督施工。"
timeout_sec: 7776000
- id: "training"
type: "system"
name: "加盟商訓練"
description: "6 週課程:營運、食品安全、POS 系統及品牌標準。"
- id: "grand_opening"
type: "event"
name: "盛大開幕"
description: "推出開幕行銷活動,總部支援團隊於開幕前兩週進駐。"
edges:
- from: "applicant_inquiry"
to: "qualification"
mode: "sequential"
- from: "qualification"
to: "franchise_agreement"
mode: "conditional"
when: "qualification.approved == true"
- from: "franchise_agreement"
to: "site_selection"
mode: "sequential"
- from: "franchise_agreement"
to: "training"
mode: "parallel"
- from: "site_selection"
to: "grand_opening"
mode: "sequential"
- from: "training"
to: "grand_opening"
mode: "sequential"