Finance Variance Analysis logo

Finance Variance Analysis

Organization
frumu-ai
finance-variance-analysis

Decompose variances into drivers with narrative explanations and waterfall analysis

Overview

Publisherfrumu-ai
Repositorytandem
Skill namefinance-variance-analysis
Stars
121
Forks
13
Bundled files
Instructions only
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • Self-contained

    Everything the model needs lives in the instructions — no extra files to sync.

  • Open source

    Published by frumu-ai on GitHub. Read the source before you install it.

Installation

Install the Finance Variance Analysis AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/frumu-ai/tandem.git /tmp/tandem
mkdir -p .claude/skills
cp -r /tmp/tandem/apps/tandem-desktop/src-tauri/resources/skill-templates/finance-variance-analysis .claude/skills/finance-variance-analysis
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Finance Variance Analysis in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Finance Variance Analysis on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Finance Variance Analysis is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Variance / Flux Analysis

If you see unfamiliar placeholders or need to check which tools are connected, please ask about available integrations.

Important: This skill assists with variance analysis workflows but does not provide financial advice. All analyses should be reviewed by qualified financial professionals before use in reporting.

Decompose variances into underlying drivers, provide narrative explanations for significant variances, and generate waterfall analysis.

Usage

You can ask to analyze variances for a specific area (e.g., "Analyze revenue variance for Q4" or "Explain the flux in OPEX").

Arguments

  • area — The area to analyze:
    • revenue — Revenue variance by stream, product, geography, customer segment
    • opex — Operating expense variance by category, department, cost center
    • capex — Capital expenditure variance vs budget by project and asset class
    • headcount — Headcount and compensation variance by department and role level
    • cogs or cost-of-revenue — Cost of revenue variance by component
    • gross-margin — Gross margin analysis with mix and rate effects
    • Any specific GL account or account group
  • period-comparison — The periods to compare. Formats:
    • 2024-12 vs 2024-11 — Month over month
    • 2024-12 vs 2023-12 — Year over year
    • 2024-Q4 vs 2024-Q3 — Quarter over quarter
    • 2024-12 vs budget — Actual vs budget
    • 2024-12 vs forecast — Actual vs forecast
    • 2024-Q4 vs 2024-Q3 vs 2023-Q4 — Three-way comparison

Workflow

1. Gather Data

If an ERP or data warehouse is connected:

  • Pull actuals for both comparison periods at the detail level
  • Pull budget/forecast data if comparing to plan
  • Pull supporting operational metrics (headcount, volumes, rates)
  • Pull prior variance analyses for context

If no data source is connected:

Connect an ERP or data warehouse to pull financial data automatically. To analyze manually, provide:

  1. Actual data for both comparison periods (at account or line-item detail)
  2. Budget/forecast data (if comparing to plan)
  3. Any operational metrics that drive the financial results (headcount, volumes, pricing, etc.)

2. Calculate Top-Level Variance

VARIANCE SUMMARY: [Area] — [Period 1] vs [Period 2]

                              Period 1   Period 2   Variance ($)   Variance (%)
                              --------   --------   ------------   ------------
Total [Area]                  $XX,XXX    $XX,XXX    $X,XXX         X.X%

3. Decompose Variance by Driver

Break down the total variance into constituent drivers. Use the appropriate decomposition method for the area:

Revenue Decomposition:

  • Volume effect: Change in units/customers/transactions at prior period pricing
  • Price/rate effect: Change in pricing/ASP applied to current period volume
  • Mix effect: Shift between products/segments at different margin levels
  • New vs existing: Revenue from new customers/products vs base business
  • Currency effect: FX impact on international revenue (if applicable)

Operating Expense Decomposition:

  • Headcount-driven: Salary and benefits changes from headcount additions/reductions
  • Compensation changes: Merit increases, promotions, bonus accruals
  • Volume-driven: Expenses that scale with business activity (hosting, commissions, travel)
  • New programs/investments: Incremental spend on new initiatives
  • One-time items: Non-recurring expenses (severance, legal settlements, write-offs)
  • Timing: Expenses shifted between periods (prepaid amortization changes, contract timing)

CapEx Decomposition:

  • Project-level: Variance by capital project vs approved budget
  • Timing: Projects ahead of or behind schedule
  • Scope changes: Approved scope expansions or reductions
  • Cost overruns: Unit cost increases vs plan

Headcount Decomposition:

  • Hiring pace: Actual hires vs plan by department and level
  • Attrition: Unplanned departures and backfill timing
  • Compensation mix: Salary, bonus, equity, benefits variance
  • Contractor/temp: Supplemental workforce changes

4. Waterfall Analysis

Generate a text-based waterfall showing how each driver contributes to the total variance:

WATERFALL: [Area] — [Period 1] vs [Period 2]

[Period 2 Base]                           $XX,XXX
  |
  |--[+] [Driver 1 description]          +$X,XXX
  |--[+] [Driver 2 description]          +$X,XXX
  |--[-] [Driver 3 description]          -$X,XXX
  |--[+] [Driver 4 description]          +$X,XXX
  |--[-] [Driver 5 description]          -$X,XXX
  |
[Period 1 Actual]                         $XX,XXX

Variance Reconciliation:
  Driver 1:    +$X,XXX  (XX% of total variance)
  Driver 2:    +$X,XXX  (XX% of total variance)
  Driver 3:    -$X,XXX  (XX% of total variance)
  Driver 4:    +$X,XXX  (XX% of total variance)
  Driver 5:    -$X,XXX  (XX% of total variance)
  Unexplained: $X,XXX   (XX% of total variance)
               --------
  Total:       $X,XXX   (100%)

5. Narrative Explanations

For each significant driver, generate a narrative explanation:

[Driver name] — [Favorable/Unfavorable] variance of $X,XXX (X.X%)

[2-3 sentence explanation of what caused this variance, referencing specific operational factors, business events, or decisions. Include quantification where possible.]

Outlook: [Whether this is expected to continue, reverse, or change in future periods]

6. Identify Unexplained Variances

If the decomposition does not fully explain the total variance, flag the residual:

Unexplained variance: $X,XXX (X.X% of total)

Possible causes to investigate:

  • [Suggested area 1]
  • [Suggested area 2]
  • [Suggested area 3]

Ask the user for additional context on unexplained variances:

  • "Can you provide context on [specific unexplained item]?"
  • "Were there any business events in [period] that would explain [variance area]?"
  • "Is the [specific driver] variance expected or a surprise?"

7. Output

Provide:

  1. Top-level variance summary
  2. Detailed variance decomposition by driver
  3. Waterfall analysis (text format, or suggest chart if spreadsheet tool is connected)
  4. Narrative explanations for each significant driver
  5. Unexplained variance flag with investigation suggestions
  6. Trend context (is this variance new, growing, or consistent with recent periods?)
  7. Suggested actions or follow-ups

Frequently asked questions

What does the Finance Variance Analysis AI skill do?

Decompose variances into drivers with narrative explanations and waterfall analysis

Why use Finance Variance Analysis on TypingMind?

Because you install it once and use it with any model. Finance Variance Analysis is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Finance Variance Analysis in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/frumu-ai/tandem/tree/main/apps/tandem-desktop/src-tauri/resources/skill-templates/finance-variance-analysis. TypingMind reads its SKILL.md and installs it as a skill you can enable per chat.

Which AI models can use Finance Variance Analysis?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Finance Variance Analysis?

As many as you like. As long as a model supports skills, you can use Finance Variance Analysis with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Finance Variance Analysis AI skill free?

It is published on GitHub by frumu-ai. Check the repository for licensing terms. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇