From wayfinder
Give holistic retirement advice from an existing Wayfinder plan — read the stay-put baseline, weigh life-paths (downsize / relocate / nomad), run Monte Carlo, factor scenarios and the income floor, and recommend the single best path honestly. Use when the user wants analysis, advice, or "what should I do?" on a Wayfinder plan. Requires the Wayfinder MCP server.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wayfinder:wayfinder-retirement-advisingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Help the user get the most out of a plan: not just numbers, but a clear, honest recommendation. Use the Wayfinder MCP tools in this order, then synthesize.
Help the user get the most out of a plan: not just numbers, but a clear, honest recommendation. Use the Wayfinder MCP tools in this order, then synthesize.
plan_insights(name) — the core read. It returns the stay-put outlook (net worth now, money left, earliest depletion), earliest retirement age, the biggest assumption levers (what moves the outcome most), life-path opportunities, the income-floor gap (how much of essential spending guaranteed income covers), and starter recommendations. Ground everything else in this.
compare_lifepaths(name) — every coherent combination of downsize / relocation / nomad vs stay-put, best-first by money left, with vs_baseline and whether it runs_dry. These are options the user could choose, not predictions. (Downsize and nomad are mutually exclusive — nomad already implies selling the home.)
plan_monte_carlo(name, n_sims=500) — success rate for the baseline AND each life-path, simulated separately, most-robust first. A higher deterministic "money left" with a lower success rate is worse — prefer the path that survives the most randomized markets. Report success as a percentage.
Give the user one primary recommendation: the single best path forward and the top lever to pull, with its success rate and money-left. Then:
Keep it plain-language and decision-oriented. If exploring a new what-if would help, use the wayfinder-create-scenarios skill; to spin up a fresh plan, wayfinder-create-plan.
npx claudepluginhub monster-orange/wayfinder-plugin --plugin wayfinderBuilds accessible UIs with shadcn/ui components on Radix UI + Tailwind CSS, plus canvas visuals. For React apps (Next.js, Vite, Remix, Astro), design systems, responsive layouts, themes, dark mode, prototypes.