← ClaudeAtlas

debt-and-cashflowlisted

Pay down debt and route surplus cash optimally by orchestrating the public planfi MCP. Use whenever someone wants to know the order to pay off their debts (avalanche vs snowball), whether to consolidate high-rate revolving / credit-card debt into a personal loan or a 0% balance transfer (and whether the transfer fee is worth it), whether to prepay a mortgage or invest the difference, whether refinancing is worth it and when it breaks even, where the next best dollar of savings should go, their optimal student-loan path (which income-driven repayment plan, is PSLF forgiveness worth staying for, or refinance vs aggressive payoff), or how big their emergency fund / cash runway should be (and whether they're holding too much cash) — e.g. "what's my payoff order if I have a credit card and a car loan?", "should I consolidate my credit cards into a personal loan?", "is a 0% balance transfer worth the 3% fee?", "should I pay extra on my mortgage or invest it?", "is it worth refinancing and when do I break even?", "w
KameronKales/planfi-skills · ★ 0 · AI & Automation · score 75
Install: claude install-skill KameronKales/planfi-skills
# Debt and Cashflow A thin orchestration layer over the **planfi MCP** (https://ai.planfi.app/mcp, public, no auth). All the math — amortization, avalanche/snowball ordering, prepay-vs-invest opportunity cost, refinance break-even, and the next-best-dollar funding waterfall — lives 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. ## Step 0 — Make sure the planfi tools are connected This skill uses these tools (may be namespaced, e.g. `mcp__planfi__analyze_debt_payoff`): `analyze_debt_payoff`, `analyze_debt_consolidation`, `analyze_mortgage_prepay`, `analyze_refinance`, `analyze_funding_waterfall`, `analyze_student_loans`, `analyze_emergency_fund`, `analyze_auto_purchase`, `analyze_cash_flow`, 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: ``` claude mcp add --transport http planfi https://ai.planfi.app/mcp ``` (On claude.ai: add a custom connector pointing at https://ai.planfi.app/mcp — no auth.) ## Step 1 — (Optional but preferred) build a plan first to chain context + get a share link > **Feed it into the forecast (not just plan_id chaining):** `generate_financial_plan` now accepts `student_loans` directly as a plan input, so it flows into net wor