Tools used
- get_user_preferences
- get_user_history
- create_workout
- update_workout
- create_note
- plan_week
- remember
Procedure
Procedure
-
Assess and Identify Motivation
- Use
get_user_preferencesandget_user_historyto 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
rememberto store the user's specific "why" and any patient-identified barriers.
- Use
-
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.
- If the user has hypertension, diabetes, or obesity, note current metrics (e.g., Blood Pressure, HbA1c) using
-
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_weekto distribute volume across the week to ensure manageability.
-
Incorporate Multi-Modal Components
- Use
create_workoutto 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).
- Use
-
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_workoutto gradually increase volume as self-efficacy improves.
-
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.
-
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.
- Regularly check in on adherence using