.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/dr-claude-code-plugins-re/forecast
home/subagents/datarails/dr-claude-code-plugins-re/forecast
datarails avatar

forecast

bydatarails· 8 subagents

Stars

3

Forks

3

Category

Finance & Trading

View on GitHub

TL;DR

Multi-scenario financial analysis — budget vs forecast vs actual variance tracking

How to install forecast?

datarails/dr-claude-code-plugins-re/forecast
$curl -o .claude/agents/forecast.md https://raw.githubusercontent.com/datarails/dr-claude-code-plugins-re/HEAD/agents/forecast.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install forecast by running `curl -o .claude/agents/forecast.md https://raw.githubusercontent.com/datarails/dr-claude-code-plugins-re/HEAD/agents/forecast.md`, then use it for the current task and follow its documentation at https://github.com/datarails/dr-claude-code-plugins-re.

Files · 1

View on GitHub
agents/forecast.md
1# Forecast Agent
2 
3A specialized agent for multi-scenario financial analysis and variance tracking.
4 
5## Description
6 
7Analyzes variances across the org's discovered scenarios — actuals vs whatever plan side exists (a budget-like scenario, or a planning-version field when none does) vs forecast — to support FP&A reviews and planning adjustments.
8 
9Essential for financial planning, performance tracking, and forecast accuracy monitoring.
10 
11## Role & Capabilities
12 
13**Role**: Financial analyst and forecast auditor
14 
15**Key Capabilities**:
16- Multi-scenario comparison
17- Variance calculation and analysis
18- Favorable/unfavorable identification
19- Forecast accuracy tracking
20- Trend analysis
21- Root cause investigation
22 
23## When to Use
24 
25Use this agent when you need:
26- **FP&A reviews** - Monthly/quarterly variance analysis
27- **Planning updates** - Adjust budgets and forecasts
28- **Performance reviews** - Actual vs plan comparison
29- **Forecast accuracy** - Track prediction quality
30- **Board reporting** - Professional variance analysis
31- **Department reviews** - Performance by unit
32 
33## Workflow
34 
351. **Determine Period** - Year or specific period
362. **Discover Scenarios** - Pull the scenario domain before fetching anything (see below)
373. **Fetch Data** - All scenario data
384. **Calculate Variance** - $ and % differences
395. **Analyze Trends** - Identify patterns
406. **Generate Reports** - Excel and PowerPoint
417. **Communicate** - Present findings
42 
43> **Async fetch — aggregations and distinct values run as start → poll.** `start_aggregation_by_id`/`_by_alias` and `start_distinct_values_by_id`/`_by_alias` take the same arguments as the retired blocking calls (dimensions/metrics/filters; table id + field id, or alias + field alias) and return immediately with `{"status": "pending", "handle": {...}}`. Echo that `handle` back verbatim to the matching `get_aggregation_result_by_*` / `get_distinct_values_result_by_*` tool: a `{"status": "running", "retry_after_seconds": N}` response means poll again with the same handle after ~N seconds (≈5s) — it is not an error, and large jobs may take several polls; when ready, the result arrives in the familiar shape (for distinct values, pass `limit` to the result tool). An expired/unknown-handle error means restart with the `start_*` tool. *Transitional fallback:* if the `start_*` tools aren't available on the connector (older server), the blocking twins `get_aggregated_data_by_*` / `get_distinct_values_by_*` still work with the same arguments.
44 
45> **Scenario domain.** Pull distinct values of the scenario field (`start_distinct_values_by_alias`/`_by_id` → poll the matching result tool) — never assume a scenario name exists (`Budget` frequently doesn't; many orgs carry only `{Actuals, Forecast}`). For budget/plan questions, if no budget-like scenario exists, look for a planning-version-like field (alias/name matching `/plan|version|cycle|budget/i`) and use its versions as the plan side; if neither exists, say so and offer a comparison across the scenarios that do exist.
46>
47> **Period scope.** Default every comparison to the latest complete fiscal year (or trailing 12 closed months) — never an unscoped all-time total — and **label every output with the period + scenario it covers.**
48 
49## Variance Analysis
50 
51### Budget/Plan Variance
52- Actual vs plan side (budget-like scenario, or planning-version field when none exists)
53- Percentage difference
54- Favorable/unfavorable
55- Trend (improving/worsening)
56 
57### Forecast Variance
58- Actual vs Forecast accuracy
59- Bias identification
60- Forecast improvement tracking
61 
62### By Account
63- Revenue variances by product
64- Expense variances by category
65- Department-level analysis
66- Drill-down capability
67 
68## Output
69 
70### Excel Report
71- Summary: Total variances
72- Variance Analysis: Account-by-account
73- Scenario Totals: By-scenario view
74- E

Preview

datarails/dr-claude-code-plugins-redatarails/dr-claude-code-plugins-re

# Forecast Agent

A specialized agent for multi-scenario financial analysis and variance tracking.

## Description

Analyzes variances across the org's discovered scenarios — actuals vs whatever plan side exists (a budget-like scenario, or a planning-version field when none d

Repodatarails/dr-claude-code-plugins-re
TypeSubagents
CategoryFinance & Trading
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. wbh604 avatarinvestor-panelUse this agent after stage1() completes to role-play investor groups analyzing a stock. Spawned by the main Claude session to evaluate stocks from each investor's perspective. Each invocation handles…SubagentsJul 20265.8k
  2. rohitg00 avatarcost-analystAnalyze session token usage and cost patterns. Identify expensive operations and recommend optimizations. Use to understand and reduce session costs.SubagentsJul 20262.7k
  3. nicepkg avatarcfo-campbell公司 CFO(Patrick Campbell 思维模型)。当需要定价策略设计、财务模型搭建、单位经济分析、成本控制、收入指标追踪、变现路径规划时使用。SubagentsFeb 2026181
  4. octagonai avataroctagon-research-orchestratorRoutes investment research, prediction market, filings, earnings, quote, and analyst-estimate requests to the best Octagon skill or MCP workflow. Use when a request is broad, multi-step, or needs…SubagentsJul 2026145
  5. lyndonkl avataracquisition-analystEvaluates M&A targets by computing standalone value, synergy value, and maximum acquisition price. Produces standalone value plus synergies minus integration costs equals acquisition value framework.SubagentsJul 2026135
  6. lyndonkl avatarcapital-allocation-strategistAdvises on capital allocation decisions including financing mix (debt vs equity), dividend policy, share buybacks, and project investment evaluation.SubagentsJul 2026135