From insurance
Compares employer health plans (PPO, HDHP+HSA, HMO) against prior-year utilization and expected events to recommend the lowest-cost option and FSA/HSA contribution targets.
How this skill is triggered — by the user, by Claude, or both
Slash command
/insurance:op-open-enrollment-readinessThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Trigger phrases:**
Trigger phrases:
Cadence: Annual, in the user's enrollment window (often Oct-Nov).
Open enrollment is high-stakes (the wrong plan can cost $5K+ for a family) and frictionful (compare 3 plans against actual usage in 30 minutes). The op pre-computes the math.
Inputs assembled:
vault/health/00_current/ if installed; otherwise prompts user to upload prior-year EOB summary.vault/career/00_current/benefits/.Comparison logic per plan:
Output: A ranked plan recommendation with the projected total cost difference and a flag for non-cost factors (network match for the user's primary doctors, prior-auth burden, in-network specialty access).
vault/health/ if available; else prompt user.vault/career/00_current/benefits/ or accept paste.vault/insurance/02_briefs/open-enrollment-{YYYY}.md.task-sync-to-cross-agents to push the eventual selection into health and career vaults.vault/insurance/config.md:
enrollment_window_start, enrollment_window_endhsa_contribution_target (optional override; default = current IRS limit minus employer match)dependents_on_health_plan~/Documents/aireadylife/vault/health/, ~/Documents/aireadylife/vault/career/00_current/benefits/, ~/Documents/aireadylife/vault/insurance/config.md~/Documents/aireadylife/vault/insurance/02_briefs/open-enrollment-{YYYY}.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.