/finplan:read-state¶
Read your saved financial state from a local JSON file using targeted jq queries to minimize token usage.
Usage¶
Type /finplan:read-state optionally followed by a query argument.
Arguments¶
| Argument | Description |
|---|---|
| (empty) | Full state JSON |
person |
Person object (spouse, dependents) |
accounts |
All accounts array |
goals |
All goals array |
account <id> |
Single account by ID |
goal <id> |
Single goal by ID |
tax |
Tax profile object |
summary |
Compact summary: name/age, account names + balances, goal names + status |
File Resolution¶
Looks for ./finplan_state.json or the most recent *_finplan_state.json in the current directory.
Warning
Always use this command (which uses jq) rather than reading state files directly with cat or the Read tool. State files can be large and loading them fully wastes context.