# Zero Based Budget

> >

- **Type:** Skill
- **Install:** `agentstack add skill-openaccountant-skills-zero-based-budget`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [openaccountant](https://agentstack.voostack.com/s/openaccountant)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [openaccountant](https://github.com/openaccountant)
- **Source:** https://github.com/openaccountant/skills/tree/main/personal/zero-based-budget

## Install

```sh
agentstack add skill-openaccountant-skills-zero-based-budget
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Zero-Based Budget

## Overview
Creates a zero-based budget where every dollar of income is assigned a job — spending, saving, or debt repayment — until the remaining balance is exactly zero. Analyzes your current spending patterns to create a realistic starting budget, then identifies reallocation opportunities.

## Wilson Tools Used
- `spending_summary` — get current spending by category to inform budget allocations
- `transaction_search` — find income transactions to establish total monthly income

## Workflow
1. Run `transaction_search` with `query: "paycheck OR salary OR direct deposit OR income OR freelance"` and `months: 3` to identify all income sources.
2. Calculate average monthly income from the results. If income is variable, use the lowest of the 3 months as the planning baseline.
3. Run `spending_summary` for the last 3 months to get average spending per category.
4. Build the initial budget template using actual spending as the starting point:

   ```
   ZERO-BASED BUDGET
   ══════════════════════════════════════════════════
   Monthly Income:                         $X,XXX.XX
   ══════════════════════════════════════════════════

   NEEDS (Target: 50% = $X,XXX)
   ──────────────────────────────────────────────────
   Housing/Rent               $X,XXX   (actual: $X,XXX)
   Utilities                  $XXX     (actual: $XXX)
   Groceries                  $XXX     (actual: $XXX)
   Transportation             $XXX     (actual: $XXX)
   Insurance                  $XXX     (actual: $XXX)
   Minimum Debt Payments      $XXX     (actual: $XXX)
   Healthcare                 $XXX     (actual: $XXX)

   WANTS (Target: 30% = $X,XXX)
   ──────────────────────────────────────────────────
   Dining Out                 $XXX     (actual: $XXX)
   Entertainment              $XXX     (actual: $XXX)
   Shopping                   $XXX     (actual: $XXX)
   Subscriptions              $XXX     (actual: $XXX)
   Personal Care              $XXX     (actual: $XXX)

   SAVINGS & DEBT (Target: 20% = $X,XXX)
   ──────────────────────────────────────────────────
   Emergency Fund             $XXX
   Retirement                 $XXX
   Extra Debt Payment         $XXX
   Other Savings Goals        $XXX

   ══════════════════════════════════════════════════
   TOTAL ALLOCATED:                      $X,XXX.XX
   REMAINING TO ASSIGN:                  $0.00
   ══════════════════════════════════════════════════
   ```

5. Compare actual spending to the 50/30/20 guideline. Flag categories where actual exceeds the guideline.
6. If total actual spending exceeds income, identify the largest "wants" categories and suggest reductions to bring the budget to zero.
7. If there is surplus after covering all actuals, suggest allocating it to savings or debt repayment.
8. Present the final budget with all dollars assigned and remaining balance at exactly $0.

## Without Wilson
1. Calculate your monthly take-home pay. If you are salaried, check your pay stub for net pay and multiply by pay frequency (biweekly = x26/12, semi-monthly = x2). If variable, use your lowest recent month.
2. Export one month of transactions from your bank as CSV.
3. In a spreadsheet, categorize every transaction. Create a pivot table summing by category.
4. Open a new sheet and list every category with its actual average. Add a "Budget" column next to it.
5. Start with fixed expenses (rent, utilities, insurance, loan minimums) — these are non-negotiable. Enter them as-is in the Budget column.
6. For variable needs (groceries, gas), set the budget at or slightly below the 3-month average.
7. For wants (dining, entertainment, shopping), set budgets that fit within 30% of income.
8. Allocate remaining dollars to savings and debt categories.
9. Check: `=SUM(BudgetColumn)` should equal your income. If not, adjust until it does.
10. Free tools for ongoing tracking: YNAB (You Need A Budget) is built entirely around zero-based budgeting. EveryDollar (by Ramsey Solutions) is a free alternative.
11. Google Sheets template formula for remaining: `=Income - SUM(B2:B30)` — this cell should read $0.

## Important Notes
- Zero-based budgeting works best when done before each month starts, since every month has different needs (holidays, birthdays, irregular bills).
- The 50/30/20 split is a guideline, not a rule. High cost-of-living areas may require 60%+ on needs.
- If income is irregular (freelance, commission), budget based on the lowest expected month and treat extra income as a bonus to allocate.
- Review and adjust the budget monthly. A budget that does not evolve with your life will be abandoned.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [openaccountant](https://github.com/openaccountant)
- **Source:** [openaccountant/skills](https://github.com/openaccountant/skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-openaccountant-skills-zero-based-budget
- Seller: https://agentstack.voostack.com/s/openaccountant
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
