iiRecord
Agentic AI Atlas · specializations/domains/science/scientific-discovery/sensemaking-frame-building
lib-process:scientific-discovery--sensemaking-frame-buildinga5c.ai
II.
LibraryProcess JSON

lib-process:scientific-discovery--sensemaking-frame-building

Structured · live

specializations/domains/science/scientific-discovery/sensemaking-frame-building json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:scientific-discovery--sensemaking-frame-building",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "specializations/domains/science/scientific-discovery/sensemaking-frame-building",
    "description": "Sensemaking and Frame Building - Systematically determine \"what kind of situation is this?\"\nby constructing interpretive frames, identifying relevant schemas, and building coherent mental models\nthat enable understanding and action in novel, ambiguous, or complex scientific discovery situations.",
    "libraryPath": "library/specializations/domains/science/scientific-discovery/sensemaking-frame-building.js",
    "specialization": "scientific-discovery",
    "references": [
      "- Sensemaking: https://www.sciencedirect.com/topics/social-sciences/sensemaking",
      "- Framing Theory: https://plato.stanford.edu/entries/frame-theory/",
      "- Mental Models: https://plato.stanford.edu/entries/mental-representation/",
      "- Weick's Sensemaking: https://www.jstor.org/stable/2393553"
    ],
    "example": "const result = await orchestrate('specializations/domains/science/scientific-discovery/sensemaking-frame-building', {\n  situation: { description: 'Unexpected experimental results contradicting established theory', domain: 'particle physics' },\n  cues: [{ cue: 'Consistent replication across labs', salience: 'high' }, { cue: 'No known systematic errors', salience: 'high' }],\n  goals: ['Determine if results are valid', 'Decide on next experimental steps']\n});",
    "usesAgents": [
      "hypothesis-generator"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:scientific-discovery--sensemaking-frame-building",
      "to": "skill-area:data-analysis",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:scientific-discovery--sensemaking-frame-building",
      "to": "skill-area:statistical-analysis",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:scientific-discovery--sensemaking-frame-building",
      "to": "skill-area:deep-web-research",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:scientific-discovery--sensemaking-frame-building",
      "to": "domain:scientific-discovery",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:scientific-discovery--sensemaking-frame-building",
      "to": "role:research-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:scientific-discovery--sensemaking-frame-building",
      "to": "role:computational-scientist",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:scientific-discovery--sensemaking-frame-building",
      "to": "workflow:experiment-design",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:scientific-discovery--sensemaking-frame-building",
      "to": "workflow:peer-review-cycle",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:scientific-discovery--sensemaking-frame-building",
      "to": "specialization:scientific-research-methods",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:scientific-discovery--sensemaking-frame-building",
      "to": "specialization:scientific-discovery",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    }
  ],
  "incomingEdges": []
}