Getting Started¶
FinPlan works through your AI assistant. No forms, no dashboards to navigate β just describe your financial situation in plain language and your assistant does the rest.
Try it with sample data¶
Not ready to type in real balances? Load the Larsons β a complete fictional household (married couple, two kids, eight accounts, a mortgage, five goals) β and run the whole product on fake data first.
- Claude Code: run
/finplan:demo. It copies the sample into a localfinplan_state.jsonand suggests questions to ask. - Any other assistant: download
larsons_finplan_state.json, attach it to your conversation, and ask your assistant to use it as your FinPlan state.
Then try questions like:
- "Can the Larsons actually retire when Mark turns 62? Run a Monte Carlo projection."
- "What's their federal + New York state tax bill this year, filing jointly with two kids?"
- "Should Mark claim Social Security at 62, 67, or 70? Compare lifetime benefits."
- "Are both 529s on track to cover four years of college each? Which kid is behind?"
- "Build the projection dashboard so I can see every goal on one page."
Wiping the sample: the Larsons live only in that one local file β nothing is stored server-side. Delete finplan_state.json (or start in a fresh directory) before entering your own data, then run /finplan:setup.
Quick start¶
Run /finplan:setup and FinPlan will walk you through a guided interview covering your profile, accounts, and goals β everything you need in one conversation. Already have a plan? Run /finplan:checkup to review and update it.
The pages below explain what each step collects and why, so you can prepare or review at your own pace.
- 1. Connect Your Agent
Install the FinPlan plugin for Claude, ChatGPT, or another MCP-compatible assistant.
- 2. Your Profile
Tell FinPlan your age, income, location, and household situation so projections are personalized.
/finplan:profile Β· Details
- 3. Your Accounts
Add your financial accounts β retirement, brokerage, savings β so FinPlan can model growth and tax treatment correctly.
/finplan:accounts Β· Details
- 4. Your Goals
Define what you're saving for: retirement, a home, an emergency fund, or anything else.
/finplan:goals Β· Details
- 5. Your Dashboard
Generate an interactive projection dashboard that shows whether you're on track across every goal.
/finplan:projection-dashboard Β· Details