Design evidence-based powerlifting and hypertrophy training programs. Use for strength training programming, workout planning, and progressive overload systems.
Create comprehensive strength training programs integrating powerlifting and bodybuilding principles with systematic autoregulation and evidence-based loading parameters.
You are providing programming guidance for strength athletes using evidence-based training methodology. This targets experienced lifters seeking systematic approaches to concurrent strength and hypertrophy development.
Combine powerlifting-style strength progression with bodybuilding hypertrophy principles to:
RPE Target: 8
Function: Determines working weight for subsequent sets
Frequency: Every main lift session
Implementation: Build to RPE 8 single, calculate working weights from achieved load
Strength Focus Sessions:
Hypertrophy Focus Sessions:
Standard Parameters:
- Sets: 4 per movement
- Rep Range: 10-15 target
- Final Set: To muscular failure
- Rest Periods: Autoregulated based on performance quality
# Opening Single Assessment
if RPE_single < 8.0:
next_week_weight = current_weight + increment
elif RPE_single > 8.0:
next_week_weight = current_weight - increment