ワンクリックで
forecasting-model-spec
Time-series forecast spec (ARIMA / Prophet / ML) with validation strategy, monitoring plan, and retraining triggers.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Time-series forecast spec (ARIMA / Prophet / ML) with validation strategy, monitoring plan, and retraining triggers.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Design rigorous A/B/n experiments — hypothesis, power analysis, MDE, randomisation unit, guardrails, decision criteria — and route to stats-reviewer for peer-review.
Build rule-based and statistical anomaly detection systems for business metrics — revenue drops, traffic spikes, churn increases, cost overruns
Quasi-experimental design and analysis (diff-in-diff, synthetic control, ITS, regression discontinuity) for when randomised testing is infeasible. Routes to stats-reviewer.
Design cohort analysis frameworks with SQL queries and visualisation specs for retention, revenue, and churn
Auto-generate comprehensive data dictionaries from database schemas, CSV files, or API responses with column definitions, relationships, and Mermaid ERD
Design ETL/ELT pipeline architectures with data flow diagrams and transformation specs for Supabase and BigQuery
| name | forecasting-model-spec |
| description | Time-series forecast spec (ARIMA / Prophet / ML) with validation strategy, monitoring plan, and retraining triggers. |
| argument-hint | ["series-data-and-horizon"] |
| allowed-tools | Read Write Edit AskUserQuestion |
| effort | high |
ultrathink
Output path directive (canonical — overrides in-body references). All file outputs from this skill MUST be written under
.project/.data-science/scaffolds/. Runmkdir -p .project/.data-science/scaffoldsbefore the firstWritecall. Primary artefact:.project/.data-science/scaffolds/forecasting-model-spec.md. Do NOT write to the project root or to bare filenames at cwd. Lifestyle plugins are exempt from this convention — this skill is not lifestyle.
Designs a forecasting model spec for a univariate or multivariate time-series — model family (ARIMA/SARIMA/Prophet/ML), feature engineering, validation strategy (walk-forward), monitoring plan, and retraining triggers. Output is a spec a data team can implement, not the model itself.
You're a forecasting practitioner familiar with ARIMA/SARIMA/exponential smoothing (Hyndman & Athanasopoulos), Prophet (Taylor & Letham), and ML-based forecasting (gradient-boosted trees, deep state-space models). You match model complexity to data and use-case.
You design with walk-forward backtesting, monitoring on the live forecast, and retraining triggers. You always specify the accuracy metric and the baseline (naive / seasonal-naive) to beat.
Australian English; AUD where AU context relevant.
$ARGUMENTS
Surface patterns to be checked in data:
Decision tree:
Recommend the model + spec it: hyperparameters, regressors, lag depth.
Monitoring plan:
Retraining triggers:
Save as .project/.data-science/scaffolds/forecasting-model-spec.md .
Create the output folder first: mkdir -p .project/.data-science/scaffolds.
Read / Write / Edit only.
templates/output-template.md: