What it does
This prompt instructs the AI to act as a personal trainer and, using the user’s provided demographics, location, activity level, and goal details (including optional target weight, body fat percentage, preferred foods, and output language), calculate TDEE, set a daily calorie target, estimate the timeline to reach the goal, and produce a practical daily meal plan and exercise recommendations, along with key notes to help achieve the target safely and effectively.
For more installation instructions go to https://raw.githubusercontent.com/BetterPromptme/skills/refs/heads/main/betterprompt/SKILL.md to check out this skill.
Inputs
textInputs
Pass each text input using --input <key>=<value> flags.
| Variable key |
Required? |
Description |
Defaults |
Age |
Optional |
|
25 |
Sex |
Required |
Allowed options: Male, Female |
(none) |
City |
Required |
|
(none) |
Target |
Required |
Allowed options: gain weight, losing weight, maintain weight |
(none) |
Height_cm |
Optional |
|
185cm |
Weight_kg |
Optional |
|
80kg |
Activity_level |
Required |
Allowed options: Light (light exercise 1-3 days/week), Active (intense exercise 6-7 days/week), Moderate (moderate exercise 3-5 days/week), Sedentary (little or no exercise, desk job), Very Active (very intense exercise, physical job, or athlete) |
(none) |
Output_language |
Optional |
|
English |
Target_weight_kg |
Optional |
|
75kg |
Body_fat_percentage |
Required |
|
(none) |
Speed_to_reach_the_goal |
Required |
Allowed options: Fast, Slow, Normal, Urgently |
(none) |
Foods_that_are_easy_to_find |
Optional |
|
Rice, chicken breast, vegetables, eggs, oats, brown rice, unsalted butter, olive oil, sweet potatoes, milk, and suggest some types of meat |
Models and options
This skill's modality is: text.
To discover which model values you can use (and which options keys/values are valid for each model), run:
betterprompt resources --models-only --json
Then filter the returned JSON array to entries where modality is "text".
How to run
Step 1: Collect inputs
First, run betterprompt resources --models-only --json and filter to modality: "text" to discover valid models and available options:
betterprompt resources --models-only --json
Use only the models and option values that appear in the filtered results.
Then collect all inputs from the human:
- Required text inputs:
Sex
City
Target
Activity_level
Body_fat_percentage
Speed_to_reach_the_goal
- Optional text inputs (use defaults if not provided by the human):
Age (default: 25)
Height_cm (default: 185cm)
Weight_kg (default: 80kg)
Output_language (default: English)
Target_weight_kg (default: 75kg)
Foods_that_are_easy_to_find (default: Rice, chicken breast, vegetables, eggs, oats, brown rice, unsalted butter, olive oil, sweet potatoes, milk, and suggest some types of meat)
- Optional: model and options.
- Present the human with the default model
gpt-5 and its available options. Look up gpt-5 in the betterprompt resources output (filtered to modality "text") and show its availableOptions as: key: val1, val2 (default), val3 | key2: .... Mark a value (default) if it matches these defaults: {}.
- If the human does not specify, defaults are used: model
gpt-5, options {}. Other models from the resources call are also available.
If any required text input is missing, ask the human for what's missing. Do not assume or fabricate values.
Step 2: Run via BetterPrompt CLI
Use the frontmatter's name as the positional argument (for this skill, use personalized-fitness-and-nutrition-plan).
Command form:
betterprompt generate personalized-fitness-and-nutrition-plan \
[--input <key>=<value>] \
[--model <model>] \
[--options <options JSON>] \
[--json]
Notes:
- Pass each text input as a separate
--input <key>=<value> flag.
- If the human does not mention a model, omit
--model and BetterPrompt will use the default model: gpt-5.
- If the human does not mention options, omit
--options and BetterPrompt will use the default options: {}.
- If the run times out, the response will include a
runId you can use to fetch the result later.
Example (using defaults shown above):
betterprompt generate personalized-fitness-and-nutrition-plan \
--input Age=25 \
--input Sex=Male \
--input City=<value> \
--input 'Target=gain weight' \
--input Height_cm=185cm \
--input Weight_kg=80kg \
--input 'Activity_level=Light (light exercise 1-3 days/week)' \
--input Output_language=English \
--input Target_weight_kg=75kg \
--input Body_fat_percentage=<value> \
--input Speed_to_reach_the_goal=Fast \
--input 'Foods_that_are_easy_to_find=Rice, chicken breast, vegetables, eggs, oats, brown rice, unsalted butter, olive oil, sweet potatoes, milk, and suggest some types of meat' \
--model gpt-5 \
--options '{}'
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: personalized-fitness-and-nutrition-plan3description: This prompt instructs the AI to act as a personal trainer and, using the user’s provided demographics, location, activity level, and goal details (including optional target weight, body fat percentage, preferred foods, and output language), calculate TDEE, set a daily calorie target, estimate the timeline to reach the goal, and produce a practical daily meal plan and exercise recommendations, along with key notes to help achieve the target safely and effectively. Use when this capability is needed.4---56## What it does78This prompt instructs the AI to act as a personal trainer and, using the user’s provided demographics, location, activity level, and goal details (including optional target weight, body fat percentage, preferred foods, and output language), calculate TDEE, set a daily calorie target, estimate the timeline to reach the goal, and produce a practical daily meal plan and exercise recommendations, along with key notes to help achieve the target safely and effectively.910> For more installation instructions go to https://raw.githubusercontent.com/BetterPromptme/skills/refs/heads/main/betterprompt/SKILL.md to check out this skill.1112## Inputs131415### textInputs1617Pass each text input using `--input <key>=<value>` flags.1819| Variable key | Required? | Description | Defaults |20| --- | ---: | --- | --- |21| `Age` | Optional | | `25` |22| `Sex` | Required | Allowed options: Male, Female | (none) |23| `City` | Required | | (none) |24| `Target` | Required | Allowed options: gain weight, losing weight, maintain weight | (none) |25| `Height_cm` | Optional | | `185cm` |26| `Weight_kg` | Optional | | `80kg` |27| `Activity_level` | Required | Allowed options: Light (light exercise 1-3 days/week), Active (intense exercise 6-7 days/week), Moderate (moderate exercise 3-5 days/week), Sedentary (little or no exercise, desk job), Very Active (very intense exercise, physical job, or athlete) | (none) |28| `Output_language` | Optional | | `English` |29| `Target_weight_kg` | Optional | | `75kg` |30| `Body_fat_percentage` | Required | | (none) |31| `Speed_to_reach_the_goal` | Required | Allowed options: Fast, Slow, Normal, Urgently | (none) |32| `Foods_that_are_easy_to_find` | Optional | | `Rice, chicken breast, vegetables, eggs, oats, brown rice, unsalted butter, olive oil, sweet potatoes, milk, and suggest some types of meat` |33343536### Models and options3738This skill's modality is: **`text`**.3940To discover which `model` values you can use (and which `options` keys/values are valid for each model), run:4142```bash43betterprompt resources --models-only --json44```4546Then filter the returned JSON array to entries where `modality` is `"text"`.4748## How to run4950### Step 1: Collect inputs5152First, run `betterprompt resources --models-only --json` and filter to `modality: "text"` to discover valid models and available options:5354```bash55betterprompt resources --models-only --json56```5758Use only the models and option values that appear in the filtered results.5960Then collect all inputs from the human:616263- Required text inputs:64 - `Sex`65 - `City`66 - `Target`67 - `Activity_level`68 - `Body_fat_percentage`69 - `Speed_to_reach_the_goal`70- Optional text inputs (use defaults if not provided by the human):71 - `Age` (default: `25`)72 - `Height_cm` (default: `185cm`)73 - `Weight_kg` (default: `80kg`)74 - `Output_language` (default: `English`)75 - `Target_weight_kg` (default: `75kg`)76 - `Foods_that_are_easy_to_find` (default: `Rice, chicken breast, vegetables, eggs, oats, brown rice, unsalted butter, olive oil, sweet potatoes, milk, and suggest some types of meat`)77- Optional: model and options.78 - Present the human with the default model **`gpt-5`** and its available options. Look up `gpt-5` in the `betterprompt resources` output (filtered to modality `"text"`) and show its `availableOptions` as: `key: val1, val2 (default), val3 | key2: ...`. Mark a value `(default)` if it matches these defaults: `{}`.79 - If the human does not specify, defaults are used: model `gpt-5`, options `{}`. Other models from the resources call are also available.8081If any required text input is missing, **ask the human for what's missing**. Do not assume or fabricate values.8283### Step 2: Run via BetterPrompt CLI8485Use the frontmatter's `name` as the positional argument (for this skill, use `personalized-fitness-and-nutrition-plan`).8687Command form:8889```bash90betterprompt generate personalized-fitness-and-nutrition-plan \91 [--input <key>=<value>] \92 [--model <model>] \93 [--options <options JSON>] \94 [--json]95```9697Notes:9899- Pass each text input as a separate `--input <key>=<value>` flag.100- If the human does **not** mention a model, **omit** `--model` and BetterPrompt will use the default model: **`gpt-5`**.101- If the human does **not** mention options, **omit** `--options` and BetterPrompt will use the default options: **`{}`**.102- If the run times out, the response will include a `runId` you can use to fetch the result later.103104Example (using defaults shown above):105106```bash107betterprompt generate personalized-fitness-and-nutrition-plan \108 --input Age=25 \109 --input Sex=Male \110 --input City=<value> \111 --input 'Target=gain weight' \112 --input Height_cm=185cm \113 --input Weight_kg=80kg \114 --input 'Activity_level=Light (light exercise 1-3 days/week)' \115 --input Output_language=English \116 --input Target_weight_kg=75kg \117 --input Body_fat_percentage=<value> \118 --input Speed_to_reach_the_goal=Fast \119 --input 'Foods_that_are_easy_to_find=Rice, chicken breast, vegetables, eggs, oats, brown rice, unsalted butter, olive oil, sweet potatoes, milk, and suggest some types of meat' \120 --model gpt-5 \121 --options '{}'122```123124---125> Converted and distributed by [TomeVault](https://tomevault.io/claim/BetterPromptme) — claim your Tome and manage your conversions.126<!-- tomevault:4.0:skill_md:2026-04-16 -->