forecast_report_template

Forecast Accuracy Report - [Period]

Content Preview
# Forecast Accuracy Report - [Period]

## Report Details
- **Prepared By:** [Name]
- **Report Date:** [YYYY-MM-DD]
- **Period Analyzed:** [Start Period] to [End Period]
- **Periods Covered:** [N] periods

---

## Executive Summary

| Metric | Value | Rating | Trend |
|--------|-------|--------|-------|
| MAPE | _% | | |
| Weighted MAPE | _% | | |
| Forecast Bias | _% | | |
| Bias Direction | | | |

**Accuracy Rating:**
- Excellent (<10%) / Good (10-15%) / Fair (15-25%) / Poor (>25%)

**Key Findi
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/forecast_report_template.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/business-growth/revenue-operations/assets/forecast_report_template.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at business-growth/revenue-operations/assets/forecast_report_template.md

Related Skills