
fitness for sleep extension
v1by FitnessGrid
A 4-week evidence-based program to increase sleep duration through homeostatic drive and circadian alignment.
sleep-hygienecircadian-rhythmrecoveryaerobic-base
Get an AI coach that uses this skill
FitnessGrid is an AI coach that plans your week and adapts as you go. Install fitness for sleep extension and your coach will follow this protocol every week, learn from what you actually do, and adjust on the fly.
- Your coach builds the week from this skill
- Adapts to your actual progress, not a static template
- Free to start — no credit card, ~60 seconds to set up
Procedure
-
Initial Assessment & Safety Baseline
- Retrieve user history via
get_user_historyto identify current sleep duration and exercise capacity. - Establish the "Tapering Rule": Ensure all high-intensity work is scheduled to conclude $\geq 3$ hours before the user's target bedtime to allow core temperature to drop.
- Calculate heart rate zones using
compute_hr_zones(focusing on the 60–70% HRmax range) and 1RM usingcompute_one_rep_maxfor resistance planning.
- Retrieve user history via
-
Program Structure (4-Week Progression)
- Week 1 (Foundation): Use
create_weekto schedule 3 days of 30-min aerobic work (60-70% HRmax) and 2 days of light full-body resistance. Set a goal for +15 mins sleep extension. - Week 2 (Drive Build): Increase aerobic sessions to 40 mins and resistance to moderate intensity. Set a goal for +30 mins sleep extension.
- Week 3 (Intensity Peak): Increase aerobic sessions to 45 mins. Use
create_workoutto replace the Wednesday session with 20 mins of HIIT to maximize sleep pressure. Increase resistance to 3 days (Hypertrophy). Set a goal for +45 mins sleep extension. - Week 4 (Stabilization): Reduce aerobic to 30 mins and resistance to 2 maintenance days. Set a goal for +60 mins sleep extension.
- Week 1 (Foundation): Use
-
Daily Mind-Body Integration
- For every evening (PM), add a "Mind-Body/Mobility" card via
create_workout:- Week 1: 10 mins (Static stretching/Diaphragmatic breathing).
- Week 2-3: 15 mins.
- Week 4: 20 mins (Yin Yoga/Mobility).
- For every evening (PM), add a "Mind-Body/Mobility" card via
-
Applying Progression & Adjustment Rules
- The 10% Rule: Monitor volume and ensure weekly duration/intensity increases do not exceed 10%.
- Sleep-First Adjustment: Check recent logs. If sleep duration decreases or wake-after-sleep-onset (WASO) increases for 2 consecutive nights, proactively use
update_workoutto reduce the next session's intensity by 20%. - RPE Management: Set resistance training intensity to RPE 7–8 (leaving ~2 reps in reserve) to avoid cortisol spikes that delay sleep.
-
Coaching & Cues Implementation
- Use
create_noteor session descriptions to provide phase-specific cues:- Morning: "Chase the light" (Outdoor activity for circadian anchoring).
- Resistance: "Control the eccentric" (Maximize metabolic stress, minimize CNS fatigue).
- Evening Mobility: "Exhale longer than you inhale" (Parasympathetic shift).
- Pre-Sleep: "Cool the core" (Suggest warm shower 90 mins before bed).
- Use
-
Monitoring Outcomes
- Track "Total Sleep Time" (TST) and "Sleep Onset Latency" (SOL).
- If the user wakes feeling rested and duration increases, proceed with the planned volume for the following week.