Miemie123 commited on
Commit
f871a53
·
verified ·
1 Parent(s): 5e420d6

Upload exercise_plan.json

Browse files
Files changed (1) hide show
  1. exercise_plan.json +49 -0
exercise_plan.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Week 1–4": {
3
+ "Goal": "Reduce pain and improve flexibility",
4
+ "Prescription": [
5
+ {
6
+ "Category": "Aerobic",
7
+ "Description": "Frequency: 3 sessions per week, Intensity: RPE 10-12 (light), Time: 20 minutes per session, Type: Stationary cycling, Volume: 60 minutes weekly, Progression: Increase time by 5 minutes every 2 weeks"
8
+ },
9
+ {
10
+ "Category": "Flexibility",
11
+ "Description": "Frequency: 5 sessions per week, Intensity: RPE 9-11 (very light), Time: 15 minutes per session, Type: Static stretching focusing on quadriceps, hamstrings, and calves, Volume: 75 minutes weekly, Progression: Add one new stretch each week"
12
+ }
13
+ ]
14
+ },
15
+ "Week 5–8": {
16
+ "Goal": "Enhance strength and stability",
17
+ "Prescription": [
18
+ {
19
+ "Category": "Aerobic",
20
+ "Description": "Frequency: 3 sessions per week, Intensity: RPE 12-14 (somewhat hard), Time: 25 minutes per session, Type: Brisk walking, Volume: 75 minutes weekly, Progression: Increase intensity by adding inclines or resistance"
21
+ },
22
+ {
23
+ "Category": "Strength",
24
+ "Description": "Frequency: 2 sessions per week, Intensity: RPE 13-15 (moderate), Time: 20 minutes per session, Type: Bodyweight exercises (squats, lunges, step-ups), Volume: 40 minutes weekly, Progression: Increase number of repetitions by 2-3 each week"
25
+ },
26
+ {
27
+ "Category": "Balance",
28
+ "Description": "Frequency: 3 sessions per week, Intensity: RPE 10-12 (light), Time: 10 minutes per session, Type: Single-leg balance, heel-to-toe walk, Volume: 30 minutes weekly, Progression: Increase duration to 15 minutes per session by Week 8"
29
+ }
30
+ ]
31
+ },
32
+ "Week 9–12": {
33
+ "Goal": "Integrate functional movements",
34
+ "Prescription": [
35
+ {
36
+ "Category": "Aerobic",
37
+ "Description": "Frequency: 3 sessions per week, Intensity: RPE 14-16 (hard), Time: 30 minutes per session, Type: Elliptical trainer, Volume: 90 minutes weekly, Progression: Increase resistance or speed gradually"
38
+ },
39
+ {
40
+ "Category": "Strength",
41
+ "Description": "Frequency: 2 sessions per week, Intensity: RPE 15-17 (moderately hard), Time: 25 minutes per session, Type: Weighted exercises (leg press, leg curl, calf raises), Volume: 50 minutes weekly, Progression: Increase weight by 5-10% each week"
42
+ },
43
+ {
44
+ "Category": "Flexibility",
45
+ "Description": "Frequency: 5 sessions per week, Intensity: RPE 10-12 (light), Time: 20 minutes per session, Type: Dynamic stretching and foam rolling, Volume: 100 minutes weekly, Progression: Incorporate more dynamic stretches and focus on deep tissue release"
46
+ }
47
+ ]
48
+ }
49
+ }