
evidence-based routine audit and optimization
v1by FitnessGrid
Audits current fitness and nutrition habits against clinical guidelines and applies adaptive optimization frameworks.
auditoptimizationguidelinesperformance
Get an AI coach that uses this skill
FitnessGrid is an AI coach that plans your week and adapts as you go. Install evidence-based routine audit and optimization 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
-
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.