Sections

Structured Training Progression
v1by FitnessGrid
Develops a performance-based training plan using a testing, zone-setting, and 4-week mesocycle framework.
periodizationendurancezone-trainingtesting
Get an AI coach that uses this skill
FitnessGrid is an AI coach that plans your week and adapts as you go. Install Structured Training Progression 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
1. Establish Performance Baseline
- Identify the athlete's target energy system:
- Aerobic: Request a 5km time trial or 20-minute all-out test.
- Anaerobic: Request a 30-minute steady-state maximum effort.
- Neuromuscular: Request a 5-second peak sprint.
- Extract key metrics from the results:
- FTP: 95% of average power from a 20-minute test.
- LTHR: Average HR during the final 20 minutes of a 30-minute effort.
- Critical Pace: Derived from 5k/10k race results.
- Use
update_training_maxto store these values for the user.
2. Define Training Zones
- Calculate a 5-zone model using
compute_hr_zonesor manual calculation based on the following:- Z1 (Recovery): <55% FTP/LTHR.
- Z2 (Endurance): 56–75% FTP/LTHR.
- Z3 (Tempo): 76–90% FTP/LTHR.
- Z4 (Threshold): 91–105% FTP/LTHR.
- Z5 (VO2 Max): >106% FTP/LTHR.
- Set volume distribution: 60–80% of total volume in Z2 for beginners; polarized Z2 and Z4/Z5 for advanced athletes.
3. Construct the 4-Week Mesocycle
Use create_week and create_workout to build the following progression:
- Week 1 (Adaptation): Baseline volume. Intervals at the lower end of zones (e.g., Z4 at 92%).
- Week 2 (Overload): Increase total weekly volume by ~10%. Increase interval duration or intensity (e.g., Z4 at 98%).
- Week 3 (Peak): Highest volume of the cycle. Intervals at the top of the zone (e.g., Z4 at 102%).
- Week 4 (Deload): Use
apply_deload_templateto reduce volume by 40–60%. Maintain intensity but significantly reduce duration/sets.
4. Monitor and Retest
- After the Week 4 Deload, schedule a retest of the baseline protocol.
- Evaluate results:
- Improvement: Recalculate all zones and update the prescription for the next block.
- Stagnation: Adjust interval structure (e.g., increase interval duration from 8 min to 12 min).
- Decline: Increase deload frequency or reduce overall volume to address potential overtraining.
- Use
rememberto log the outcome of each mesocycle for future planning.