ddmrp-buffer-manager

Solid

Demand-Driven MRP buffer positioning and management skill with dynamic adjustment

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

# DDMRP Buffer Manager ## Overview The DDMRP Buffer Manager implements Demand-Driven Material Requirements Planning methodology for inventory management. It handles strategic buffer positioning, zone calculations, dynamic adjustments, and execution prioritization to create flow-based material planning. ## Capabilities - **Strategic Decoupling Point Identification**: Optimal buffer location selection - **Buffer Profile Assignment**: Categorize items by lead time and variability - **Buffer Level Calculation**: Green, yellow, red zone determination - **Dynamic Adjustment Factors**: Planned and recalculated adjustments - **Net Flow Position Calculation**: Real-time inventory position - **Execution Visibility and Prioritization**: Color-coded supply priorities - **Buffer Health Monitoring**: On-target percentage tracking - **Lead Time Compression Analysis**: Identify lead time reduction opportunities ## Input Schema ```yaml ddmrp_request: items: array - sku_id: string average_daily_usage: float decoupled_lead_time: integer minimum_order_quantity: integer variability_factor: string # low, medium, high lead_time_factor: string # short, medium, long bom_structure: object planned_adjustments: array # Promotions, seasonality current_positions: array calculation_scope: string # positioning, sizing, execution ``` ## Output Schema ```yaml ddmrp_output: buffer_positions: array - sku_id: string is_decoupl...

Details

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

Related Skills