Add life-admin-tracker: voice renewals and expiry tracking with proactive nudges - #359
Open
hassan1731996 wants to merge 1 commit into
Open
Add life-admin-tracker: voice renewals and expiry tracking with proactive nudges#359hassan1731996 wants to merge 1 commit into
hassan1731996 wants to merge 1 commit into
Conversation
Contributor
🔀 Branch Merge CheckPR direction: ✅ Passed — |
Contributor
✅ Community PR Path Check — PassedAll changed files are inside the |
…king with proactive daemon nudges - Tracks passports, MOT, insurance, subscriptions, warranties by voice - LLM extracts dates from natural speech (next March, in 3 years, etc.) - ADD flow: 3 exchanges max; single-exchange if item+date in trigger - CHECK groups items by urgency (urgent/soon/upcoming) spoken in priority order - RENEW chains automatically: marks done, asks for next date, resets nudge cycle - COST intent: subscription spend summary with monthly and annual totals - Background daemon: hourly check, nudges at 90/30/7-day thresholds (each once), daily inside 7-day window - Multiple urgencies batched into one spoken message - Outer while loop with user_response() for multi-turn sessions
hassan1731996
force-pushed
the
feature/life-admin-tracker
branch
from
August 2, 2026 13:49
e9c651e to
a16b65a
Compare
Contributor
✅ Ability Validation Passed |
Contributor
🔍 Lint Results✅
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What This Does
A persistent voice assistant that tracks everything with an expiry date — passports, MOT, car insurance, subscriptions, warranties, boiler services — and automatically reminds you before they're due. Log once by voice, never forget a renewal again.
Why This Is Different from Alexa
Key UX Decisions
Background Daemon
Runs hourly. Nudge schedule per item:
SDK Patterns
create_keyfirst withsuccesscheck, fallbackupdate_keycall():background_daemon_modeset beforeCapabilityWorkerresume_normal_flow()infinallyblock and at top ofwatch_loop()while Trueloop withuser_response()for multi-turn sessions