Agent skill
sop-facilitator
Sales and Operations Planning process facilitation skill with demand-supply balancing and cross-functional alignment
Install this agent skill to your Project
npx add-skill https://github.com/a5c-ai/babysitter/tree/main/library/specializations/domains/business/operations/skills/sop-facilitator
Metadata
Additional technical details for this skill
- domain
- business
- category
- capacity-planning
- specialization
- operations
SKILL.md
S&OP Facilitator
Overview
The S&OP Facilitator skill provides comprehensive capabilities for facilitating the Sales and Operations Planning process. It supports demand-supply balancing, cross-functional alignment, scenario planning, and executive decision support.
Capabilities
- Demand plan aggregation
- Supply plan development
- Gap reconciliation
- Executive S&OP meeting facilitation
- Scenario planning
- Financial impact analysis
- Consensus forecasting
- Performance tracking
Used By Processes
- CAP-003: Sales and Operations Planning
- CAP-001: Capacity Requirements Planning
- CAP-004: Demand Forecasting and Analysis
Tools and Libraries
- S&OP platforms (Kinaxis, o9)
- Collaboration tools
- BI dashboards
- Scenario modeling tools
Usage
skill: sop-facilitator
inputs:
planning_cycle: "monthly"
planning_horizon: 18 # months
demand_input:
- source: "sales_forecast"
volume: 50000
revenue: 5000000
- source: "marketing_pipeline"
volume: 10000
revenue: 1200000
supply_input:
- resource: "Plant A"
capacity: 45000
- resource: "Plant B"
capacity: 30000
constraints:
- type: "labor"
limit: "10% overtime max"
- type: "material"
limit: "Supplier X at capacity"
outputs:
- demand_plan
- supply_plan
- gap_analysis
- scenarios
- executive_summary
- action_items
S&OP Process Steps
Step 1: Data Gathering
- Collect demand forecasts
- Update supply capabilities
- Gather inventory positions
- Review financial targets
Step 2: Demand Review
- Review statistical forecast
- Incorporate sales input
- Adjust for marketing events
- Finalize demand plan
Step 3: Supply Review
- Assess capacity availability
- Identify constraints
- Develop supply options
- Create supply plan
Step 4: Pre-S&OP Meeting
- Reconcile demand and supply
- Develop scenarios
- Analyze financial impact
- Prepare recommendations
Step 5: Executive S&OP
- Present gaps and options
- Make decisions
- Assign accountability
- Communicate plan
Key Metrics
| Metric | Definition | Target |
|---|---|---|
| Forecast Accuracy | MAPE of demand forecast | < 20% |
| Plan Attainment | Actual vs. plan | > 95% |
| Inventory Health | Weeks of supply | Target +/- 10% |
| On-Time Delivery | Customer OTIF | > 98% |
Scenario Analysis Framework
| Scenario | Description | Likelihood | Impact |
|---|---|---|---|
| Base | Most likely outcome | High | Medium |
| Upside | Best case | Low | Positive |
| Downside | Worst case | Low | Negative |
| Stretch | Aspirational | Medium | Positive |
Integration Points
- ERP systems
- CRM systems
- Financial planning
- Demand planning systems
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-tools
Central utility skill for GSD operations. Provides config parsing, slug generation, timestamps, path operations, and orchestrates calls to other specialized skills. Acts as the unified entry point that the original gsd-tools.cjs provided via its lib/ modules (commands, config, core, init).
model-profile-resolution
Resolve model profile (quality/balanced/budget) at orchestration start and map agents to specific models. Enables cost/quality tradeoffs by selecting appropriate AI models for each agent role.
verification-suite
Plan structure validation, phase completeness checks, reference integrity verification, and artifact existence confirmation. Provides the structured verification layer ensuring GSD artifacts are well-formed and complete.
state-management
STATE.md reading, writing, and field-level updates. Provides cross-session state persistence via .planning/STATE.md with structured fields for current task, completed phases, blockers, decisions, and quick tasks.
git-integration
Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and milestone tag operations.
frontmatter-parsing
YAML frontmatter parsing and manipulation for .planning/ documents. Provides read, write, update, query, and validation operations on frontmatter blocks in GSD markdown artifacts.
Didn't find tool you were looking for?