II.
LibraryProcess JSON
Structured · livelib-process:sales--opportunity-stage-management
opportunity-stage-management json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:sales--opportunity-stage-management",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "opportunity-stage-management",
"description": "Workflow for advancing opportunities through defined sales stages with clear exit criteria and required activities at each stage.",
"libraryPath": "library/specializations/domains/business/sales/opportunity-stage-management.js",
"specialization": "sales",
"references": [
"- Salesforce Sales Cloud: https://www.salesforce.com/products/sales-cloud/\n- Miller Heiman Strategic Selling: https://www.millerheimangroup.com/"
],
"example": "const result = await orchestrate('sales/opportunity-stage-management', {\n opportunityId: 'OPP-12345',\n opportunityName: 'Enterprise Deal',\n currentStage: 'Discovery',\n accountData: { name: 'Big Corp', contacts: [] },\n dealValue: 100000\n});",
"usesAgents": [
"sales-analyst"
]
},
"outgoingEdges": [
{
"from": "lib-process:sales--opportunity-stage-management",
"to": "skill-area:sales-methodology",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:sales--opportunity-stage-management",
"to": "skill-area:customer-success",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:sales--opportunity-stage-management",
"to": "skill-area:revenue-operations",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:sales--opportunity-stage-management",
"to": "domain:sales",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:sales--opportunity-stage-management",
"to": "role:account-executive",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:sales--opportunity-stage-management",
"to": "role:sales-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:sales--opportunity-stage-management",
"to": "role:customer-success-manager",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:sales--opportunity-stage-management",
"to": "workflow:customer-journey-optimization",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:sales--opportunity-stage-management",
"to": "specialization:sales",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}