Forecast accuracy measurement and improvement skill with error decomposition
Analyzes forecast accuracy, decomposes errors, and provides improvement recommendations for demand planning.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
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.
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
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
Input: Previous month's forecasts and actuals
Process: Calculate accuracy metrics by segment
Output: Accuracy report with performance analysis
Input: Forecast at each process step (statistical, sales, consensus)
Process: Measure value added at each step
Output: FVA report identifying low-value steps
Input: High-error SKUs, demand patterns
Process: Categorize and analyze error drivers
Output: Root cause report with recommendations
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.