← 返回 Skills 市场
linuszz

Forecasting Techniques

作者 linuszz · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
204
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install forecasting-techniques
功能描述
Project future using time series, derived demand, and expert opinion methods. Use for market sizing, growth projections, and revenue planning.
使用说明 (SKILL.md)

Forecasting Techniques

Metadata

  • Name: forecasting-techniques
  • Description: Multiple methods for projecting future values
  • Triggers: forecasting, projections, growth rate, CAGR, market prediction

Instructions

Apply forecasting techniques to project $ARGUMENTS into the future.

Choose appropriate method based on data availability and context.

Framework

Three Main Approaches

| Method | Data Required | Time Horizon | Precision | Best For | |----------|----------------|--------------|------------| | Time Series Extrapolation | 5-10 years of historical | Short-medium | High | Stable environments | | Derived Demand | Proxy variables, cross-correlation | Short-medium | Medium | Related markets | | Expert Opinion | Structured surveys | Any | Low | New products |

1. Time Series Extrapolation

Trend Analysis

  • Simple growth rate: Compound annual growth (CAGR)
  • Linear regression: Straight line fit to historical data
  • Moving average: Smooths volatility, lags trends
  • Exponential smoothing: Recent trends weighted more heavily

Steps:

  1. Gather historical data (3+ years preferred)
  2. Analyze patterns (cycles, seasonality, trends)
  3. Choose model (CAGR, regression, etc.)
  4. Apply to future periods
  5. Validate against expert opinion

Example Output:

Year | Historical | Projected | Growth Rate |
|------|------------|------------|-------------|
| 2023 | $100 M | - | - |
| 2024 | $115 M | +15% | CAGR = 15% |
| 2025 | $132 M | +15% | CAGR = 15% |
| 2026 | $152 M | +15% | CAGR = 15% |
| 2027 | $175 M | +15% | CAGR = 15% |

2. Derived Demand

Proxy Methodology

  • Identify proxy variable that correlates with demand
  • Use readily available data with reliable trend
  • Apply correlation coefficient
  • Adjust for unique factors

Examples:

  • GDP growth as proxy for consumer spending
  • Housing starts as proxy for home goods
  • Demographics for category-specific demand

Steps:

  1. Identify correlation (r² should be > 0.5)
  2. Gather proxy data
  3. Apply coefficient
  4. Adjust for local factors
  5. Add confidence intervals

3. Expert Opinion

Structured Survey Method

  • Multiple expert interviews
  • Weighted by expertise or track record
  • Delphi technique (iterative rounds)
  • Scenario-based questioning

Advantages:

  • Captures qualitative insights
  • Accounts for disruptive changes
  • Incorporates expert judgment

Process:

  1. Define forecasting questions
  2. Select experts (diverse backgrounds)
  3. Conduct interviews (structured format)
  4. Aggregate with weighting
  5. Present scenarios (base, optimistic, pessimistic)
  6. Review and iterate if needed

Output Process

  1. Define scope - What's being forecasted?
  2. Select method - Based on data and time horizon
  3. Gather inputs - Historical data, drivers, expert inputs
  4. Apply technique - Run the chosen method
  5. Calculate projections - For each year/period
  6. Validate - Cross-check with other methods
  7. Add scenarios - Best, base, worst case
  8. Document assumptions - Clearly state all key inputs

Output Format

## Forecasting Analysis: [Subject]

### Forecast Methodology

**Method Used:** [Time Series/Derived Demand/Expert Opinion]
**Time Horizon:** [Years]
**Base Year:** [Year]
**Data Quality:** [High/Medium/Low]

---

### Projections

| Metric | 2024 | 2025 | 2026 | 2027 | 2028 | CAGR |
|--------|--------|--------|--------|--------|--------|------|
| Revenue | $X M | $Y M | $Z M | $W M | $V M | % |
| Growth | X% | Y% | Z% | W% | % |

---

### Key Drivers

| Driver | Impact | Uncertainty | Scenario Impact |
|--------|---------|-----------------|--------------|
| [Driver 1] | High | Medium | [Description] |
| [Driver 2] | Medium | Low | [Description] |
| [Driver 3] | Low | High | [Description] |

---

### Scenarios

| Scenario | 2028 Revenue | Probability | Key Assumptions |
|----------|----------------|------------------|----------------|
| **Base** | $X M | 50% | [Assumptions] |
| **Optimistic** | $Y M | 30% | [Assumptions] |
| **Pessimistic** | $W M | 70% | [Assumptions] |

---

### Confidence Intervals

| Metric | Low | Base | High | Confidence |
|--------|------|------|------|------|----------|
| 2028 Revenue | $X ± Y% | $Z M | $W M | 80% |

Tips

  • Triangulate methods when possible
  • Use multiple methods for cross-validation
  • Be explicit about assumptions - don't hide them
  • Present confidence intervals for transparency
  • Consider mean reversion - growth rates tend toward averages
  • Validate with real outcomes when available
  • Document track record of forecasts - improve over time

References

  • Makridakis, Spyros. Business Forecasting. 1998.
  • Armstrong, J. Scott. Principles of Forecasting. 2001.
  • Wikipedia. "Forecasting - Methods and Applications" (multiple sources)
安全使用建议
This skill is a text-only guide and does not install software or ask for credentials. It will not access your system by itself, but any forecasts depend entirely on the data and assumptions you provide: avoid pasting sensitive secrets into prompts, validate results against your own data, triangulate with multiple methods, document assumptions, and review forecasts before using them for high-stakes decisions.
功能分析
Type: OpenClaw Skill Name: forecasting-techniques Version: 1.0.0 The skill bundle contains only informational markdown instructions and metadata for performing business forecasting. There is no executable code, network activity, or malicious prompt injection attempts in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name, description, and the SKILL.md align: the document describes time-series, derived-demand, and expert-opinion methods appropriate for market sizing and revenue projections.
Instruction Scope
Runtime instructions are procedural guidance only (how to choose methods, gather inputs, format output). They do not tell the agent to read system files, access environment variables, call external endpoints, or exfiltrate data.
Install Mechanism
No install spec and no code files — nothing is written to disk or downloaded during install.
Credentials
The skill requests no environment variables, credentials, or config paths; requested access is proportionate (none).
Persistence & Privilege
always is false; the skill is user-invocable and may be invoked autonomously by the agent (platform default) but it does not request elevated or persistent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install forecasting-techniques
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /forecasting-techniques 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the "forecasting-techniques" skill. - Provides frameworks for time series extrapolation, derived demand, and expert opinion forecasting. - Includes step-by-step instructions for each method, selection criteria, and example outputs. - Outlines standard output formats featuring projections, scenarios, drivers, and confidence intervals. - Offers practical tips and references for improved forecast accuracy and transparency.
元数据
Slug forecasting-techniques
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Forecasting Techniques 是什么?

Project future using time series, derived demand, and expert opinion methods. Use for market sizing, growth projections, and revenue planning. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 204 次。

如何安装 Forecasting Techniques?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install forecasting-techniques」即可一键安装,无需额外配置。

Forecasting Techniques 是免费的吗?

是的,Forecasting Techniques 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Forecasting Techniques 支持哪些平台?

Forecasting Techniques 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Forecasting Techniques?

由 linuszz(@linuszz)开发并维护,当前版本 v1.0.0。

💬 留言讨论