II.
LibraryProcess JSON
Structured · livelib-process:scientific-discovery--scientific-reasoning
specializations/domains/science/scientific-discovery/scientific-reasoning json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:scientific-discovery--scientific-reasoning",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/domains/science/scientific-discovery/scientific-reasoning",
"description": "Scientific Reasoning - Integrated workflow combining abduction (hypothesis generation),\ndeduction (prediction derivation), and induction (testing and confirmation) for systematic scientific\ninquiry, theory development, and empirical validation.",
"libraryPath": "library/specializations/domains/science/scientific-discovery/scientific-reasoning.js",
"specialization": "scientific-discovery",
"references": [
"- Scientific Method: https://plato.stanford.edu/entries/scientific-method/",
"- Abduction: https://plato.stanford.edu/entries/abduction/",
"- Confirmation Theory: https://plato.stanford.edu/entries/confirmation/",
"- Hypothetico-Deductive Method: https://plato.stanford.edu/entries/hypothetico-deductive-method/"
],
"example": "const result = await orchestrate('specializations/domains/science/scientific-discovery/scientific-reasoning', {\n phenomenon: 'Anomalous acceleration of Pioneer spacecraft',\n observations: [{ observation: 'Deceleration 8.74x10^-10 m/s^2', confidence: 'high' }],\n domain: 'Astrophysics',\n existingTheories: [{ name: 'General Relativity', predictions: 'No anomaly' }]\n});",
"usesAgents": [
"hypothesis-generator"
]
},
"outgoingEdges": [
{
"from": "lib-process:scientific-discovery--scientific-reasoning",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--scientific-reasoning",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:scientific-discovery--scientific-reasoning",
"to": "skill-area:deep-web-research",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:scientific-discovery--scientific-reasoning",
"to": "domain:scientific-discovery",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--scientific-reasoning",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--scientific-reasoning",
"to": "role:computational-scientist",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:scientific-discovery--scientific-reasoning",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--scientific-reasoning",
"to": "workflow:peer-review-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:scientific-discovery--scientific-reasoning",
"to": "specialization:scientific-research-methods",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--scientific-reasoning",
"to": "specialization:scientific-discovery",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}