skills/budget/SKILL.md
Create and manage budgets, track spending, and plan savings. Use when the user wants to budget, track expenses, plan savings, or allocate income. Triggers on "budget", "expenses", "savings goal", "track spending", "monthly budget", "50/30/20", "envelope budget".
npx skillsauth add lvndry/jazz budgetInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create budgets, track spending, and plan savings. For planning and awareness only—not tax or legal advice.
Use when the user asks for "50/30/20" or a simple allocation. Compute from monthly gross or net income per user preference. For more frameworks, see references/frameworks.md.
Use when the user wants strict planning or "zero-based" budgeting.
Use when the user has a list of categories or wants to "envelope" by category.
Use when the user's main goal is hitting a savings target.
# Budget: [Title — e.g. Monthly 2025]
## Summary
[Income, total planned spending, planned savings, and one-line takeaway.]
## Income
| Source | Amount |
| -------- | -------- |
| [Source] | [Amount] |
## Planned Spending
### Needs (or Fixed)
| Category | Amount |
| ---------- | -------- |
| [Category] | [Amount] |
### Wants (or Variable)
| Category | Amount |
| ---------- | -------- |
| [Category] | [Amount] |
### Savings & Debt
| Category | Amount |
| -------------- | -------- |
| [Savings/Debt] | [Amount] |
## Totals
- Income: [total]
- Planned spending: [total]
- Planned savings: [total]
- Difference: [surplus/deficit]
## [Optional] Savings Goal
- Target: [amount]
- Monthly to save: [amount]
- At this rate: [time to goal] (assuming no change)
When the user has a target amount or date:
Always state assumptions (e.g. no interest, no tax, nominal amounts).
When the user wants to track or categorize spending:
Don't invent transactions; use only what the user provides.
tools
Create and track task lists for complex multi-step work. Use when planning projects, breaking down work, tracking progress, or when a task has 3+ steps. Triggers on "plan", "todo", "task list", "break down", "step by step", or complex requests requiring multiple actions.
development
Brainstorm startup ideas using top-founder mental models, trend analysis, and competition research. Use when the user wants to brainstorm startup ideas, explore business opportunities, validate concepts, or think like elite founders. Triggers on "startup ideas", "business ideas", "what should I build", "startup brainstorm", "idea validation", "trends and opportunities", "think like a founder".
tools
Create new Jazz skills for automating workflows. Use when the user asks to create a skill, make a skill, or wants to define custom automation behavior.
tools
Generate pull request titles and descriptions from diffs and context. Use when creating a PR, writing PR description, drafting merge request, or summarizing changes for review.