Active Breaks (Pausas activas) are brief, structured micro-exercise sequences — typically 1 to 5 minutes — performed during the workday without leaving the classroom or office. Each movement is simple enough to do in work clothes and focuses on releasing the specific muscle groups that teachers overuse: the neck, shoulders, wrists, lower back, and the respiratory system. Regular active breaks interrupt the cycle of sustained posture and repetitive movement that drives musculoskeletal disorders. Research consistently shows that short, frequent movement breaks reduce muscle tension, improve circulation, and help prevent the cumulative fatigue that builds across a full teaching day.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Cristiang1021/ErgoKawsay/llms.txt
Use this file to discover all available pages before exploring further.
The 5-Step Sequence
ErgoKawsay guides teachers through a complete 5-minute sequence of five targeted exercises. Each step runs for 60 seconds with a countdown timer. Follow the steps in order for maximum benefit.Neck Rotation (Rotación de cuello)
Slowly rotate your head to the right as far as comfortable, hold briefly, then rotate to the left. Perform 5 repetitions per side at a slow, controlled pace.Duration: 60 seconds
Shoulder Elevation (Elevación de hombros)
Raise both shoulders up toward your ears, hold for 2–3 seconds to feel the tension, then lower them completely and let them relax. Repeat 10 times.Duration: 60 seconds
Wrist Stretch (Estiramiento de muñecas)
Extend one arm forward with the palm facing up. With the other hand, gently pull the fingers back (wrist extension). Then face the palm down and gently press the hand toward the floor (wrist flexion). Alternate hands.Duration: 60 seconds
Lumbar Arch (Arco lumbar)
Stand with your feet hip-width apart. Place both hands on your hips. Gently arch your lower back, opening the chest forward. Hold the position for a few seconds, then return to neutral. Keep the movement soft and controlled — never force the arch.Duration: 60 seconds
Deep Breathing (Respiración profunda)
Use the 4-4-4 box breathing pattern:
- Inhale slowly through the nose for 4 seconds
- Pause and hold the breath for 4 seconds
- Exhale slowly through the mouth for 4 seconds
Recommended Frequency
Timer Feature
Each active break step is launched individually from the vertical stepper timeline on the Active Breaks screen. Tapping the “Iniciar” / “Kallariy” button for any step opens theExerciseSessionScreen with a dedicated countdown timer for that step’s duration.
- The timer displays remaining time in
MM:SSformat with a linear progress indicator. - Teachers can pause, resume, or finish early using the session controls.
- When the timer reaches zero, the session is automatically marked as complete and the completion is recorded via
StorageServiceScope.of(context).recordActiveBreakCompleted().
Data Model
Each step in the active break sequence is defined by theActiveBreakStep model. All fields are required:
LocalDataRepository.instance.activeBreakSteps:
| ID | Name (Spanish) | Duration |
|---|---|---|
neck_rotation | Rotación de cuello | 60 s |
shoulder_raise | Elevación de hombros | 60 s |
wrist_stretch | Estiramiento de muñecas | 60 s |
lumbar_arch | Arco lumbar | 60 s |
deep_breathing | Respiración profunda | 60 s |
Exercise object is constructed from the ActiveBreakStep fields so that the shared ExerciseSessionScreen can power the session without any duplication of timer logic.
Screen Navigation
The Active Breaks module is registered as the/active-breaks route and is accessible from the HomeScreen under the Today category. It is rendered by ActiveBreaksScreen, which presents all five steps in a numbered vertical stepper timeline.