Tools used
- get_current_week
- create_workout
- add_exercise
- list_exercise_library
- plan_week
Procedure
Procedure
-
Assess Readiness and Schedule: Confirm the user can commit to 6 gym sessions per week. Use
get_current_weekorplan_weekto identify the starting timeframe. -
Define Weekly Volume Targets:
- Aim for 12–18 sets per muscle group per week.
- Distribute this as 2–3 sets per muscle group per session across 6 sessions.
- Ensure each muscle group is trained ≥ 2 times per week (specifically 6x in this high-frequency model).
-
Structure Daily Session Focus: Rotate the emphasis of each session using Daily Undulating Periodization (DUP) to manage fatigue and vary stimulus (Mechanical Tension vs. Metabolic Stress):
- Day 1: Primary: Quads (6-8 reps) | Secondary: Horiz. Push (8-12 reps) | Tertiary: Vert. Pull (12-15 reps).
- Day 2: Primary: Back (6-8 reps) | Secondary: Hamstrings/Hinge (8-12 reps) | Tertiary: Vert. Push (12-15 reps).
- Day 3: Primary: Chest (6-8 reps) | Secondary: Unilateral Quads (8-12 reps) | Tertiary: Horiz. Pull (12-15 reps).
- Day 4: Primary: Hamstrings (6-8 reps) | Secondary: Vert. Push (8-12 reps) | Tertiary: Horiz. Pull (12-15 reps).
- Day 5: Primary: Back (6-8 reps) | Secondary: Quads Isolation (12-15 reps) | Tertiary: Chest Isolation (12-15 reps).
- Day 6: Primary: Shoulders (6-8 reps) | Secondary: Hamstring Isolation (12-15 reps) | Tertiary: Arms/Calves (12-15 reps).
- Day 7: Rest.
-
Exercise Selection (Full Gym): Use
list_exercise_libraryto select stable movements. Prioritize machines to minimize stability requirements and maximize recruitment:- Quads: Hack Squat, Leg Press, Smith Machine Squat, Leg Extension.
- Hamstrings: RDL, Seated Leg Curl, Lying Leg Curl.
- Chest: Incline DB Press, Converging Machine Press, Cable Flye.
- Back: Lat Pulldown, Chest-Supported Row, Single-Arm Cable Row.
- Shoulders: DB Lateral Raise, Machine Overhead Press.
-
Configure Sets, Reps, and Rest:
- Intensity: All sets must be performed at 1–3 Reps in Reserve (RIR).
- Rest: 2–3 minutes for compounds (Primary focus); 60–90 seconds for isolations (Tertiary focus).
- Fatigue Management: Limit eccentric-heavy movements like RDLs to no more than 2 sessions per week.
-
Implementation: Use
create_workoutandadd_exerciseto build the 6-day block in the user's plan. -
Progression Logic Instruction: Instruct the user to follow Double Progression:
- Increase weight only when the top of the assigned rep range is reached for all sets of an exercise.