Knowledge Base Maintenance

Notion

Documentation lifecycle.

5 nodes · 5 edgesnotion templates
notiontemplate
Visual
Draft Articlehuman
sequentialPeer Review
Peer Reviewhuman
sequentialAI Format Check
AI Format Checkagent
sequentialPublish to Wiki
Publish to Wikisystem
sequentialPeriodic Review
fallbackAI Format Check
Periodic Reviewhuman
ex-knowledge-base.osop.yaml
osop_version: "1.0"
id: "knowledge-base"
name: "Knowledge Base Maintenance"
description: "Documentation lifecycle."
tags: [notion, template]

nodes:
  - id: "draft"
    type: "human"
    name: "Draft Article"
  - id: "peer_review"
    type: "human"
    name: "Peer Review"
  - id: "format"
    type: "agent"
    name: "AI Format Check"
  - id: "publish"
    type: "system"
    name: "Publish to Wiki"
  - id: "maintain"
    type: "human"
    name: "Periodic Review"

edges:
  - from: "draft"
    to: "peer_review"
    mode: "sequential"
  - from: "peer_review"
    to: "format"
    mode: "sequential"
  - from: "format"
    to: "publish"
    mode: "sequential"
  - from: "publish"
    to: "maintain"
    mode: "sequential"
  - from: "publish"
    to: "format"
    mode: "fallback"
    label: "Needs revision"