This commit is contained in:
Space-Banane
2026-04-02 18:59:02 +02:00
parent 6297b256a5
commit 6fbddacfcf
9 changed files with 15 additions and 8 deletions

View File

@@ -0,0 +1,13 @@
# AI-Driven Habit Tracker & Nudger
## Problem
Standard habit trackers are static and boring. You just log data, but nothing actually helps you stay on track dynamically.
## Instructions
1. **Input Interface:** Create a simple CLI or chat interface (Telegram/Discord) to log habits.
2. **Context-Aware Analytics:** The agent analyzes your habit streaks against external factors (e.g., weather, calendar, time of day).
3. **Proactive Nudging:** Instead of just recording, the agent *proactively* pings you. Example: "Hey, looking at your calendar, you have a meeting in 10 mins. Maybe take a 5 min walk now for your habit?"
4. **Sentiment/State Tracking:** If you report being "stressed" or "tired", the agent adjusts the daily goals dynamically.
## Goal
Build a habit tracker that acts as a coach, not just a spreadsheet.