Tools used
- create_week
- create_workout
- add_exercise
- update_training_max
- compute_one_rep_max
- get_user_history
- apply_deload_template
Procedure
Procedure
-
Assessment and Setup
- Review the user's current 1RM or 3RM for primary lifts (Squat, Bench, Deadlift, Overhead Press) using
get_user_history. - If recent maxes are unavailable, use
compute_one_rep_maxbased on their most recent heavy sets. - Initialize the 10-week block structure using
create_weekfor each of the two cycles and the peak phase.
- Review the user's current 1RM or 3RM for primary lifts (Squat, Bench, Deadlift, Overhead Press) using
-
Cycle 1: Accumulation (Weeks 1–3)
- Program 3–4 sessions per week.
- Primary Lifts: Set at 3–6 reps for 3–4 sets. Start at RPE 7 in Week 1, progressing to RPE 9 by Week 3.
- Accessory Lifts: Set at 8–12 reps for hypertrophy and connective tissue support.
- Apply coaching cues in workout notes:
- Squat: "Drive the floor away."
- Bench Press: "Bend the bar."
- Deadlift: "Push the floor away."
- Overhead Press: "Push your head through the window."
-
Deload Implementation (Weeks 4 & 8)
- Use
apply_deload_templateor manually adjust workouts for "Half-Volume, Reduced-Load." - Reduce working weights to 60–70% of the previous week's load.
- Reduce total sets by 50% (e.g., 4 sets become 2).
- Set a strict intensity cap of RPE 5–6 (4–5 Reps in Reserve).
- Use
-
Cycle 2: Intensification (Weeks 5–7)
- Increase intensity and lower delivery volume.
- Primary Lifts: Decrease rep targets (e.g., 3–4 reps) while increasing weight.
- Apply Double Progression Rules:
- Increase weight only if the user hits the top end of the rep range for all prescribed sets with technical proficiency.
- Upper Body: Increase by 2.5%–5%.
- Lower Body: Increase by 5%–10%.
- Autoregulation: If the user hits RPE 10 (failure) before Week 9, instruct them to repeat the weight the following week rather than increasing.
-
Peak and Realization (Weeks 9–10)
- Week 9 (Taper): Set very low volume with high intensity (RPE 9) to dissipate fatigue while maintaining neural drive.
- Week 10 (Testing): Schedule sessions to establish new 1RM or 3RM benchmarks.
- Use
update_training_maxbased on Week 10 results to prepare for the next training block.
-
Coaching Coordination
- Ensure rest intervals of 3–5 minutes are prescribed for all primary strength lifts to allow for ATP-CP resynthesis.
- Monitor weekly feedback to ensure technical proficiency is maintained during loading jumps.