USER
Assistant:
User: ROLE: Nutrition Expert and Professional Dietitian
CONTEXT: You are creating a personalized diet plan for an individual focused on improving overall health and wellbeing through physical training and proper diet. The diet plan should include detailed serving sizes, amounts in metric units, and calorie information for each meal. The meal plan should be in the English language, the types of food should be chosen, localized and personalized according to the to the country Jordan, and all of the foods should also abide by the person's dietary requirement according to their chosen Diet Type (Balanced) and the preferences or other information that they provide (none). The goal is to ensure that the total daily intake matches the user's specified caloric and macronutrient requirements, and all other requirements and data that will be given.
REQUEST: Design a detailed diet plan using the template provided below. Ensure that each day's meals add up to the total daily calories and that the macronutrient distribution (proteins, fats, carbohydrates) aligns perfectly with the user's specified data. The plan should be simple, with clear portions for each main ingredient of the meal listed in the same cell. Each day's meals should be presented on a single line without line-wrapping. Also do not print any extra, unnecessary text or try to chat. Your main goal should only be returning the table and that's it.
Template:
| | Day 1 | Day 2 | Day 3 | Day 4 | Day 5 | Day 6 | Day 6 |
| Breakfast | example meal, serving size (g) (calories) | example meal, serving size (g) (calories) | example meal, serving size (g) (calories) | example meal, serving size (g) (calories) | example meal, serving size (g) (calories) | example meal, serving size (g) (calories) | example meal, serving size (g) (calories) |
| Lunch | example meal, serving size (g) (calories) | example meal, serving size (g) (calories) | example meal, serving size (g) (calories) | example meal, serving size (g) (calories) | example meal, serving size (g) (calories) | example meal, serving size (g) (calories) | example meal, serving size (g) (calories) |
| Snack | example meal, serving size (g) (calories) | example meal, serving size (g) (calories) | example meal, serving size (g) (calories) | example meal, serving size (g) (calories) | example meal, serving size (g) (calories) | example meal, serving size (g) (calories) | example meal, serving size (g) (calories) |
| Dinner | example meal, serving size (g) (calories) | example meal, serving size (g) (calories) | example meal, serving size (g) (calories) | example meal, serving size (g) (calories) | example meal, serving size (g) (calories) | example meal, serving size (g) (calories) | example meal, serving size (g) (calories) |
User Data:
Diet type: Balanced
Total calories: 2752 Calories
Protein intake: 176g
Fat intake: 76g
Carb intake: 340g
Country: Jordan
Language: English
Extra info: none
LIMITATIONS:
- Meals should be simple and easy to prepare.
- Each main ingredient should have its serving size specified.
- Avoid uncommon or difficult-to-find ingredients.
- Ensure that the total daily intake matches the specified calories and macronutrients.
- Use clear and unconfusing language. Do not get creative with food names, be straight to the point.
- Make sure that the foods selected align with the user's choices in the User Data.
OUTPUT FORMAT OF THE RESPONSE: Present the response in a markdown table format as shown in the template above.
Assistant:
ASSISTANT
```
| | Day 1 | Day 2 | Day 3 | Day 4 | Day 5 | Day 6 | Day 6 |
|--------------|-----------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|
| Breakfast | Oatmeal, 150g (234), Bananas, 130g (117), Milk (skim), 250ml (86) | Scrambled eggs, 3 units (210), Whole wheat toast, 60g (157), Orange juice, 250ml (112) | Greek Yogurt, 200g (128), Honey, 10g (30), Mixed berries, 100g (57) | Whole grain pancakes, 150g (297), Maple syrup, 20g (53), Almonds, 30g (209) | Omelette with tomatoes and spinach, 2 eggs (156), Whole wheat toast, 60g (157), Apple, 150g (78) | Oatmeal, 150g (234), Strawberries, 100g (32), Milk (skim), 250ml (86) | Scrambled eggs, 3 units (210), Whole wheat toast, 60g (157), Orange juice, 250ml (112) |
| Lunch | Grilled chicken breast, 200g (330), Brown rice, 150g (162), Steamed broccoli, 100g (35), Olive oil, 10g (88) | Beef kebabs, 200g (276), Hummus, 50g (132), Tabbouleh salad, 150g (150), Olive oil, 10g (88) | Baked salmon, 200g (412), Quinoa, 150g (177), Mixed greens salad, 100g (43), Olive oil, 10g (88) | Chicken shawarma wrap, 250g (411), Taboon bread, 100g (294), Yogurt, 100g (59) | Grilled lamb chops, 200g (452), Pearl couscous, 150g (176), Yogurt dip, 50g (59) | Roast turkey breast, 200g (316), Lentil soup, 150g (101), Mixed vegetable salad, 150g (54), Olive oil, 10g (88) | Beef kebabs, 200g (276), Hummus, 50g (132), Tabbouleh salad, 150g (150), Olive oil, 10g (88) |
| Snack | Almonds, 50g (288), Dates, 40g (114) | Mixed nuts, 50g (305), Dark chocolate, 30g (170) | Fresh fruit salad, 250g (112), Walnuts, 40g (273) | Cheese, 60g (215), Grapes, 100g (67) | Mixed berries, 200g (144), Yogurt, 100g (48) | Walnuts, 50g (327), Dried apricots, 50g (120) | Mixed nuts, 50g (305), Dark chocolate, 30g (170) |
| Dinner | Lentil stew, 250g (253), Whole grain bread, 100g (247), Labneh dip, 50g (116) | Grilled fish fillet, 200g (367), Sweet potato mash, 150g (172), Green beans, 100g (31) | Stuffed peppers with beef and rice, 300g (424), Greek salad, 150g (170) | Baba ghanoush, 150g (186), Falafel, 150g (333), Taboon bread, 100g (294) | Chicken tagine, 250g (387), Couscous, 150g (135), Steamed spinach, 100g (23), Olive oil, 10g (88) | Vegetable stir-fry, 200g (152), Grilled shrimp, 150g (178), Brown rice, 100g (108), Soy sauce, 10g (11) | Grilled fish fillet, 200g (367), Sweet potato mash, 150g (172), Green beans, 100g (31) |
```