tax-optimizerlisted
Install: claude install-skill KameronKales/planfi-skills
# Tax Optimizer
A thin orchestration layer over the **planfi MCP** (https://ai.planfi.app/mcp, public, no auth).
All tax math, brackets, and limits live server-side. This skill only gathers inputs and calls the
tools — it does **not** compute anything locally and bakes in no defaults of its own. Read-only.
Every tool returns a structured **`assumed_defaults[]`** array (`{ field, assumed_value, note }`)
listing each input it had to assume — always read these back to the user.
**Related skills:** for high-W2 execs weighing an employer Nonqualified Deferred Comp (NQDC / 409A)
election — defer-now-vs-take-now, lump-vs-installment distribution, and smoothing the distribution
years' brackets / IRMAA — see **deferred-comp** (`analyze_deferred_comp`).
## Step 0 — Make sure the planfi tools are connected
This skill uses these tools (may be namespaced, e.g. `mcp__planfi__analyze_tax_optimization`):
`analyze_tax_optimization`, `optimize_multi_year_tax`, `analyze_roth_conversion`,
`analyze_mega_backdoor_roth`, `analyze_advanced_taxes`, `analyze_gain_harvesting`,
`analyze_tax_loss_harvesting`, `analyze_charitable_giving`, `analyze_relocation`,
`analyze_savers_credit`, `analyze_72t_sepp`, `analyze_hsa_retirement`, plus optional `generate_financial_plan`
(for `plan_id` chaining + a `share_url`). Use whichever name your environment exposes (bare or
`mcp__planfi__`-prefixed); below they are written bare.
If they're NOT available, tell the user to connect the MCP, then continue:
```
clau