From insurance
Tracks insurance claims with status, deadlines, adjuster contact, and document requests. Surfaces stalled claims (>30 days no update) and urgent response deadlines.
How this skill is triggered — by the user, by Claude, or both
Slash command
/insurance:task-track-claim-statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Trigger:**
Trigger:
op-claims-review, op-document-claims-process, op-life-event-coverage-trigger (death event)Claims often take weeks or months and have multiple deadlines (proof-of-loss, appraisal, settlement response, appeal). Without structured tracking, deadlines get missed and adjusters go quiet. This task is the per-claim ledger.
Per-claim record contents:
claim_number, carrier, policy_type, policy_numberincident_date, incident_descriptionfiling_date, claim_status (open / under-investigation / approved / denied / settled / closed / disputed)adjuster_name, adjuster_phone, adjuster_emaildocuments_submitted (list with dates)documents_requested (list with deadline dates)expected_resolution_date (from carrier guidance)last_status_update_datefollow_up_actions (list with action and date)settlement_offers (list with amount, date, response)notes_log (running journal)Stall detection: If last_status_update_date is more than 30 days ago, the claim is flagged STALLED. State insurance regulations typically require timely communication; a stall is a prompt to escalate (call adjuster, request supervisor, file complaint with state DOI).
vault/insurance/00_current/claims/{claim-number}.md with full record.task-update-open-loops with severity HIGH.vault/insurance/config.md:
claim_stall_threshold_days (default 30)state — used to surface state-DOI escalation guidance for stalled claims~/Documents/aireadylife/vault/insurance/00_current/claims/~/Documents/aireadylife/vault/insurance/00_current/claims/{claim-number}.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.