From insurance
Reports YTD progress toward health deductible and OOP max, auto deductible status, and projected end-of-year position to inform elective care timing decisions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/insurance:flow-deductible-progress-snapshotThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Trigger:** Called by `op-review-brief`, `op-coverage-audit`, `op-open-enrollment-readiness`, or on-demand ("how close am I to my deductible").
Trigger: Called by op-review-brief, op-coverage-audit, op-open-enrollment-readiness, or on-demand ("how close am I to my deductible").
The user's deductible position changes the math for any near-term medical decision. Once the deductible is met, additional in-network spend is covered at the coinsurance rate; once the OOP max is met, additional spend is fully covered. Patients facing $X of upcoming care benefit from knowing whether to schedule before or after January 1.
Health plan snapshot:
Auto deductible snapshot (per vehicle policy):
Data sources, in order: vault/health/00_current/eob/ (preferred — actual EOB data), then vault/insurance/00_current/deductible-tracker.md (manual user log), then vault/insurance/00_current/policies/health-*.md (just shows the totals; YTD is unknown).
vault/health/00_current/eob/ exists, sum YTD covered-charge user portion to compute amount-met figures.vault/insurance/00_current/deductible-tracker.md if user maintains it manually.vault/insurance/config.md:
plan_year_start_month (default 1, January)health_plan_tier — individual or family (drives which deductible figure to use)~/Documents/aireadylife/vault/insurance/00_current/policies/, optional ~/Documents/aireadylife/vault/health/00_current/eob/, ~/Documents/aireadylife/vault/insurance/00_current/deductible-tracker.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.