
unified lifestyle and training integration
v1by FitnessGrid
Synchronizes training intensity with sleep quality, nutritional strategy, and external lifestyle stress.
periodizationrecoverynutrition-timingsleep-hygieneallostatic-load
Get an AI coach that uses this skill
FitnessGrid is an AI coach that plans your week and adapts as you go. Install unified lifestyle and training integration and your coach will follow this protocol every week, learn from what you actually do, and adjust on the fly.
- Your coach builds the week from this skill
- Adapts to your actual progress, not a static template
- Free to start — no credit card, ~60 seconds to set up
Procedure
-
Assess Total Allostatic Load
- Query the user for upcoming high-stress external commitments (e.g., heavy work deadlines, travel, family events).
- Identify "High-Stress" vs. "Low-Stress" days within the microcycle.
-
Establish the Training Anchor
- Align primary high-intensity or peak volume sessions with "Low-Stress/High-Recovery" windows (days with minimal external commitments and expected high-quality sleep).
- Use
plan_weekto schedule shorter sessions or active recovery on "High-Stress" days to maintain the stress-recovery equilibrium.
-
Configure Periodized Nutrition
- For high-intensity days: Set higher carbohydrate targets using
set_user_macro_targetsto ensure high fuel availability. - For specific endurance adaptations: Designate 1-2 "train-low" sessions (low carbohydrate availability) if appropriate for the user's goals.
- For evening recovery: Suggest high-glycemic index (GI) carbohydrate meals or protein-rich dairy to promote sleep onset and physical repair.
- For high-intensity days: Set higher carbohydrate targets using
-
Implement Sleep-Based Auto-regulation
- Review recent sleep duration using
get_user_history. - If sleep is $<7$ hours or fragmented, use
update_workoutto reduce that day's training volume or intensity to mitigate increased cortisol and impaired glycogen regeneration. - Create a reminder via
create_notefor the user to prioritize $>8$ hours of sleep following the most demanding training sessions.
- Review recent sleep duration using
-
Sync Nutrition to Load
- Dynamically adjust calorie and macro targets based on the scheduled daily load using
compute_calories_burnedas a reference. - Match maintenance calories and anti-inflammatory food focus with low-intensity/recovery days.
- Dynamically adjust calorie and macro targets based on the scheduled daily load using
-
Review and Adjust
- At the end of the microcycle, compare planned vs. actual adherence regarding sleep and stress.
- Proactively suggest a deload week if external commitments remain high for consecutive cycles to prevent burnout.