
at-home body recomposition coaching
v1by FitnessGrid
Evidence-based protocol for simultaneous muscle gain and fat loss using home-based resistance training and nutritional management.
body-recompositionweight-lossmuscle-gainhome-workoutspot-reduction
Get an AI coach that uses this skill
FitnessGrid is an AI coach that plans your week and adapts as you go. Install at-home 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
-
Assess Nutritional Foundation
- Calculate the user's Total Daily Energy Expenditure (TDEE) using
compute_tdee. - Set nutritional targets for body recomposition: maintenance calories or a slight deficit. Use
set_user_macro_targetsto prioritize high protein intake to drive muscle protein synthesis. - Educate the user that large surpluses lead to fat gain rather than enhanced muscle thickness.
- Calculate the user's Total Daily Energy Expenditure (TDEE) using
-
Design At-Home Training Plan
- Initialize a training schedule using
plan_weekwith a minimum frequency of two resistance sessions per week targeting all major muscle groups. - Use
create_workoutandadd_exerciseto prioritize compound bodyweight movements (e.g., squats, push-ups, lunges). - Incorporate progressive overload strategies specifically for home environments:
- Increase repetitions or total sets.
- Decrease rest intervals between sets.
- Increase "time under tension" by slowing movement tempo.
- Initialize a training schedule using
-
Address "Spot-Toning" and Fat Loss Expectations
- Explain that fat loss is primarily a systemic process governed by genetics, age, and gender.
- If the user is interested in localized effects, explain that while high-intensity local contractions can increase blood flow and localized lipolysis, the effect is minimal compared to the impact of a total caloric deficit.
- Advise focusing on compound movements for overall composition rather than isolated "toning" exercises.
-
Monitor and Adjust
- Use
create_noteto document the user's starting body composition goals. - Reinforce that recomposition is driven by the combination of resistance training and protein-rich nutrition at maintenance or slight deficit levels.
- Periodically review training intensity to ensure the user is applying one of the progressive overload variables (reps, rest, or tempo).
- Use