Overview
The Tier type classifies exercises based on their priority and training intensity in the Rippler training methodology. This classification helps organize workouts and determines appropriate volume and intensity for each exercise.Type Definition
Tier Classifications
T1 - Primary Tier
Highest Priority ExercisesT1 exercises are your main competition lifts or primary movement patterns. These receive the most volume and intensity focus in your training.Characteristics:
- Typically 3-5 sets
- Higher intensity (heavier weights)
- Lower rep ranges (1-5 reps)
- Require the most recovery
T2 - Secondary Tier
Secondary Priority ExercisesT2 exercises are variations of main lifts or important supplementary movements that directly support your T1 exercises.Characteristics:
- Typically 3-4 sets
- Moderate to high intensity
- Medium rep ranges (5-8 reps)
- Balance between strength and volume
T3a - Tertiary Tier A
High-Volume AccessoriesT3a exercises are accessory movements with higher volume to build muscle and address weaknesses.Characteristics:
- Typically 3-4 sets
- Moderate intensity
- Higher rep ranges (8-12 reps)
- Focus on hypertrophy and technical practice
T3b - Tertiary Tier B
Isolation & ConditioningT3b exercises are lighter isolation movements or conditioning work to address specific muscle groups or maintain work capacity.Characteristics:
- Typically 2-3 sets
- Lower intensity
- High rep ranges (12-20+ reps)
- Focus on muscle endurance and isolation
Usage in Types
The Tier type is used in multiple interfaces throughout the app:Programming Guidelines
Workout Structure
Workout Structure
A typical Rippler workout day follows this structure:
- 1x T1 exercise - Main lift for the day
- 1-2x T2 exercises - Supporting movements
- 2-3x T3a exercises - Hypertrophy accessories
- 1-2x T3b exercises - Isolation/conditioning work
Progression Strategies
Progression Strategies
Each tier typically uses different progression strategies:
- T1: Linear or wave periodization with heavy weights
- T2: Progressive overload with moderate weights
- T3a: Volume accumulation and rep progression
- T3b: Constant tension, pump work, or conditioning
Recovery Considerations
Recovery Considerations
Recovery requirements decrease as you move from T1 to T3b:
- T1: 3-5 minutes rest between sets
- T2: 2-3 minutes rest between sets
- T3a: 1-2 minutes rest between sets
- T3b: 30-60 seconds rest between sets
Type Safety
Using a string literal union type ensures type safety at compile time. TypeScript will catch any typos or invalid tier values:
Related Types
- TargetExercise - Uses Tier to classify planned exercises
- LoggedExercise - Preserves Tier in logged workout data
- WorkoutDay - Contains exercises organized by tier