iiRecord
Agentic AI Atlas · analysis-competing-hypotheses
lib-process:scientific-discovery--analysis-competing-hypothesesa5c.ai
II.
LibraryProcess JSON

lib-process:scientific-discovery--analysis-competing-hypotheses

Structured · live

analysis-competing-hypotheses 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--analysis-competing-hypotheses",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "analysis-competing-hypotheses",
    "description": "Systematically evaluate multiple hypotheses against evidence - Guides analysts through the\nAnalysis of Competing Hypotheses (ACH) methodology to avoid cognitive biases in hypothesis evaluation.",
    "libraryPath": "library/specializations/domains/science/scientific-discovery/analysis-competing-hypotheses.js",
    "specialization": "scientific-discovery",
    "references": [
      "- Heuer, R.J. (1999). Psychology of Intelligence Analysis\n- Heuer, R.J. & Pherson, R.H. (2010). Structured Analytic Techniques\n- CIA Tradecraft Primer (2009)"
    ],
    "example": "const result = await orchestrate('domains/science/scientific-discovery/analysis-competing-hypotheses', {\n  question: 'What caused the system failure?',\n  hypotheses: ['Software bug', 'Hardware failure', 'Human error', 'External attack'],\n  evidence: ['Log files', 'Hardware diagnostics', 'Operator interviews', 'Network traffic']\n});",
    "usesAgents": [
      "hypothesis-architect"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:scientific-discovery--analysis-competing-hypotheses",
      "to": "skill-area:data-analysis",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:scientific-discovery--analysis-competing-hypotheses",
      "to": "skill-area:statistical-analysis",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:scientific-discovery--analysis-competing-hypotheses",
      "to": "skill-area:deep-web-research",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:scientific-discovery--analysis-competing-hypotheses",
      "to": "domain:scientific-discovery",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:scientific-discovery--analysis-competing-hypotheses",
      "to": "role:research-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:scientific-discovery--analysis-competing-hypotheses",
      "to": "role:computational-scientist",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:scientific-discovery--analysis-competing-hypotheses",
      "to": "workflow:experiment-design",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:scientific-discovery--analysis-competing-hypotheses",
      "to": "workflow:peer-review-cycle",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:scientific-discovery--analysis-competing-hypotheses",
      "to": "specialization:scientific-research-methods",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:scientific-discovery--analysis-competing-hypotheses",
      "to": "specialization:scientific-discovery",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    },
    {
      "from": "lib-process:scientific-discovery--analysis-competing-hypotheses",
      "to": "lib-agent:scientific-discovery--hypothesis-architect",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}