Tools used
- create_week
- create_workout
- add_exercise
- compute_pace
- remember
Procedure
Procedure
-
Assess Baseline and Set Pace: Determine if the user can maintain a conversational pace (RPE 3–4/10). Use
compute_paceif the user has a specific target, but emphasize that the training must remain at a "conversational" intensity where they can speak in full sentences. -
Initialize 10-Week Schedule: Use
create_weekto build the 10-week block. Implement the specific distance-based progression:- Weeks 1-3: Gradual accumulation (3 mi long run peak).
- Week 4 (Deload): Reduce running distance and XT time by ~25%.
- Weeks 5-7: Building volume (5.5 mi long run peak).
- Week 8 (Deload): Reduce distance back to 3.5 mi long run.
- Week 9: Peak volume (6 mi long run).
- Week 10 (Taper & Race): Reduced mileage (2 mi easy runs) leading to the 10K Race.
-
Configure Running Sessions: Use
create_workoutfor Tue/Thu/Sun sessions.- Instruct the user to use the run-walk method: alternate 3–5 minutes of running with 1–2 minutes of walking.
- Add a mandatory Warm-up note to every run: Dynamic stretching and joint mobilization for ankles, knees, and hips.
-
Add Cross-Training (XT) & Strength:
- Wed/Sat: Schedule low-impact aerobic activity (swimming, cycling).
- Use
add_exerciseto incorporate 1–2 strength sessions per week targeting glutes, hip abductors, and calves (e.g., heavy squats, RDLs) for injury resilience.
-
Apply Progression and Safety Rules:
- The 10% Rule: Monitor weekly volume using
get_week_stats. Ensure current week mileage does not exceed previous week by more than 10%. - The Floor and Ceiling Concept: Use
rememberto track if the user misses more than 3 days. If interrupted, do not resume at peak volume; restart at the "floor of safety" (the previous successfully completed week).
- The 10% Rule: Monitor weekly volume using
-
Monitor for Overuse: Because injuries often manifest 3–6 weeks after a load increase, prompt the user during Week 3 and Week 7 to report any localized pain in the IT band or knees before entering the deload phase.
-
Race Week Finalization: During Week 10, emphasize the "Taper" purpose—maximize freshness and muscle glycogen. Do not add any new intensities or strength exercises this week.