crossfit-programmer
Installation
SKILL.md
CrossFit Programmer
Create structured WODs that match user goals, available time, equipment, skill level, and recent training context.
Quick Start
- Gather or infer the athlete profile:
- Goal (
engine,strength,skill,mixed) - Session length in minutes
- Fitness level (
beginner,intermediate,advanced) - Available equipment
- Limitations (
avoid_patterns,avoid_movements) - Preferred modalities (optional)
- Desired WOD type (optional:
amrap,for_time,emom,chipper,interval)
-
Prepare a profile JSON using
references/sample-profile.jsonas the template. -
If available, provide recent workout history using
references/sample-history.jsonas the template.