
intermediate cyclist off-season strength program
v1by FitnessGrid
An 8-week evidence-based strength program for cyclists focusing on power and economy via linear periodization.
cyclingstrengthoff-seasonperiodization
Get an AI coach that uses this skill
FitnessGrid is an AI coach that plans your week and adapts as you go. Install intermediate cyclist off-season strength program and your coach will follow this protocol every week, learn from what you actually do, and adjust on the fly.
- Your coach builds the week from this skill
- Adapts to your actual progress, not a static template
- Free to start — no credit card, ~60 seconds to set up
Procedure
-
Initial Assessment and Preference Check
- Use
get_user_preferencesto confirm the user's available equipment and current strength levels. - If 1RM (one-rep max) values are unknown, use
compute_one_rep_maxbased on recent heavy sets to establish baseline intensities.
- Use
-
Phase 1: Adaptation (Weeks 1–2)
- Create 2–3 sessions per week focusing on form and stability.
- Select one exercise from each primary category:
- Squat: Bulgarian Split Squats or Box Squats.
- Hinge: Trap Bar Deadlifts or Hip Thrusts.
- Press: Overhead Press or Chest Press.
- Pull: Gorilla Rows or Pendlay Rows.
- Core: Pallof Press, Dead Bugs, or Planks.
- Set parameters: 2–3 sets of 10–15 reps at 60–70% intensity.
- Use
create_workoutandadd_exerciseto populate the first two weeks.
-
Phase 2: Strength (Weeks 3–5)
- Increase intensity to 75–85% 1RM.
- Adjust sets to 3–4 and reps to 5–8 to prioritize force production.
- Use
update_workoutto transition the plan as the user progresses.
-
Phase 3: Power/Peak (Weeks 6–7)
- Increase intensity to 85–95% 1RM.
- Adjust sets to 3–5 and reps to 3–5 for neuromuscular speed.
- Remind the user to maintain 1–2 Reps in Reserve (RIR) to avoid excessive fatigue.
-
Phase 4: Deload (Week 8)
- Plan a recovery week using
plan_week. - Reduce volume by 50% (perform only 2 sets).
- Drop intensity to 50–60% 1RM with 10–12 reps.
- Plan a recovery week using
-
Implement Progression Logic
- Instruct the user via
create_noteon the "2-for-2" Rule: if they can perform two extra reps over the target in the final set for two consecutive workouts, increase weight by 2.5%–5%. - Advise the user to separate high-intensity cycling from these lifts by 6–24 hours to minimize interference.
- Instruct the user via
-
Safety and Monitoring
- Monitor for DOMS. If interference with cycling occurs, ensure RIR is strictly maintained and form is prioritized over load.