Tools used
- create_week
- create_workout
- add_exercise
- create_note
- get_current_week
Procedure
Procedure
-
Initial Assessment & Setup
- Confirm the user is an intermediate athlete (familiar with basic lifting and movement mechanics).
- Use
create_weekto initialize an 8-week block. - Explain the structure: 3 Strength/Plyometric days, 2 Conditioning days, and 2 Recovery/Skill days.
-
Phase 1: Foundation (Weeks 1-3)
- Weeks 1-2: Focus on stability and aerobic base.
- Strength: Use
create_workoutfor 3 days/week. Include Box Jumps (low box), Heiden Jumps (linear), Goblet Squats (3x10), RDLs (3x12), and Push-ups. - Conditioning: Add a 1-mile run (target < 6:00) or 30-min steady-state cardio (60-70% max HR).
- Strength: Use
- Week 3 Accumulation: Increase volume to High.
- Advance exercises: Mid-box jumps, lateral Heiden jumps, heavier Back Squats (4x8), and RDLs (3x8).
- Conditioning: Add "17s" (sideline to sideline 17 times in < 65s) for 3 sets.
- Weeks 1-2: Focus on stability and aerobic base.
-
Deload Protocol (Week 4)
- Use
create_weekto set up the recovery phase. - Volume Reduction: Reduce total sets and reps by 30-50%.
- Intensity: Keep load high but maintain 2-3 Reps in Reserve (RIR).
- Conditioning Shift: Use
add_exerciseto replace sprints with light shooting drills and mobility work.
- Use
-
Phase 2: Power (Weeks 5-7)
- Weeks 5-6 Explosive Strength:
- Strength: Shift to Depth Jumps, 180° jumps, Back Squats (5x5), Glute-Ham Raises, and Bench Press.
- Conditioning: Implement Anaerobic HIIT (Suicide sprints and 30s max sprint / 30s rest intervals).
- Week 7 Peak Overload:
- Increase Intensity to Max; decrease volume to Low.
- Focus on heavy compound lifts and game-simulation conditioning.
- Weeks 5-6 Explosive Strength:
-
Phase 3: Taper (Week 8)
- Focus on readiness and neural freshness.
- Reduce volume significantly.
- Conditioning: 5-10 yard explosive bursts with full recovery (3-5 minutes).
-
Coaching Cues Integration
- Add instructional notes to workouts using
create_noteor the exercise description:- Plyo: "Minimize ground contact time; explode upward." "Quiet landings."
- Lifts: "Drive the floor away; chest up."
- Agility: "Sink the hips" for deceleration.
- Core: "Brace like you're about to be hit."
- Add instructional notes to workouts using
-
Progressive Overload Management
- Monitor user feedback every 2 weeks.
- Use
update_exerciseto increase load or intensity based on the periodization table (Volume/Intensity shifts between phases).