cost-to-serve-analyzer

Solid

Supply chain cost-to-serve analysis skill by customer, product, or channel

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Cost-to-Serve Analyzer ## Overview The Cost-to-Serve Analyzer provides detailed supply chain cost analysis by customer, product, or channel. It applies activity-based costing principles to allocate supply chain costs accurately, enabling profitability analysis and cost optimization decisions. ## Capabilities - **Activity-Based Costing Allocation**: Cost driver-based allocation - **Procurement Cost Assignment**: Purchase and sourcing cost allocation - **Inventory Carrying Cost Calculation**: Working capital cost attribution - **Logistics and Transportation Costing**: Freight and distribution costs - **Service Cost Attribution**: Customer service and support costs - **Profitability Analysis by Segment**: Customer/product/channel profitability - **Cost Driver Identification**: Key cost influencer analysis - **Optimization Recommendations**: Cost reduction opportunities ## Input Schema ```yaml cost_to_serve_request: analysis_dimensions: by_customer: boolean by_product: boolean by_channel: boolean cost_data: procurement_costs: object manufacturing_costs: object logistics_costs: object inventory_costs: object service_costs: object overhead_costs: object activity_data: order_volumes: object shipment_data: object service_interactions: object revenue_data: object allocation_rules: cost_drivers: array allocation_bases: object analysis_period: start_date: date end_date: date ``` ## Output Schema ```yam...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills