Tools used
- create_meal
- create_workout
- update_preferences
- create_note
- render_suggestion_chips
Procedure
Procedure
-
Assess and Adapt Schedule
- Identify the user's shift start/end times and sleep windows.
- Use
update_preferencesto set preferred workout and meal windows that align with the night shift schedule. - Recommend a "clockwise" rotation (Day -> Evening -> Night) if the user has influence over their scheduling.
-
Optimize Chrononutrition
- Meal Placement: Use
create_mealto schedule the largest, most calorie-dense meals before the shift (dinner) and after waking up (lunch). - Nightshift Intake: Between 12:00 AM and 6:00 AM, pivot to small, high-protein, high-fiber snacks (e.g., Greek yogurt, nuts, hard-boiled eggs).
- Metabolic Safety: Instruct the user to avoid high-carbohydrate or heavy, high-fat meals during the biological night (12 AM – 6 AM) due to impaired insulin sensitivity.
- Meal Placement: Use
-
Caffeine and Stimulant Protocol
- Schedule caffeine doses (approx. 200 mg) using
create_noteor meal logs for 30–60 minutes prior to the shift start. - Set a hard caffeine cutoff 4–6 hours before the target sleep time to protect sleep architecture.
- Schedule caffeine doses (approx. 200 mg) using
-
Exercise Programming for Phase Delay
- Use
create_workoutto schedule 2–3 sessions of moderate-intensity aerobic exercise (30–60 minutes) per week. - Timing: Sequence workouts to act as a "phase delay" (late afternoon/early evening before the shift) to help the body adapt to the night schedule.
- Safety: Ensure high-intensity sessions are not scheduled immediately before the daytime sleep window to prevent elevated core temperature from disrupting sleep onset.
- Use
-
Sleep and Light Hygiene Instruction
- Create a
create_notewith the following environmental protocols:- Bright Light: Seek intense light exposure during the first half of the night shift.
- Commute: Use dark goggles or wrap-around sunglasses during the morning commute home to prevent light-induced phase resetting.
- Environment: Use blackout curtains and eye masks for a completely dark daytime sleep environment.
- Strategic Napping: Recommend a <30 minute "operational nap" between 2:00 AM and 5:00 AM if safety/work policy allows.
- Create a
-
Monitor and Adjust
- Use
render_suggestion_chipsto prompt the user to log energy levels or sleep quality daily. - Adjust meal timing or workout intensity if the user reports significant "social jetlag" or digestive distress.
- Use