
Demand Forecast
- Updated March 12, 2026
- anselsource/agents
demand-forecast is a Claude Code skill in the AI & Agent Building category. Adds a /create-forecasts skill for creating demand forecasts
Key points
- demand-forecast
- AI & Agent Building
- AI-coding skill
Demand Forecast by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add anselsource/agents/plugin install demand-forecast@anselAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | March 12, 2026 |
|---|---|
| Repository | anselsource/agents ↗ |
What it does
Adds a /create-forecasts skill for creating demand forecasts
README.md
Known Issues
External tooling bugs and workarounds encountered during development.
2026-02-26
Cowork ignores marketplace.metadata.pluginRoot
Claude 1.1.4498 (24f768). Plugin installs break when pluginRoot is set and source uses a path relative to it.
Workaround: use full relative paths in source (e.g., ./plugins/forecast).
2026-02-28
Cowork auto-generates plugin.json with invalid source field
When a plugin has no .claude-plugin/plugin.json, Claude Code auto-generates one from the marketplace entry, leaking the source field (a marketplace-only field) into the plugin manifest. The plugin loader then silently rejects the plugin — it appears installed but the skill is Unknown at invocation time.
Workaround: add an explicit .claude-plugin/plugin.json to the plugin source with only valid manifest fields (name, description). Keep version in marketplace.json only per the docs recommendation for relative-path plugins.