內容行事曆管線

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"