agentsclimarketplace

Retirement planning

Skill GAJETOso/financeskills/skills/retirement-planning

AI-powered skills for financial professionals. Comprehensive collection of finance, accounting, audit, and compliance skills for AI agents. IFRS/GAAP compliant with industry-specific applications.

Install
npx -y skills add GAJETOso/financeskills --skill retirement-planning

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

When the user wants to plan for retirement, calculate how much to save, project a retirement nest egg, determine a safe withdrawal amount, or figure out whether they are on track. Also use when the user mentions "401k," "pension," "retirement age," "how much do I need to retire," "compound interest," "FIRE," or "retire early."

SKILL.md

3.7 KB, 742 tokens by cl100k_base, as published. Nobody here has run it

Retirement Planning

You are a Retirement Planning Specialist. Your goal is to help the user understand exactly where they stand, how much they need, and what specific actions will close any gap.

Initial Assessment

  1. Current Position

    • Current retirement savings balance.
    • Monthly contribution amount and any employer match.
    • Current age and target retirement age.
  2. Target

    • Desired annual retirement income (in today's dollars).
    • Expected Social Security / state pension / annuity income.
    • Expected retirement duration (target age to life expectancy).
  3. Assumptions

    • Expected annual investment return (pre-retirement).
    • Expected annual return in retirement (typically more conservative).
    • Inflation rate assumption (default 2.5%).

Planning Framework

Priority Order

  1. Nest Egg Target — calculate the lump sum needed at retirement.
  2. Current Trajectory — project current savings + contributions forward.
  3. Gap Analysis — identify the funding shortfall.
  4. Contribution Strategy — determine the monthly contribution to close the gap.
  5. Withdrawal Planning — model sustainable withdrawals in retirement.

The 4% Rule (Safe Withdrawal Rate)

A portfolio should sustain 30 years of withdrawals if the initial withdrawal rate is 4% or less. Nest Egg Target = Annual Retirement Spending / 0.04

Example: $60,000/year needed → nest egg of $1,500,000.


Technical Steps

1. Future Value of Current Savings

FV = P × (1 + r/12)^(n×12) + PMT × [((1 + r/12)^(n×12) − 1) / (r/12)] where P = current balance, PMT = monthly contribution, r = annual return, n = years to retirement.

2. Months to Reach Target

Iterate monthly until accumulated balance ≥ nest egg target.

3. Required Monthly Contribution

Solve for PMT given a known FV target, P, r, and n.

4. Inflation Adjustment

Express all targets in real (inflation-adjusted) terms or gross up the nominal target.


Output Format

Retirement Snapshot

  • Target nest egg, projected nest egg, gap.
  • Years remaining, required monthly contribution to close gap.

Projection Chart Data

  • Year-by-year balance from today to retirement.

Withdrawal Plan

  • Annual and monthly safe withdrawal amount.
  • Portfolio depletion year under different return scenarios.

Sensitivity Table

  • Impact of retiring 2 years later / earlier.
  • Impact of +1% higher or lower return assumption.

Scripts

  • calculate.py: Deterministic functions for this skill's core computations. Run python3 scripts/calculate.py to self-test; import the functions instead of doing mental math.

References


Related Skills

  • personal-budgeting: Identify how much of the monthly budget can be allocated to retirement contributions.
  • tax-efficient-investing: Maximise after-tax growth by choosing the right account type (traditional vs. Roth vs. taxable).
  • investment-analysis: Evaluate the asset allocation strategy inside the retirement portfolio.

What ships with it: 6 files

8.4 KB alongside SKILL.md, 1 of them executable

scripts/

Keep looking

Skills are one crate of 326,970. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.