<!-- Copyright 2026 Anthropic PBC -- <!-- SPDX-License-Identifier: Apache-2.0 -- Demand Forecasting Forecasting has two paths. Pick the right one — using a subagent when you don't need one wastes turns; skipping it when you do gives you a bad number. Path A — compute it yourself (code execution) Use this when all of the following hold: - horizon ≤ 14 days - the product's flag is 0 - the product's flag is 0 - the task doesn't mention a promo, holiday, or trend change Then the forecast is just a rolling mean. This skill ships a script for it: That's it — one Bash call, 200 tokens, no subagent.…