← All skills

chronic condition and lifestyle management

Evidence-based exercise programming and coaching for managing chronic health conditions and lifestyle changes like smoking cessation.

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

Tags: chronic-disease, smoking-cessation, behavior-change, clinical-exercise

Tools used

Procedure

Procedure

  1. Assess and Identify Motivation

    • Use get_user_preferences and get_user_history to identify the specific chronic condition or lifestyle goal (e.g., smoking cessation).
    • Engage in motivational interviewing: ask open-ended questions to identify intrinsic motivations and potential obstacles.
    • Use remember to store the user's specific "why" and any patient-identified barriers.
  2. Establish Clinical Baselines

    • If the user has hypertension, diabetes, or obesity, note current metrics (e.g., Blood Pressure, HbA1c) using create_note.
    • Use the "5 A's" framework for smoking cessation: Ask about status, Advise quitting, Assess readiness, Assist with a plan, and Arrange follow-up.
  3. Prescribe Aerobic Intervention

    • Goal: Target 150 minutes of moderate-intensity aerobic exercise per week.
    • Define intensity: Aim for 3 to 5.9 METs or 55–70% of Max Heart Rate.
    • Use plan_week to distribute volume across the week to ensure manageability.
  4. Incorporate Multi-Modal Components

    • Use create_workout to schedule a combination of:
      • Aerobic exercise (for cardiovascular and metabolic health).
      • Resistance training (to maintain muscle mass).
      • Flexibility/balance work (for mobility and fall prevention).
  5. Apply Incremental Goal Setting

    • Avoid directive "expert" styles. Instead, collaborate on "small yet meaningful action steps."
    • If a user is inactive, start with one specific session (e.g., "walk one morning a week at a specific location") rather than five.
    • Use update_workout to gradually increase volume as self-efficacy improves.
  6. Support Smoking Cessation

    • Advise the user that exercise helps reduce short-term cravings and withdrawal symptoms.
    • Encourage combination therapy: suggest the user consult a professional for pharmacotherapies (NRT, varenicline) to pair with the exercise program.
    • Schedule short exercise bouts specifically during times when cravings are highest.
  7. Monitor and Adapt

    • Regularly check in on adherence using get_user_history.
    • Acknowledge that chronic disease management is often a "relapsing condition"; provide autonomy support and adjust the plan without judgment if a lapse occurs.