Tools used
- get_user_history
- get_current_week
- create_week
- copy_week
- update_exercise
- update_workout
- apply_deload_template
- create_note
Procedure
Procedure
-
Assess Fatigue Accumulation:
- Call
get_user_historyandget_current_weekto determine if the user has been training for 4 to 8 consecutive weeks. - Identify signs of accumulated fatigue (e.g., stagnant lifts, increased perceived exertion).
- Call
-
Schedule the Deload Phase:
- Plan a deload period lasting 5 to 7 days.
- Use
apply_deload_templateif a standard reduction is preferred, orcopy_weekto create a new recovery week based on the current structure.
-
Implement Volume and Intensity Reductions:
- Volume: Reduce the total number of sets per session and repetitions per set for all exercises.
- Intensity: Use
update_exerciseto drop absolute loads to approximately 50โ60% of the weights used in the final loading week. - Effort: Adjust target Repetitions in Reserve (RIR) to be higher (increase the buffer) to ensure the user stays far from failure and reduces CNS strain.
-
Maintain Frequency:
- Ensure the number of sessions per week remains constant to maintain motor patterns and technical proficiency. Use
update_workoutto modify contents without deleting sessions.
- Ensure the number of sessions per week remains constant to maintain motor patterns and technical proficiency. Use
-
Adjust Exercise Selection:
- Use
update_exerciseto swap high-impact or high-shear movements for low-impact variants where joint relief is needed.
- Use
-
Apply Autoregulation (RPE/RIR):
- Call
create_noteto instruct the user on using Rating of Perceived Exertion (RPE) or RIR for daily adjustments. - Explain that loading should match their current physiological readiness rather than fixed percentages to prevent joint over-reaching.
- Call
-
Monitor and Progress:
- Explain that the primary goal of this phase is dissipating cumulative fatigue and reducing joint stress.
- After the 5โ7 day period, return the user to a standard loading phase or a new periodization block (e.g., Daily Undulating Periodization) to vary volume and intensity effectively.