Tools used
- get_user_history
- get_week_stats
- get_user_preferences
- analyze_training_history
- get_insights
- update_workout
- set_macro_targets
- plan_week
- create_note
Procedure
Procedure
-
Baseline Nutrition Audit:
- Call
get_user_historyandget_week_statsto retrieve recent dietary intake. - Compare the user's current dietary pattern against the Mediterranean or DASH diet frameworks, checking for high intake of fruits, vegetables, and healthy oils.
- Identify if current macronutrient distribution aligns with clinical sufficiency or if it follows a "universal" plan lacking personalization.
- Call
-
Baseline Fitness Audit:
- Call
analyze_training_historyto assess current exercise volume and intensity. - Cross-reference active minutes and strength sessions against WHO 2020 Guidelines (target aerobic and muscle-strengthening benchmarks).
- Evaluate the training intensity distribution:
- Pyramidal: High volume of low-intensity, moderate moderate-intensity, low high-intensity.
- Polarized: High volume of low-intensity, low volume of high-intensity.
- Call
-
Identify Gaps:
- Call
get_insightsto find discrepancies between the audit results and the evidence-based benchmarks. - Note if the user is missing the synergistic benefit of combined diet and exercise (Behavioral Weight Management Programs).
- Call
-
Optimization Phase (Adaptive Adjustments):
- Apply an iterative "Measure โ Adjust โ Validate" loop.
- If the user is an athlete, suggest adjusting training loads using an Adaptive Load Model, incorporating biometrics like sleep quality or performance data from
get_user_history. - Use
set_macro_targetsto refine nutrition goals based on the audit outcomes, prioritizing nutrient density.
-
Implementation:
- Call
plan_weekto restructure the upcoming week based on the optimized distribution (e.g., shifting toward a Polarized training model if appropriate). - Use
create_noteto provide the user with a summary of the audit findings and the rationale for the adaptive changes.
- Call
-
Continuous Validation:
- Schedule a follow-up check after one week to evaluate response to the new load or dietary targets.