From records
Aggregates personal renewal dates (licenses, passports, vehicle, insurance, subscriptions) into a single sorted by deadline with lead-time warnings.
How this skill is triggered — by the user, by Claude, or both
Slash command
/records:flow-renewal-calendarThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Trigger:** Called by `op-review-brief`, `op-monthly-sync`, on-demand.
Trigger: Called by op-review-brief, op-monthly-sync, on-demand.
Produces: ~/Documents/aireadylife/vault/records/00_current/renewal-calendar.md
Renewals are the single highest source of "expiration surprise" in personal records: a license expires the week of an international flight, a vehicle registration lapses the day before a road trip, a professional cert lapses the month before a renewal exam window closes. Each domain plugin tracks its own renewal dates, but the user needs one timeline.
This flow assembles every renewal-bearing item the records vault knows about plus everything reachable via cross-domain manifests:
insurance-docs.json manifest).subscriptions.md).Each row: item, holder, renewal date, days-until, lead-time-action ("apply 6 months early for passport"), portal link, fee. Items within their lead-time window are flagged urgent.
00_current/INDEX.md for records-vault items with expirations.02_briefs/manifests/*.json) and the subscription registry.00_current/renewal-calendar.md; surface urgent items to task-update-open-loops.~/Documents/aireadylife/vault/records/config.md:
renewal_lead_times — per-category lead-time overridesrenewal_calendar_horizon_months (default 18)~/Documents/aireadylife/vault/records/00_current/INDEX.md, 02_briefs/manifests/, 00_current/subscriptions.md~/Documents/aireadylife/vault/records/00_current/renewal-calendar.mdCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub fru-dev3/ai-ready-life --plugin records