Forecast accuracy measurement and improvement skill with error decomposition
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill forecast-accuracy-analyzer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Forecast Accuracy Analyzer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-forecast-accuracy-analyzer-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: forecast-accuracy-analyzer
description: Forecast accuracy measurement and improvement skill with error decomposition
allowed-tools:
- Read
- Write
- Glob
- Grep
- Bash
metadata:
specialization: supply-chain
domain: business
category: analytics
priority: standard
graph:
domains: [domain:supply-chain]
specializations: [specialization:supply-chain-optimization]
skillAreas: [skill-area:procurement-management, skill-area:statistical-analysis, skill-area:data-analytics]
workflows: [workflow:vendor-onboarding, workflow:vendor-evaluation]
roles: [role:supply-chain-analyst, role:data-analyst, role:procurement-manager]
---
# Forecast Accuracy Analyzer
## Overview
The Forecast Accuracy Analyzer provides comprehensive forecast accuracy measurement, error decomposition, and improvement recommendation capabilities. It supports continuous forecast quality improvement through root cause analysis and model performance comparison.
## Capabilities
- **MAPE, WMAPE, Bias Calculation**: Standard accuracy metrics
- **Forecast Error Decomposition**: Breakdown by error source
- **SKU-Level Accuracy Tracking**: Granular accuracy monitoring
- **Forecast Value-Add (FVA) Analysis**: Contribution of forecast steps
- **Root Cause Categorization**: Error driver classification
- **Model Performance Comparison**: Multi-model accuracy benchmarking
- **Improvement Recommendation Generation**: Data-driven suggestions
- **Accuracy Trend Monitoring**: Historical accuracy tracking
## Input Schema
```yaml
forecast_accuracy_request:
forecast_data:
forecasts: array
- sku_id: string
period: string
forecast_value: float
forecast_source: string
period_range:
start: date
end: date
actual_data:
actuals: array
- sku_id: string
period: string
actual_value: float
analysis_parameters:
metrics: array # MAPE, WMAPE, Bias, etc.
aggregation_levels: array # SKU, category, total
fva_steps: array # Statistical, sales input, etc.
segmentation:
by_category: boolean
by_volume: boolean
by_variability: boolean
```
## Output Schema
```yaml
forecast_accuracy_output:
accuracy_metrics:
overall:
mape: float
wmape: float
bias: float
mpe: float
by_segment: array
by_sku: array
error_decomposition:
systematic_error: float
random_error: float
outlier_impact: float
by_source: object
fva_analysis:
steps: array
- step_name: string
value_add: float
before_accuracy: float
after_accuracy: float
recommendations: array
root_cause_analysis:
error_categories: array
- category: string
frequency: integer
impact: float
top_drivers: array
model_comparison:
models: array
- model_name: string
accuracy: float
best_for: array
improvement_recommendations: array
- recommendation: string
expected_improvement: float
implementation_effort: string
trends:
accuracy_over_time: object
bias_trend: object
```
## Usage
### Monthly Accuracy Review
```
Input: Previous month's forecasts and actuals
Process: Calculate accuracy metrics by segment
Output: Accuracy report with performance analysis
```
### Forecast Value-Add Analysis
```
Input: Forecast at each process step (statistical, sales, consensus)
Process: Measure value added at each step
Output: FVA report identifying low-value steps
```
### Root Cause Investigation
```
Input: High-error SKUs, demand patterns
Process: Categorize and analyze error drivers
Output: Root cause report with recommendations
```
## Integration Points
- **Planning Systems**: Forecast and actual data
- **BI Platforms**: Accuracy dashboards
- **Statistical Tools**: Advanced analysis
- **Tools/Libraries**: Statistical analysis, visualization
## Process Dependencies
- Forecast Accuracy Analysis and Improvement
- Demand Forecasting and Planning
- Sales and Operations Planning (S&OP)
## Best Practices
1. Measure accuracy at multiple aggregation levels
2. Use weighted metrics for volume importance
3. Investigate outliers before concluding
4. Compare models on like-for-like basis
5. Set realistic improvement targets
6. Share accuracy results with stakeholders
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!