iiRecord
Agentic AI Atlas · key-assumptions-check
lib-process:scientific-discovery--key-assumptions-checka5c.ai
II.
LibraryProcess JSON

lib-process:scientific-discovery--key-assumptions-check

Structured · live

key-assumptions-check 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--key-assumptions-check",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "key-assumptions-check",
    "description": "Explicitly identify, document, and challenge underlying assumptions - Guides analysts through\nsystematically surfacing and testing assumptions that underpin analyses and decisions.",
    "libraryPath": "library/specializations/domains/science/scientific-discovery/key-assumptions-check.js",
    "specialization": "scientific-discovery",
    "references": [
      "- Heuer, R.J. & Pherson, R.H. (2010). Structured Analytic Techniques\n- CIA Tradecraft Primer (2009)\n- Schoemaker, P.J.H. (1995). Scenario Planning: A Tool for Strategic Thinking"
    ],
    "example": "const result = await orchestrate('domains/science/scientific-discovery/key-assumptions-check', {\n  analysis: { topic: 'Market expansion into Asia', conclusion: 'Proceed with expansion' },\n  conclusions: ['Market is large enough', 'We can compete', 'Regulations are favorable'],\n  evidence: ['Market research', 'Competitor analysis', 'Legal review']\n});",
    "usesAgents": [
      "hypothesis-generator"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:scientific-discovery--key-assumptions-check",
      "to": "skill-area:data-analysis",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:scientific-discovery--key-assumptions-check",
      "to": "skill-area:statistical-analysis",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:scientific-discovery--key-assumptions-check",
      "to": "skill-area:deep-web-research",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:scientific-discovery--key-assumptions-check",
      "to": "domain:scientific-discovery",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:scientific-discovery--key-assumptions-check",
      "to": "role:research-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:scientific-discovery--key-assumptions-check",
      "to": "role:computational-scientist",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:scientific-discovery--key-assumptions-check",
      "to": "workflow:experiment-design",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:scientific-discovery--key-assumptions-check",
      "to": "workflow:peer-review-cycle",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:scientific-discovery--key-assumptions-check",
      "to": "specialization:scientific-research-methods",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:scientific-discovery--key-assumptions-check",
      "to": "specialization:scientific-discovery",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    }
  ],
  "incomingEdges": []
}