Tools used
- create_workout
- create_week
- update_preferences
- add_exercise
- plan_week
Procedure
Procedure
-
Assess Baseline and Schedule:
- Confirm the user is currently sedentary or new to running.
- Initialize a 3-day-per-week running schedule with at least 1–2 full rest days between sessions to allow for musculoskeletal tissue repair.
-
Implement the Run-Walk Method:
- Use
create_workoutto structure sessions for an initial target of 20 minutes total. - Apply a 1:1 ratio: 1 minute of jogging followed by 1 minute of walking.
- Advise the user to maintain a "Talk Test" pace (Zone 2), where they can speak in full sentences.
- Use
-
Progressive Load Management (The 10% Rule):
- Increase total weekly duration by no more than 10-15% each week to prevent stress fractures and tendonitis.
- Avoid "Double Progression": Do not increase both distance/time and speed in the same week.
- Once the user can jog for 5 consecutive minutes, reduce walking intervals (e.g., from 60 seconds to 30 seconds).
-
Integrate Injury Prevention:
- Schedule 2 days per week of strength training focusing on core, glutes, and calves using
plan_week. - Add a 5–10 minute dynamic warm-up (e.g., high knees, leg swings) before every run.
- Suggest low-impact cross-training (swimming or cycling) on non-running days for cardiovascular gains without joint impact.
- Schedule 2 days per week of strength training focusing on core, glutes, and calves using
-
Monitor and Adjust:
- Advise the user that physiological comfort typically takes 4–6 weeks to achieve.
- If the user reports pain (specifically Runner’s Knee or Shin Splints), use
update_workoutto reduce intensity or increase walking intervals. - Replace high-impact sessions with rest or cross-training if overtraining signs occur.