
aerobic base reconstruction
v1by FitnessGrid
An 8-week structured program focusing on mitochondrial density and fat oxidation through Volume-priority Zone 2 training and polarized recovery.
endurancezone 2aerobic basedeloadmitochondria
Get an AI coach that uses this skill
FitnessGrid is an AI coach that plans your week and adapts as you go. Install aerobic base reconstruction 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 Setup
- Determine the user's available time. Use 3–6 hours weekly for recreational users or 6–10+ hours for competitive athletes.
- Call
compute_hr_zonesto establish Zone 2 limits (60–70% of Max HR is the default heuristic). - Define the aerobic ceiling using the "Talk Test" (conversational pace) and $VT_1$ (first ventilatory threshold).
-
Phase 1: Foundation (Weeks 1–4)
- Week 1 (Baseline): Use
create_weekto schedule initial volume spread across 3–4 sessions. Sessions must be strictly Zone 2 (RPE 3–4). - Week 2 (Progression): Use
copy_weekfrom Week 1 and increase total volume by 10%. - Week 3 (Peak Load): Use
copy_weekfrom Week 2 and increase total volume by an additional 10%. - Week 4 (Deload): Use
create_weekwith a 40–60% reduction in session duration. Keep frequency the same but drop intensity to Zone 1 or low Zone 2.
- Week 1 (Baseline): Use
-
Phase 2: Consolidation (Weeks 5–8)
- Week 5 (Re-entry): Set volume equal to the levels established in Week 2.
- Week 6 (Progression): Increase Week 5 volume by 10%.
- Week 7 (Peak Load): Increase Week 6 volume by 10%.
- Week 8 (Deload): Repeat the 40–60% volume reduction used in Week 4 to allow for supercompensation.
-
Training Management & Cues
- Instruct the user to maintain "boring" effort and prioritize nasal breathing.
- If the user reports heart rate drift during a session, coach them to reduce pace immediately to stay under the aerobic ceiling.
- Apply the "Talk Test": if they cannot speak in full sentences, they must slow down.
-
Auto-regulation Rules
- Monitor resting heart rate (RHR). If the user reports an RHR increase of $>5$ bpm over 3 consecutive days, trigger an immediate deload week using
create_weekwith a 50% volume cut. - Allow modality flexibility; if orthopedic stress is high, recommend cycling over running to maintain volume.
- Monitor resting heart rate (RHR). If the user reports an RHR increase of $>5$ bpm over 3 consecutive days, trigger an immediate deload week using
-
Progress Tracking
- At the end of each block (Weeks 4 and 8), use
get_user_historyto verify adherence to Zone 2 heart rate targets and volume compliance.
- At the end of each block (Weeks 4 and 8), use