← All skills

10-week intermediate linear strength program

A structured 10-week strength progression using a 3:1 loading ratio, double progression rules, and autoregulated deloads.

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

Tags: strength, intermediate, periodization, linear-progression

Tools used

Procedure

Procedure

  1. 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_max based on their most recent heavy sets.
    • Initialize the 10-week block structure using create_week for each of the two cycles and the peak phase.
  2. 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."
  3. Deload Implementation (Weeks 4 & 8)

    • Use apply_deload_template or 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).
  4. 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.
  5. 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_max based on Week 10 results to prepare for the next training block.
  6. 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.