Tools used
- create_workout
- create_week
- add_exercise
- update_exercise
- create_note
- get_user_preferences
- now
Procedure
Procedure
-
Initial Assessment and Setup
- Retrieve user profile using
get_user_preferencesto check for existing equipment or limitations. - Use
nowto determine the start date for the 8-week block. - Create a dedicated folder or note using
create_notetitled "Pickleball Coaching Cues" containing:- "Stay Low, Move Fast": Athletic stance for quick starts.
- "Pivot, Don't Twist": Rotate feet/hips together to protect knees.
- "Quiet Feet": Land softly on balls of feet.
- "Chest Up, Eyes Level": Maintain neutral spine on low reaches.
- Retrieve user profile using
-
Phase 1: Stabilization & Form (Weeks 1–4)
- For Weeks 1, 2, and 3:
- Use
create_workoutto schedule "Session A: Strength & Stability" twice per week and "Session B: Agility & Endurance" once per week. - Add exercises using
add_exercise:- Goblet Squats (3x10-12) - Cue: "Sit back into a chair; keep chest proud."
- Lateral Lunges (3x8/side) - Cue: "Push hips back; keep trailing leg straight."
- Plank (3x30-45s) - Cue: "Squeeze glutes; pull belly button to spine."
- Bird-Dog (3x10/side) - Cue: "Reach long, not high."
- Glute Bridges (3x15) - Cue: "Drive through heels; pause at top."
- Rotational Rows (3x10/side) - Cue: "Rotate from mid-back."
- Schedule Session B with 30–60 mins steady-state activity and 10 mins ladder drills (In-and-outs).
- Use
- Week 4 (Deload): Use
create_weekto program a recovery period.- Reduce sets for all Strength exercises by 50% (e.g., 3 sets to 1-2 sets).
- Reduce resistance/weight by 30–50%.
- For Weeks 1, 2, and 3:
-
Phase 2: Power & Capacity (Weeks 5–8)
- For Weeks 5–8:
- Use
update_workoutto adjust rest periods from 90 seconds down to 60 seconds. - Increase volume in Weeks 7–8 by adding a 4th set to Session A exercises.
- Update Session B to include Interval Training: 5 rounds of 30s high-intensity (sprint/jump rope) followed by 90s recovery.
- Use
- For Weeks 5–8:
-
Progression Management
- Instruct the user on the "Two-for-Two" Rule: If they perform two additional reps over the target in the final set for two consecutive workouts, increase weight by 2.5–5 lbs.
- Monitor adherence through
get_user_history.
-
Injury Prevention Monitoring
- At the start of every week, use
create_noteor a workout description to remind the user to land softly ("Quiet Feet") during agility drills to reduce joint impact.
- At the start of every week, use