Tools used
- create_week
- create_workout
- add_exercise
- create_note
- remember
Procedure
Procedure
-
Initial Assessment & Memory Setting
- Use
rememberto store the user's current knee comfort level on a 0–10 scale. - Inform the user of the "Two-for-Two Rule": if they perform two extra reps in the last set for two consecutive sessions, they should increase weight by 2–5 lbs.
- Advise the user to stop or regress if pain exceeds 3/10.
- Use
-
Phase 1: Activation (Weeks 1–2)
- Use
create_weekfor both weeks. - Create 3 workouts per week (e.g., Mon/Wed/Fri) using
create_workout. - Add the following exercises using
add_exercise:- Warm-up: Calf Stretch (2x30s), Quad Stretch (2x30s), Hamstring Stretch (2x30s), Glute Bridges (2x15).
- Strength Circuit (3 sets):
- Quad Sets (VMO): 10 reps with 10s hold.
- Half Squats: Bodyweight.
- Hamstring Curls: Bodyweight (Slow eccentric).
- Lateral Step-Downs: 8 reps/side (Low step).
- Plank: 20–30s.
- Use
create_noteto provide cues: "External foot rotation for Quad Sets" and "Screw feet into the floor for squats."
- Use
-
Phase 2: Hypertrophy (Weeks 3–5)
- Create 3 workouts per week.
- Update Strength Circuit parameters:
- Quad Sets: 15 reps with 5s hold.
- Half Squats: 12 reps (Light load).
- Hamstring Curls: 12 reps (Ankle weights/Light load).
- Lateral Step-Downs: 12 reps/side (Mid step).
- Plank: 45s.
-
Phase 3: Strength (Weeks 6–7)
- Create 3 workouts per week.
- Update Strength Circuit parameters:
- Quad Sets: 10 reps (Ankle weights/Resistance).
- Half Squats: 8 reps (Moderate load).
- Hamstring Curls: 10 reps (Increased weight).
- Lateral Step-Downs: 10 reps/side (Slow 3s tempo).
- Plank: 60s.
-
Phase 4: Deload (Week 8)
- Use
create_weekfor the final week. - Reduce all loads to 50–70% of Week 7 intensity.
- Reduce all Strength Circuit sets from 3 to 2 sets.
- Add a note using
create_notefocusing on recovery modalities like foam rolling and static stretching.
- Use
-
Coaching Support
- Throughout the program, use
create_noteto remind the user of the "Tripod Foot" (Heel, big toe base, pinky toe base) and ensuring hip-knee-toe alignment during step-downs.
- Throughout the program, use