
Phased Body Recomposition Coaching
v1by FitnessGrid
A periodized approach to simultaneous fat loss and muscle gain using progressive overload and fixed macronutrient targets.
recompositionhypertrophyperiodizationmacrosstrength-training
Get an AI coach that uses this skill
FitnessGrid is an AI coach that plans your week and adapts as you go. Install Phased Body Recomposition Coaching 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 Assessment & Goal Setting
- Calculate the user's Total Daily Energy Expenditure (TDEE) using
compute_tdee. - Set a caloric target based on a modest deficit of 200–300 kcal/day or maintenance calories to support muscle protein synthesis.
- Calculate and set protein targets between 1.6g and 2.2g per kg of body weight using
set_user_macro_targets. - Store the user's initial body composition metrics (abdominal circumference or weight) using
remember.
- Calculate the user's Total Daily Energy Expenditure (TDEE) using
-
Phase 1: Adaptation (Weeks 1–4)
- Create a foundational resistance training program using
create_workout. - Focus on movement quality and establishing neuromuscular pathways.
- Program 2–3 sets per exercise with moderate intensity to stabilize metabolic readings and prepare for higher volumes.
- Create a foundational resistance training program using
-
Phase 2: Hypertrophy Block (Weeks 5–12)
- Transition to high-volume training by increasing total sets per week.
- Program rep ranges of 10–15 to maximize metabolic stress.
- Apply the SAID principle by rotating exercise variations to prevent "comfort drift."
- Maintain rest periods of 45–60 seconds to increase density and metabolic demand.
-
Phase 3: Strength Block (Weeks 13–16)
- Shift to lower-volume, higher-intensity training using
update_exercise. - Adjust rep ranges to 5–8 reps to focus on absolute load and mechanical tension.
- Increase rest periods as needed to allow for maximal force production.
- Shift to lower-volume, higher-intensity training using
-
Progressive Overload Management
- Review weekly logs using
get_week_stats. - Implement systematic increases in demand by adjusting:
- Load: Increase weight when the user hits the top of the rep range.
- Volume: Add sets if the user is recovering well and below the "U-shaped" volume threshold.
- Tempo: Direct the user to utilize slow eccentrics (e.g., 3-second lowering) to maximize tension.
- Track "Reps in Reserve" (RIR) to ensure sets remain near but not consistently at failure.
- Review weekly logs using
-
Nutritional Calibration
- Ensure protein remains the fixed "anchor" at 1.6–2.2g/kg.
- Instruct the user to prioritize carbohydrates on training days and reduce them on rest days to optimize fat oxidation.
-
Monitoring and Adjustment
- Review body composition every 4 weeks. Since scale weight may remain stable, prioritize abdominal circumference or visual changes.
- If progress plateaus, utilize
update_workoutto rotate stimuli or adjust training density. - Monitor total weekly volume to ensure the user does not exceed their recovery capacity.