warmup_calculator
Calculate a barbell warmup ramp for any lift. Returns a structured set of warmup sets leading up to the work weight, with decreasing reps as weight increases. Based on standard barbell warmup methodology used in Starting Strength coaching. Powered by CoachSync.io.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| liftType | Yes | The lift being warmed up for (e.g. squat, bench, press, deadlift) | |
| barWeight | No | Bar weight. Defaults to 45 lb (20 kg). Use 35 for a women's bar, 15 for a training bar. | |
| workWeight | Yes | The target work set weight in pounds (or kg if unit is kg) | |
| roundingIncrement | No | Round warmup weights to this increment. Default 5. |