← All skills

integrated walking and strength for weight loss

A programming skill to facilitate weight loss and muscle preservation through structured walking and progressive resistance training.

Static — this skill doesn't adapt to your week.

Tags: weight-loss, walking, strength-training, progressive-overload, body-composition

Tools used

Procedure

Procedure

  1. Assess Baseline and Preferences

    • Call get_user_preferences and get_user_history to determine current activity levels and any existing strength training experience.
    • Identify the user's current ability to perform moderate-intensity walking (using the "Talk Test" as a guideline: able to speak in phrases but not sing).
  2. Establish the Weekly Framework

    • Initialize a weekly plan via plan_week that targets the following frequency:
      • Strength Training: 2–3 non-consecutive days per week (Full Body focus).
      • Structured Walking: 5+ days per week.
    • For same-day sessions, schedule resistance training prior to walking to prioritize glycogen stores for muscle preservation.
  3. Configure Strength Training (Resistance)

    • Use create_workout for 2–3 sessions focusing on multi-joint movements (e.g., squats, presses, rows).
    • Set intensity to "Moderate to High," where the final repetitions of a set are challenging.
    • Include a create_note explaining that the goal is to preserve Fat-Free Mass (FFM) during the weight loss phase.
  4. Configure Structured Walking (Aerobic)

    • Add "Structured Walk" activities via add_exercise to the schedule.
    • Duration: Start with 30–60 minutes per session to reach a goal of 150–250+ minutes per week for significant weight loss.
    • Intensity: Moderate (noticeable increase in heart rate).
  5. Apply Progressive Overload Protocol

    • When the user completes sessions successfully, use update_exercise to apply progression based on the FITT principle:
      • For Walking: Increase duration (time) or frequency first. Once volume is established, increase intensity via pace, hills, or timed intervals.
      • For Strength: Increase load (2.5–5 lbs) only after the user can complete the target repetitions with proper form. Alternatively, increase repetitions (e.g., from 8 to 12) or add a set.
  6. Monitor and Adjust

    • Review feedback on "Talk Test" intensity for walking.
    • If progress plateaus, adjust session density by gradually shortening rest periods between strength sets to increase metabolic demand.