Tools used
- create_week
- create_workout
- add_exercise
- create_note
- get_user_preferences
- get_current_week
Procedure
Procedure
-
Initial Assessment and Goal Setting
- Confirm the user is returning from a layoff or starting fresh.
- Advise the user on the "Two in the Tank" rule: avoid training to failure for the first three weeks, maintaining an RPE 8 (leaving 2 clean reps in reserve).
- Use
get_user_preferencesto determine available equipment (e.g., dumbbells vs. barbells) to tailor exercise selection.
-
Phase 1: Adaptation (Weeks 1–2)
- Create a 3-day full-body split (e.g., M/W/F) using
create_weekandcreate_workout. - Set the volume to 3 sets of 8–12 reps (10–12 for RDLs, 30-45s for core).
- Add the following exercises using
add_exercise:- Goblet Squat or Leg Press (Cue: "Drive knees out; chest proud")
- Push-Ups or Bench Press (Cue: "Squeeze shoulder blades; push floor away")
- Seated Row or Lat Pulldown (Cue: "Elbows to hips; pinch shoulder blades")
- Romanian Deadlift (Cue: "Hinge at hips; close a door with your glutes")
- Overhead Press (Cue: "Tighten core; press straight up")
- Plank or Deadbugs (Cue: "Brace abs like taking a punch")
- Progression:
- Week 1: Target RPE 6.
- Week 2: Increase weight by 2.5–5% or add 1–2 reps per set.
- Create a 3-day full-body split (e.g., M/W/F) using
-
Phase 2: Accumulation (Weeks 3–5)
- Week 3: Maintain 3 sets but increase intensity to RPE 8.
- Week 4 (Volume Peak): Increase sets from 3 to 4 for primary lifts (Squat, Press, Row).
- Week 5 (Intensity Peak): Increase weight by 2.5–5% from Week 4. Target RPE 8–9.
-
Phase 3: The Deload (Week 6)
- Use
create_weekto schedule a recovery block. - Reduce all sets to 2 sets per exercise.
- Reduce load to 50%–60% of the weight used in Week 5.
- Set intensity to RPE 5 (movement focus).
- Use
-
Coaching Integration
- Use
create_noteto provide the following technical cues for the user:- Bracing: Inhale into the abdomen and tighten the core before every lift.
- Shoulder Packing: "Tuck shoulder blades into back pockets" for all upper-body moves.
- Foot Rooting: "Screw feet into the floor" during squats and RDLs for glute engagement.
- Remind the user that muscle memory often outpaces connective tissue adaptation; strict adherence to RPE is required to prevent overuse injuries.
- Use
-
Monitoring
- After each week, evaluate the user's logged RPE and loads to ensure they are following the prescribed hierarchy: Form > Volume/Tempo > Intensity.