From insurance
Medicare planning walkthrough: Part A/B/C/D decisions, Medigap vs Advantage, IRMAA/MAGI check, enrollment windows (IEP/GEP/SEP/AEP), HSA stop-reminder.
How this skill is triggered — by the user, by Claude, or both
Slash command
/insurance:op-medicare-planningThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Trigger phrases:**
Trigger phrases:
Cadence: First run 6-12 months before age 65 (Initial Enrollment Period starts 3 months before the 65th birthday month). Annual reruns during the Annual Election Period (Oct 15 - Dec 7).
Reads age (or dob) from vault/insurance/config.md. If age < 55 and medicare_planning_enabled is not set to true, this op exits with a single line: "Medicare planning is enabled at age 55+ or by setting medicare_planning_enabled: true in vault/insurance/config.md."
Medicare has six interlocking decisions in a tight enrollment window. Mistakes are expensive and sometimes permanent (late-enrollment penalties on Part B and Part D last for life).
Decision support areas:
vault/health/ if installed).vault/career/ if the user is still working.dob, medicare_status, state, and prior-year MAGI from vault/insurance/config.md (and vault/wealth/ for MAGI if installed).vault/health/.vault/insurance/02_briefs/medicare-{YYYY-MM}.md.task-sync-to-cross-agents to flag pending Medicare decisions in health and career vaults.vault/insurance/config.md:
dob, state, medicare_planning_enabled (override flag)prior_year_magi (or pulled from wealth)current_rx_list (for Part D plan finder prep)~/Documents/aireadylife/vault/insurance/config.md, optional ~/Documents/aireadylife/vault/{health,wealth,career}/~/Documents/aireadylife/vault/insurance/02_briefs/medicare-{YYYY-MM}.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.