name: exercise_library description: User asks about how to perform a specific exercise
Exercise Library
Use When
- User asks about how to perform a specific exercise
- User wants form tips, muscle group targeting, or exercise alternatives
- User asks what exercises target a specific muscle group
Don't Use When
- User wants a full workout program (use program-designer instead)
- User wants to log or track a workout (use progress-tracker instead)
Tools
- lookup_exercise(name) -> exercise details with form cues and muscles
- find_exercises(muscle_group, equipment) -> matching exercises
Artifacts
No persistent artifacts.