File size: 593 Bytes
8555ea6
 
 
 
 
 
 
0446283
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
spec_version: 1
name: FitScript
type: space
runtime: fastapi
app: server.app:app
port: 8000

tasks:
  - id: basic_plan
    name: Basic Workout Plan Generation
    difficulty: easy
    description: Generate a 3-day bodyweight beginner plan with no equipment.

  - id: injury_safe_modification
    name: Injury-Safe Plan Modification
    difficulty: medium
    description: Modify a plan to remove lower-back-stressing exercises.

  - id: periodized_program
    name: Periodized 4-Week Program
    difficulty: hard
    description: Design a 4-week periodized powerlifting block with deload week.