Comprehensive weight management skill for tracking weight, BMI, body composition, and caloric balance. Supports weight loss, weight gain, and weight maintenance goals. Provides evidence-based strategies, progress monitoring, and plateau-busting techniques. Triggers on: weight, BMI, lose weight, gain weight, weight loss, weight gain, body composition, body fat, caloric balance, calories in calories out, weight plateau, weight management, weight control, ideal weight, target weight.
Comprehensive weight management for tracking weight, BMI, body composition, and caloric balance.
Activate this skill when user:
Read existing health data:
Read: health/Health Profile.md (height, weight, BMI)
Read: health/Conditions/*.md (relevant conditions)
Calculate and present:
BMI Categories:
| BMI | Category | Health Risk |
|---|---|---|
| < 18.5 | Underweight | Moderate |
| 18.5-24.9 | Normal | Low |
| 25.0-29.9 | Overweight | Moderate |
| 30.0-34.9 | Obese Class I | High |
| 35.0-39.9 | Obese Class II | Very High |
| ≥ 40.0 | Obese Class III | Extremely High |
Help user set realistic weight goal:
Safe Weight Loss Rate:
Safe Weight Gain Rate:
Calculate estimated caloric needs:
Basal Metabolic Rate (BMR) - Mifflin-St Jeor:
Men: BMR = 10 × weight(kg) + 6.25 × height(cm) - 5 × age(y) + 5
Women: BMR = 10 × weight(kg) + 6.25 × height(cm) - 5 × age(y) - 161
Total Daily Energy Expenditure (TDEE):
TDEE = BMR × Activity Factor
Activity Factors:
- Sedentary (desk job): 1.2
- Lightly active (1-3 days/week): 1.375
- Moderately active (3-5 days/week): 1.55
- Very active (6-7 days/week): 1.725
- Extra active (physical job + training): 1.9
Caloric Deficit for Weight Loss:
To lose 0.5 kg/week: Deficit of 500 kcal/day
To lose 1 kg/week: Deficit of 1000 kcal/day (aggressive)
Track weight trends:
Output format:
📊 Weight Progress Report:
Current: [weight] kg (BMI: [value])
Target: [target] kg (BMI: [target BMI])
Start: [start weight] kg
Progress: [lost/gained] [X] kg ([Y]%)
Rate: [X] kg/week
On Track: ✅/⚠️/❌
Weekly Trend:
Week 1: [weight] kg
Week 2: [weight] kg
Week 3: [weight] kg
Week 4: [weight] kg
Projection:
At current rate, target will be reached by: [date]
Detect weight plateaus:
Plateau Definition:
Common Causes & Solutions:
| Cause | Solution |
|---|---|
| Metabolic adaptation | Recalculate TDEE, adjust calories |
| Water retention | Check sodium intake, hydration |
| Muscle gain | Track body composition, not just weight |
| Hidden calories | Food diary review, portion control |
| Stress/sleep | Address cortisol, improve sleep |
| Need more exercise | Increase intensity or add strength training |
Provide personalized recommendations:
For Weight Loss:
For Weight Gain (Muscle):
For Weight Maintenance:
Weight data is stored in:
health/
├── Conditions/
│ └── Weight Management.md
└── Reports/
└── [Date] Weight Check.md
Weight Log Format:
{
"date": "2026-03-21",
"weight_kg": 75.5,
"bmi": 24.2,
"body_fat_pct": 18.5,
"notes": "After vacation, slightly higher"
}
Can Do:
Cannot Do:
Every output must include:
⚠️ Weight management should be approached holistically. Consult a healthcare provider before starting any significant weight loss program, especially if you have chronic conditions.
Version: 1.0.0 Updated: 2026-03-21 Inspired by: OpenClaw Medical Skills weightloss-analyzer (MIT License)