← All skills

returning lifter progressive overload program

A 6-week full-body resistance training program designed for beginners or lifters returning from a layoff, focusing on adaptation and injury prevention.

Static — this skill doesn't adapt to your week.

Tags: re-entry, hypertrophy, progressive-overload, adaptation, deload

Tools used

Procedure

Procedure

  1. 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_preferences to determine available equipment (e.g., dumbbells vs. barbells) to tailor exercise selection.
  2. Phase 1: Adaptation (Weeks 1–2)

    • Create a 3-day full-body split (e.g., M/W/F) using create_week and create_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.
  3. 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.
  4. Phase 3: The Deload (Week 6)

    • Use create_week to 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).
  5. Coaching Integration

    • Use create_note to 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.
  6. Monitoring

    • After each week, evaluate the user's logged RPE and loads to ensure they are following the prescribed hierarchy: Form > Volume/Tempo > Intensity.