Agent skill · AI & Agents

ddmrp-buffer-manager

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

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill ddmrp-buffer-manager --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Allowed tools: -Read-Write-Glob-Grep-Bash
Path: library/specializations/domains/business/supply-chain/skills/ddmrp-buffer-manager/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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_adjustment

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Input Schema
  4. Output Schema
  5. Usage
  6. Buffer Positioning Analysis
  7. Buffer Sizing Calculation
  8. Execution Priority Management
  9. Integration Points
  10. Process Dependencies
  11. Best Practices
More from babysitter
All skills →
About this skill
What does the ddmrp-buffer-manager skill do?

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

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill ddmrp-buffer-manager --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going