budget-tracker

Compare Wells Fargo spending against monthly category budgets and compute variance.

2|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/terraleiloa/seren-skills --skill budget-tracker-terraleiloa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: budget-tracker
Source: https://github.com/terraleiloa/seren-skills/tree/main/wellsfargo/budget-tracker
Command: npx skills add https://github.com/terraleiloa/seren-skills --skill budget-tracker-terraleiloa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It solves the problem of understanding how your real Wells Fargo spending compares to the monthly budgets you set for each category, including where you overspent or underspent.

Core Features & Use Cases

  • Budget vs Actual Comparison: Loads user-defined category budgets and compares them to recorded actual spending.
  • Category Variance Calculation: Computes variance per category so you can see the size and direction of mismatches.
  • Budget Adherence Tracking Over Time: Builds an adherence trend across multiple months to show whether you are staying within plan.

Quick Start

Ask the agent to compare your Wells Fargo spending for the last 3 months against the budgets in config/budgets.json and produce a budget adherence report with category variance.

Frequently Asked Questions about budget-tracker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track Wells Fargo spending against my monthly category budgets?

Budget variance is the difference between your planned spending and actual spending. This Skill computes variance per category by comparing your predefined budgets against actuals queried from SerenDB to highlight overspend and underspend.

How do I calculate spending variance for specific budget categories?

Spending variance is the difference between your planned budget and actual spending. This Skill computes per-category variance by comparing your predefined budgets against Wells Fargo actuals queried from SerenDB to quantify overspend and underspend.

Can I generate a multi-month budget adherence trend report?

Yes, a multi-month budget adherence trend report can be generated. The Skill computes adherence over time by comparing historical Wells Fargo actuals from SerenDB against your budgets to show whether you stay within plan.

Do I need SerenDB to compare my Wells Fargo actuals to a budget?

Yes, SerenDB is required. The Skill queries actual Wells Fargo spending from SerenDB to compute variance and adherence trends, and it persists your budget definitions back to the same database.

What is the best way to review periodic budget adherence for Wells Fargo categories?

The best way is to run a periodic budget review workflow that loads budget definitions, queries Wells Fargo actuals from SerenDB, computes per-category variance, and renders an adherence trend report.