원클릭으로
emergency-fund
Calculate emergency fund target and track savings progress toward it.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Calculate emergency fund target and track savings progress toward it.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Calculate break-even revenue by separating fixed and variable costs.
Project future cash flow using historical trends and recurring patterns.
Analyze revenue and costs per client to find your most profitable accounts.
Monitor 1099 contractor payments and flag $600 threshold.
Track unpaid invoices by age bucket and flag overdue payments.
Run a monthly bookkeeping close checklist with reconciliation.
| name | emergency-fund |
| description | Calculate emergency fund target and track savings progress toward it. |
Calculates your emergency fund target based on 3-6 months of essential expenses, tracks your current savings progress, estimates how long it will take to reach your goal at your current savings rate, and suggests ways to accelerate funding.
spending_summary — calculate average monthly essential expenses to set the fund targettransaction_search — find savings deposits and current savings activityRun spending_summary for the last 3 months to get average monthly spending by category.
Identify essential expense categories: Housing/Rent, Utilities, Groceries, Transportation, Insurance, Minimum Debt Payments, Healthcare. Sum these to get your monthly essential expenses.
Calculate emergency fund targets:
Run transaction_search with query: "savings OR emergency fund OR transfer to savings" and months: 6 to find savings deposits.
Calculate your average monthly savings deposit amount from the results.
Ask the user for their current emergency fund balance.
Calculate months to reach each target: (target - current balance) / average monthly savings deposit.
Present a progress report:
Monthly Essential Expenses: $X,XXX
Current Emergency Fund: $X,XXX
Target Amount Gap Months to Goal
───────── ──────── ──────── ──────────────
3-month $X,XXX $X,XXX X months
4-month $X,XXX $X,XXX X months
6-month $X,XXX $X,XXX X months
Progress: [████████░░░░░░░░░░░░] 42%
If the savings rate is low, suggest categories from the spending summary where cuts could accelerate the timeline.
=AVERAGE(B2:B4) across 3 months.target - current balance) by your monthly savings amount.