원클릭으로
ledgr-budget-check
Analyze budget vs actual spending and flag categories at risk of overspending
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Analyze budget vs actual spending and flag categories at risk of overspending
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Analyze net worth trends, break down by asset type, and highlight largest changes
Calculate savings rate, identify top discretionary spending, and model what-if scenarios
Audit recurring charges to find subscriptions, estimate total cost, and identify savings opportunities
Review monthly spending patterns and compare to previous months using Ledgr financial data
SOC 직업 분류 기준
| name | ledgr:budget-check |
| description | Analyze budget vs actual spending and flag categories at risk of overspending |
| version | 1.0.0 |
| tools | ["get_budget","show_financial_dashboard"] |
Use when the user asks about their budget, wants to know if they're on track, or asks about spending limits. Trigger phrases: "how's my budget", "am I on track", "budget status", "over budget".
Get current budget. Call get_budget with no month parameter (defaults to current month).
Check if budget exists. If the response has budgetType: null, tell the user they haven't set up a budget for this month and suggest they do so in the Ledgr app.
Calculate projections. For each category:
percentUsed is already provided(spentCents / daysElapsed) * totalDaysInMonthIdentify at-risk categories. A category is at risk if:
percentUsed > 80 AND more than 10 days remain in the monthIdentify under-budget categories. Categories with percentUsed < 50 and more than half the month elapsed — potential reallocation sources.
Show the visual. Call show_financial_dashboard with view: "budget-progress".
Present the summary. Structure:
amountDisplay fields for presenting money to the user.