Tools used
- compute_lean_body_mass
- compute_ffmi
- estimate_weight_loss_timeline
- get_user_history
- get_user_preferences
Procedure
Procedure
-
Calculate Metric Baselines
- Determine the user's starting state by identifying Total Body Mass (TBM) and Body Fat Percentage.
- Use
compute_lean_body_massto establish the metabolically active tissue baseline. - Use
compute_ffmito assess the user's proximity to their genetic ceiling (referenced at 25 for natural males).
-
Audit Training Age
- Categorize the user's training status based on experience:
- Novice: <1 year
- Intermediate: 1–3 years
- Advanced: 3+ years
- Inform the user that the "slope" of their growth curve depends on this status.
- Categorize the user's training status based on experience:
-
Forecast Muscle Accrual (The McDonald Model)
- Apply the following potential rates of gain based on status:
- Novice: ~2 lbs (0.9 kg) per month.
- Intermediate: ~1 lb (0.45 kg) per month.
- Advanced: ~0.5 lb (0.2 kg) per month.
- Elite: Negligible.
- Clarify that these figures assume optimized nutrition, stimulus, and recovery.
- Apply the following potential rates of gain based on status:
-
Forecast Fat Loss Kinetics
- Estimate fat loss at a standard rate of 0.5% to 1.0% of total body weight per week using
estimate_weight_loss_timeline. - Apply LBM preservation constraints: If body fat is below 10% (men) or 18% (women), recommend slowing loss to <0.5% per week.
- Explain the "Paper Towel Effect," where visual changes become more pronounced at lower body fat percentages even if weight loss speed remains constant.
- Estimate fat loss at a standard rate of 0.5% to 1.0% of total body weight per week using
-
Synthesize the Timeline
- Calculate the specific LBM gain and fat loss required to reach the target physique.
- Sequence the timeline: muscle gain phases (bulking) and fat loss phases (cutting).
- Apply an Adherence Coefficient: Multiply the theoretical timeline by 1.2x to 1.5x to account for real-world variables like illness or lifestyle interruptions.
-
Communicate Genetic and Biological Limits
- Advise that body recomposition (gaining muscle and losing fat simultaneously) is possible for novices but results in a slower timeline than sequenced phases.
- Note that individual genetic variation (hormonal profiles, bone density) can shift these projections by ±20%.