II.
LibraryProcess JSON
Structured · livelib-process:scientific-discovery--negotiation-coalition-reasoning
negotiation-coalition-reasoning json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:scientific-discovery--negotiation-coalition-reasoning",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "negotiation-coalition-reasoning",
"description": "Negotiation and Coalition Reasoning - Reason systematically about acceptable agreements,\ncoalition formation, bargaining strategies, and multi-party negotiations in scientific collaboration,\nresource allocation, and research partnership contexts.",
"libraryPath": "library/specializations/domains/science/scientific-discovery/negotiation-coalition-reasoning.js",
"specialization": "scientific-discovery",
"references": [
"- Negotiation Theory: https://www.pon.harvard.edu/tag/negotiation-theory/\n- Coalition Formation: https://plato.stanford.edu/entries/game-theory/#CoalGame\n- Bargaining Theory: https://www.nobelprize.org/prizes/economic-sciences/1994/summary/\n- Multi-Party Negotiation: https://www.sciencedirect.com/topics/economics-econometrics-and-finance/negotiation"
],
"example": "const result = await orchestrate('specializations/domains/science/scientific-discovery/negotiation-coalition-reasoning', {\n parties: [{ name: 'University Lab', interests: ['publication', 'patents'] }, { name: 'Industry Partner', interests: ['IP rights', 'product development'] }],\n issues: [{ name: 'IP ownership', options: ['shared', 'exclusive', 'split by domain'] }],\n objectives: ['Fair resource distribution', 'Maximize collaboration potential'],\n context: 'Research collaboration agreement negotiation'\n});",
"usesAgents": [
"decision-theorist"
]
},
"outgoingEdges": [
{
"from": "lib-process:scientific-discovery--negotiation-coalition-reasoning",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--negotiation-coalition-reasoning",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:scientific-discovery--negotiation-coalition-reasoning",
"to": "skill-area:deep-web-research",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:scientific-discovery--negotiation-coalition-reasoning",
"to": "domain:scientific-discovery",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--negotiation-coalition-reasoning",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--negotiation-coalition-reasoning",
"to": "role:computational-scientist",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:scientific-discovery--negotiation-coalition-reasoning",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--negotiation-coalition-reasoning",
"to": "workflow:peer-review-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:scientific-discovery--negotiation-coalition-reasoning",
"to": "specialization:scientific-research-methods",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:scientific-discovery--negotiation-coalition-reasoning",
"to": "specialization:scientific-discovery",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}