內容行事曆管線
Notion從發想到發布的內容創作完整流程。
5 個節點 · 5 條連接notion templates
notiontemplate
視覺化
發想主題human
↓sequential→ 撰寫草稿
撰寫草稿agent
↓sequential→ 編輯審稿
編輯審稿human
↓sequential→ 設計視覺素材
設計視覺素材human
↓sequential→ 發布至 CMS
↓fallback→ 編輯審稿
發布至 CMSapi
ex-content-calendar.osop.yaml
osop_version: "1.0"
id: "content-calendar"
name:"內容行事曆管線"
description:"從發想到發布的內容創作完整流程。"
tags: [notion, template]
nodes:
- id: "ideate"
type: "human"
name: "發想主題"
- id: "write"
type: "agent"
name: "撰寫草稿"
- id: "edit"
type: "human"
name: "編輯審稿"
- id: "design"
type: "human"
name: "設計視覺素材"
- id: "publish"
type: "api"
name: "發布至 CMS"
edges:
- from: "ideate"
to: "write"
mode: "sequential"
- from: "write"
to: "edit"
mode: "sequential"
- from: "edit"
to: "design"
mode: "sequential"
- from: "design"
to: "publish"
mode: "sequential"
- from: "design"
to: "edit"
mode: "fallback"
label: "Needs revision"