From insurance
Evaluates long-term care insurance vs self-funding for users 50+. Compares standalone LTC, hybrid life-LTC products, and self-funding from invested assets, with state-specific factors.
How this skill is triggered — by the user, by Claude, or both
Slash command
/insurance:op-long-term-care-evaluationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Trigger phrases:**
Trigger phrases:
Cadence: Every 2-3 years for users 50+. Sweet spot for purchasing standalone LTC is typically late 50s to early 60s before underwriting tightens.
Reads age from vault/insurance/config.md. If age < 50 and ltc_evaluation_enabled is not set to true, this op exits with: "LTC evaluation is enabled at age 50+ or by setting ltc_evaluation_enabled: true in vault/insurance/config.md."
Roughly 50% of adults will need some form of long-term care; about 20% will need more than 2 years. Costs run $50K-$120K/year depending on care type and location. The decision is whether to insure, partially insure, or self-fund.
Three paths compared:
Output: A recommendation with the decision factors made explicit (state Medicaid look-back rules, family history of needing LTC, asset level, comfort with insurance carrier risk). Not a substitute for advice from a fee-only fiduciary.
age, state, net_worth, family_history_ltc from vault/insurance/config.md (and vault/wealth/ for net-worth).vault/insurance/02_briefs/ltc-evaluation-{YYYY}.md.vault/insurance/config.md:
age, state, ltc_evaluation_enabledfamily_history_ltc (yes/no/unknown)target_ltc_daily_benefit (default $200/day)~/Documents/aireadylife/vault/insurance/config.md, optional ~/Documents/aireadylife/vault/wealth/~/Documents/aireadylife/vault/insurance/02_briefs/ltc-evaluation-{YYYY}.md, ~/Documents/aireadylife/vault/insurance/open-loops.mdnpx claudepluginhub fru-dev3/ai-ready-life --plugin insuranceCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.