II.
LibraryProcess JSON
Structured · livelib-process:operations--throughput-accounting
throughput-accounting json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:operations--throughput-accounting",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "throughput-accounting",
"description": "Throughput Accounting analysis based on Theory of Constraints financial metrics.\n Replaces traditional cost accounting with T (Throughput), I (Investment), and\n OE (Operating Expense) to drive better operational decisions.",
"libraryPath": "library/specializations/domains/business/operations/throughput-accounting.js",
"specialization": "operations",
"example": "// Input\n{\n organizationContext: { industry: \"manufacturing\", businessModel: \"make-to-order\", productLines: [\"Standard\", \"Premium\", \"Custom\"] },\n financialData: { revenueByProduct: {...}, materialCosts: {...}, operatingExpenses: 500000 },\n productData: { products: [...], constraintUsage: {...}, routings: [...] },\n decisionContext: { decisionsToEvaluate: [...], investmentProposals: [...] },\n currentMetrics: { currentThroughput: 800000, currentInventory: 200000, currentOE: 500000 }\n}",
"usesAgents": [
"financial-analyst",
"throughput-calculator",
"constraint-analyst",
"tcu-analyst",
"product-mix-optimizer",
"pricing-analyst",
"make-buy-analyst",
"investment-evaluator",
"inventory-valuator",
"performance-metrics-analyst",
"decision-advisor"
]
},
"outgoingEdges": [
{
"from": "lib-process:operations--throughput-accounting",
"to": "skill-area:organizational-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:operations--throughput-accounting",
"to": "skill-area:stakeholder-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:operations--throughput-accounting",
"to": "domain:operations",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:operations--throughput-accounting",
"to": "role:operations-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:operations--throughput-accounting",
"to": "role:procurement-manager",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:operations--throughput-accounting",
"to": "workflow:vendor-onboarding",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:operations--throughput-accounting",
"to": "workflow:vendor-evaluation",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:operations--throughput-accounting",
"to": "specialization:operations",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:operations--throughput-accounting",
"to": "lib-agent:business-analysis--financial-analyst",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}