From insurance
Scans insurance policy renewal dates monthly, flags renewals within 60 days, and categorizes each as shop, auto-renew, or coverage-review with action steps and deadlines.
How this skill is triggered — by the user, by Claude, or both
Slash command
/insurance:op-renewal-watchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Runs monthly to ensure no insurance policy auto-renews without your awareness and intentional decision. The most common and costly insurance mistake is allowing policies to auto-renew year after year without reviewing whether: (1) the terms and premium are still competitive, (2) the coverage limits are still appropriate for your current assets and income, or (3) a life event since the last rene...
Runs monthly to ensure no insurance policy auto-renews without your awareness and intentional decision. The most common and costly insurance mistake is allowing policies to auto-renew year after year without reviewing whether: (1) the terms and premium are still competitive, (2) the coverage limits are still appropriate for your current assets and income, or (3) a life event since the last renewal requires coverage changes. This op catches all of that 60 days before it becomes a crisis.
60-day horizon: The op scans all renewal dates and flags any policy renewing in the next 60 days. 60 days is the right window because it provides enough time to: get competing quotes (which take 1-5 business days each), review and compare offers, make a coverage decision, and process any carrier changes before the renewal date. Waiting until 2 weeks before renewal leaves insufficient time to switch carriers if a better option exists.
Action categorization: Each upcoming renewal is classified into one of three categories. The categorization determines what you should do, not just what is happening.
Shop: Get competing quotes before deciding to renew. Applied to: auto insurance (very competitive market, premium variation of 30-50% between carriers for identical coverage is common; most carriers give best rates to new customers), home/renters insurance (competitive, especially in areas where carriers have raised rates significantly after weather losses), any policy where the current year's renewal premium is more than 10% higher than the prior year. When categorized as "shop": the output includes the current coverage parameters to bring to quote comparison, a list of recommended carriers to approach, and the current premium as the baseline. Action-by date is 30 days before renewal.
Auto-renew: No competitive action needed; continue with current carrier and terms. Applied to: term life insurance (premium is locked at policy issue; the renewal is simply paying the same amount; the only "action" is confirming the payment goes through), group disability insurance through employer (no individual shopping needed), and policies where last competitive review was recent (within 18 months) and no coverage changes are needed.
Coverage review: Coverage parameters need reassessment before renewing — the policy may need to be changed, not just continued. Applied to: home insurance when property value has changed significantly (renovation, appreciation in a fast-moving market), life insurance after a salary change or new dependent, rental property insurance after renovation or a new tenant situation, auto insurance after adding or removing a driver or vehicle. When categorized as "coverage review": the output specifies which coverage parameter needs reassessment and why.
vault/insurance/00_current/policies/ — extract policy type, carrier, renewal date, and current annual premium for each.days_until_renewal for each policy as of today.days_until_renewal ≤ 60. Sub-bucket: ≤30 days = urgent, 31-60 days = upcoming.vault/insurance/01_prior/ when available.vault/insurance/config.md (renovation, salary change, new dependent, new vehicle, new driver, property purchase).action_by_date = renewal_date − 30 days (carriers typically need 30 days notice for mid-term cancellation; quote-and-bind cycle is 1-2 weeks).days_until_renewal (most urgent first).vault/insurance/00_current/renewal-alerts.md (format below).task-update-open-loops once with all RENEWAL-type flags (auto-renewal warning included for shop/coverage-review entries).~/Documents/aireadylife/vault/insurance/00_current/ — all active policy records with renewal dates~/Documents/aireadylife/vault/insurance/01_prior/ — prior year premiums for change detection~/Documents/aireadylife/vault/insurance/config.md — life events and changes since last renewalRenewal Watch Summary — saved as vault/insurance/00_current/renewal-alerts.md
## Renewal Watch — [Month Year]
Policies renewing within 60 days: X
### ACTION: Shop
[Policy Type] — [Carrier] — Renews [date] ([X days])
Current annual premium: $X [+X% vs. prior year]
Action: Get competing quotes by [action-by date]
Coverage to bring to quotes: [specific parameters]
Recommended carriers to quote: [list]
### ACTION: Coverage Review
[Policy Type] — [Carrier] — Renews [date] ([X days])
Current annual premium: $X
Review needed: [specific coverage parameter and why]
Action: Run coverage audit for [policy line] before [action-by date]
### AUTO-RENEW (no action)
[Policy Type] — [Carrier] — Renews [date]
Current premium: $X — no changes needed
### No Renewals in Next 60 Days
Next renewal: [Policy] on [date] ([X days])
Required in vault/insurance/config.md:
vault/insurance/00_current/.~/Documents/aireadylife/vault/insurance/00_current/, ~/Documents/aireadylife/vault/insurance/01_prior/, ~/Documents/aireadylife/vault/insurance/config.md~/Documents/aireadylife/vault/insurance/00_current/renewal-alerts.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.