zero-based-budget
Installation
SKILL.md
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 allocationstransaction_search— find income transactions to establish total monthly income
Workflow
- Run
transaction_searchwithquery: "paycheck OR salary OR direct deposit OR income OR freelance"andmonths: 3to identify all income sources. - Calculate average monthly income from the results. If income is variable, use the lowest of the 3 months as the planning baseline.
- Run
spending_summaryfor the last 3 months to get average spending per category. - Build the initial budget template using actual spending as the starting point:
Related skills