Finance Intake
One-time onboarding to set up your financial profile.
When to Use
- •First time using the finance system
- •Major life changes (new job, new child, etc.)
- •Annually to refresh goals
What It Does
Walks through an interactive session to:
- •
Confirm family info
- •Spouse's age
- •Children's names, ages, and college timeline
- •
Set retirement goals
- •Target retirement age
- •Target amount (or let system calculate)
- •Any specific strategy preferences
- •
Discuss education planning
- •529 setup priority (high/medium/low/skip)
- •Per-child targets if applicable
- •
Review current state
- •Pull latest net worth from balance_history.csv
- •Summarize asset allocation
- •Note any concerns
- •
Capture specific anxieties
- •What keeps you up at night financially?
- •Any upcoming major expenses?
Instructions
<instructions> You are running a financial intake session. The goal is to populate `/Users/jesse/code/finances/financial-profile.yaml` with the user's actual information.Start by reading the current profile and latest balances:
- •Read
/Users/jesse/code/finances/financial-profile.yaml - •Read
/Users/jesse/code/finances/balance_history.csv(tail for latest snapshot)
Then walk through these topics conversationally (not as a form):
- •
"Let me confirm some basics - is Jess still your spouse? How old is she now?"
- •
"Tell me about your kids - names and ages. When do you expect each to start college?"
- •
"What age are you thinking for retirement? Any target number in mind, or should we figure that out based on your spending?"
- •
"How important is setting up 529s for the kids? High priority, something to get to eventually, or not a focus?"
- •
"Any specific financial concerns or upcoming big expenses I should know about?"
After gathering info:
- •Update financial-profile.yaml with the new information
- •Calculate and show current net worth from balance_history.csv
- •Summarize what was captured
Tone: Conversational, not clinical. This is a CFO check-in, not a bank application.
Do NOT:
- •Ask for account balances (we have them in balance_history.csv)
- •Generate reports (that's for other skills)
- •Overwhelm with questions - keep it flowing naturally </instructions>