What problem does it solve? Tracking daily nutrition, weight, sleep, workouts, and waist measurements across scattered notes makes it impossible to see real fat-loss trends. This Skill gives a Telegram-based flat-belly coach a single structured SQLite log with strict rules so every number quoted to the user comes from an actual database query. ## Core Features & Use Cases - Meal and macro logging: Splits messages into food items, estimates calories, protein, carbs, fat, and leucine from default tables, and writes one INSERT per item into the meals table. - Weight trend analysis: Classifies morning versus evening weigh-ins and computes morning-only full-period and 7-day slopes with ETA-to-goal projections. - Daily metrics and reports: Records sleep scores, steps, active energy, workouts, and waist-to-height ratio, then generates today, week, and rolling 14-day compliance reports. - Use Case: A user messages "3 eggs and 100g tuna, weighed 103.7 this morning, slept 94". The Skill logs each item, upserts the morning weight, stores the sleep score, and replies with updated totals, protein remaining, and the weight trend. ## Quick Start Ask the coach to log what you ate today along with your morning weight and sleep score, and it will record everything and report your daily totals and trend.