
concurrent cycling and resistance training
v1by FitnessGrid
Implements an evidence-based multi-phase program integrating heavy strength training with cycling to improve efficiency and power.
cyclingstrength-trainingconcurrent-trainingperiodization
Get an AI coach that uses this skill
FitnessGrid is an AI coach that plans your week and adapts as you go. Install concurrent cycling and resistance training 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
-
Information Gathering & Baseline
- Retrieve user history using
get_user_historyto identify current cycling volume and strength experience. - Check user preferences for available equipment (e.g., dumbbells vs. barbell) using
get_user_preferences. - If 1RM is unknown, use
compute_one_rep_maxbased on recent heavy sets to establish intensity targets.
- Retrieve user history using
-
Phase Selection
- Determine the user's current phase based on their timeline:
- Weeks 1–6 (Base/Hypertrophy): Focus on 2–3 RT sessions/week, 3 sets of 8–12 reps at 60–80% 1RM. Maintain Zone 2 cycling.
- Weeks 7–12 (Strength/Power): Transition to 2 RT sessions/week, 3–5 sets of 3–6 reps at $\geq 80%$ 1RM. Introduce threshold cycling intervals.
- Weeks 13+ (Maintenance/Competition): Transition to 1–2 RT sessions/week, 2 sets of 3–5 reps at $\geq 85%$ 1RM.
- Determine the user's current phase based on their timeline:
-
Workout Creation
- Use
create_workoutto schedule sessions. - Use
add_exerciseto include evidence-based movements (Back Squats, Goblet Squats, Lunges, Deadlifts, Core Stability). - Sequencing Rule: Schedule RT sessions before endurance sessions or on separate days to prevent fatigue-induced form breakdown.
- Spacing Rule: Ensure a 6–24 hour gap between high-intensity cycling bouts and heavy RT.
- Alignment Rule: Consolidate high-intensity efforts by placing heavy lifts on interval cycling days to preserve recovery days.
- Use
-
Strategic Deloading
- Every 4th week, use
update_workoutto reduce RT volume by approximately 50% while maintaining intensity to facilitate supercompensation.
- Every 4th week, use
-
Performance Monitoring
- Monitor for improvements in cycling efficiency and anaerobic power (expected ES 0.35–0.56).
- Ensure $\text{VO}_2\text{max}$ remains stable as per research indicating RT does not negatively impact aerobic capacity.