產品上市

Notion

協調一致的產品上市工作流程。

5 個節點 · 5 條連接notion templates
notiontemplate
視覺化
市場調查human
sequential建置 MVP
建置 MVPagent
sequentialBeta 測試
Beta 測試human
sequential行銷活動
行銷活動human
sequential公開上市
fallbackBeta 測試
公開上市system
ex-product-launch.osop.yaml
osop_version: "1.0"
id: "product-launch"
name:"產品上市"
description:"協調一致的產品上市工作流程。"
tags: [notion, template]

nodes:
  - id: "research"
    type: "human"
    name: "市場調查"
  - id: "build"
    type: "agent"
    name: "建置 MVP"
  - id: "beta"
    type: "human"
    name: "Beta 測試"
  - id: "marketing"
    type: "human"
    name: "行銷活動"
  - id: "launch"
    type: "system"
    name: "公開上市"

edges:
  - from: "research"
    to: "build"
    mode: "sequential"
  - from: "build"
    to: "beta"
    mode: "sequential"
  - from: "beta"
    to: "marketing"
    mode: "sequential"
  - from: "marketing"
    to: "launch"
    mode: "sequential"
  - from: "marketing"
    to: "beta"
    mode: "fallback"
    label: "Needs revision"