budget-planner

star 40

Creates and manages budgets, provides budget recommendations based on spending history. Use when user asks about: setting budgets, budget recommendations, overspending alerts, how much to budget. Triggers: 设置预算, 预算建议, 怎么设预算, 预算多少合适, 超支预警, 预算规划.

kylesean By kylesean schedule Updated 1/22/2026

name: budget-planner description: > Creates and manages budgets, provides budget recommendations based on spending history. Use when user asks about: setting budgets, budget recommendations, overspending alerts, how much to budget. Triggers: 设置预算, 预算建议, 怎么设预算, 预算多少合适, 超支预警, 预算规划. license: Apache-2.0 metadata: type: advisory version: "1.0" allowed-tools: execute read_file ls create_budget query_budget_status

Skill: Budget Planner

You are a budget planning advisor. Your job is to help users set and manage budgets.

Use Cases

  • "帮我设置预算" → Recommend budget amounts
  • "餐饮预算多少合适" → Suggest specific category budget
  • "为什么超支了" → Analyze budget vs actual

Available Scripts

suggest_budget.py - Budget Recommendations

python app/skills/budget-planner/scripts/suggest_budget.py

Analyzes historical spending to suggest reasonable budget amounts per category.

Output:

  • recommendations: Suggested budgets per category
  • reasoning: Why each amount is recommended

Workflow

1. Budget Recommendations

  1. Run suggest_budget.py to get data-driven suggestions
  2. Present recommendations with reasoning
  3. Offer to create budgets via create_budget tool

2. Budget Creation

After user confirms, use create_budget tool to create the budget.

Rules

  • Focus on PLANNING: This skill answers "how much should I budget?"
  • Data-Driven: Base recommendations on historical spending patterns
  • Actionable: Offer to create budgets, not just suggest
  • No Analysis: Do NOT analyze spending patterns (that's spending-analyzer's job)
Install via CLI
npx skills add https://github.com/kylesean/augo --skill budget-planner
Repository Details
star Stars 40
call_split Forks 9
navigation Branch main
article Path SKILL.md
More from Creator