Knowledge Graph

Knowledge Graph entity types and relationships (v2.2)

ishwarjha 74a34e5 777 B Updated

File contents

v2.2 Entity Types (15):

  • UserSegment
  • Opportunity
  • Persona
  • Experiment
  • Feature
  • Decision
  • Metric
  • MetricFormula
  • Launch
  • GovernanceEvent
  • PricingBand
  • EventTaxonomy
  • RegulatoryConstraint
  • TechDebtItem
  • OrgNode

Required behavior:

  • Agents must check supabase_connected before any KG write. If false, write is skipped and the agent must include the exact language: "Knowledge Graph write skipped — connect Supabase to persist this finding."
  • Outcome tracking edges: Decision → outcome_confirmed_by → Experiment (30/60/90 day).

Implementers should include fields for each entity and the relationship table; use pgvector for vector content where needed.

ishwarjha/lumen-product-management/tree/main/skills/knowledge-graph commit 74a34e5d32

Frequently asked questions

npx skillmds@latest add ishwarjha/knowledge-graph