## Goal The AI actively guides users through their day: morning plan, energy check-in, nudges when stuck, replanning when tasks are skipped. ## Checklist - [ ] Functional test: Alex wakes up, gets plan, completes tasks, skips one, gets replanned - [ ] Morning plan generation (Celery task, 7am) - [ ] Energy check-in model + API - [ ] Context builder (assembles user state for AI) - [ ] Daily plan API - [ ] Chat API (WebSocket via Django Channels) - [ ] Action status update API (complete / skip / defer) - [ ] Replan service (AI-powered, triggered on skip) - [ ] Stuck mode detection + response - [ ] MORNING_PLAN prompt template - [ ] DAILY_NUDGE prompt template - [ ] STUCK_MODE prompt template - [ ] REPLAN prompt template ## Branch `feat/guidance`
Goal
The AI actively guides users through their day: morning plan, energy check-in, nudges when stuck, replanning when tasks are skipped.
Checklist
Branch
feat/guidance