graph/nodes/workorders/workorders.yaml

nodes:
  - id: WO_0001
    type: workorder
    title: Nova Striker Hero Production Order
    status: in_progress
    owner: character-production
    description: Work order instance of the hero recipe for CHR001 Nova Striker.
    lifecycle: implemented
    tags:
      - workorder
      - hero
    relations:
      - RECIPE_HERO_V1
      - ASSET_CHR001
      - DOC_CHR001_IDENTITY
    created: 2026-07-09
    updated: 2026-07-09
  - id: WO_0002
    type: workorder
    title: Syndicate Runner Enemy Production Order
    status: ready
    owner: gameplay-production
    description: Work order instance of the enemy recipe for first VS-001 enemy production.
    lifecycle: implemented
    tags:
      - workorder
      - enemy
    relations:
      - RECIPE_ENEMY_V1
      - ASSET_ENM001
      - DOC_GDD_ENEMIES
    created: 2026-07-09
    updated: 2026-07-09
  - id: WO_0003
    type: workorder
    title: Harbor District Level Production Order
    status: blocked
    owner: level-production
    description: Work order instance of the level recipe for the first harbor level.
    lifecycle: implemented
    tags:
      - workorder
      - level
      - blocked
    relations:
      - RECIPE_LEVEL_V1
      - PROJECT_VS001
      - QA_PLAYTEST
    created: 2026-07-09
    updated: 2026-07-09

Open raw source