Orchestrate inventory analysis using inventory-position-gold and financial-context outputs
Coordinate inventory analysis for working capital interpretation.
This skill orchestrates inventory sub-skills and returns a domain-level inventory output.
This skill must not perform material-level classification logic directly.
required_datasets:
step: validate_inputs action:
step: execute_inventory_aging_classification action:
step: execute_inventory_cash_aggregation action:
step: assemble_domain_output action:
rule: strict_sequence description: sub-skills must execute in defined order order:
rule: no_step_skipping description: aggregation must not run before inventory aging classification
rule: financial_context_required description: inventory interpretation must not proceed without cogs anchor
{
"summary": {
"total_inventory_value": 0.0,
"active_inventory_value": 0.0,
"slow_inventory_value": 0.0,
"non_moving_inventory_value": 0.0,
"inventory_percent_of_cogs": 0.0
},
"movement_profile": {
"active": 0.0,
"slow": 0.0,
"non_moving": 0.0
},
"issue_summary": {
"healthy": 0.0,
"slow_moving": 0.0,
"non_moving": 0.0,
"concentration_risk": 0.0,
"unclassified": 0.0
},
"material_concentration": {
"top_10_material_inventory_value": 0.0,
"top_10_material_percent_of_inventory_value": 0.0
},
"confidence": {
"score": 0.0
}
}