Habit, goal, and progress tracking system with visual progress and accountability. Use when user mentions tracking habits, goals, progress, streaks, or accou...
Progress tracking system. Build habits, achieve goals, see progress.
memory/track/Tracking data stored locally:
memory/track/habits.json - Habit tracking datamemory/track/goals.json - Goal definitions and progressmemory/track/streaks.json - Streak recordsmemory/track/metrics.json - Key metrics over timeUser: "I meditated for 20 minutes today"
→ Use scripts/track_habit.py --habit "meditation" --value 20 --unit minutes
→ Log completion, update streak, show progress
User: "Update my savings goal progress"
→ Use scripts/update_goal.py --goal "emergency-fund" --current 5000
→ Track progress, show percentage, estimate completion
User: "Show my exercise trends this month"
→ Use scripts/view_trends.py --habit "exercise" --period month
→ Visualize patterns, identify trends, highlight improvements
User: "What are my current streaks?"
→ Use scripts/check_streaks.py
→ Show active streaks, at-risk habits, milestone achievements
| Script | Purpose |
|---|---|
track_habit.py | Log habit completion |
update_goal.py | Update goal progress |
view_trends.py | View progress trends |
check_streaks.py | Check current streaks |
create_habit.py | Create new habit tracker |
set_goal.py | Define new goal |
export_data.py | Export tracking data |
ZIP package — ready to use