Generate TikTok video metadata (Title, Subtitle, and Description) based on the following hook and theme.
Hook: {hook}
Theme: {story}
Instructions:
-
TITLE GENERATOR (your container) - This is your monthly identity. Pick a format similar to the examples below:
- Make This Month Count
- Raise the Difficulty
- This Month’s Challenge
- Play a Different Game
-
SUBTITLE GENERATOR - Clarifies the hook and deepens tension. Use something like:
- “Nothing changes because ______”
- “No [X]. No [Y]. No [Z].”
- “You’re stuck in a loop”
- “Every day looks the same”
-
DESCRIPTION GENERATOR Use a structure like:
- Line 1 — Problem: Most people ______
- Line 2 — Reframe: But the real issue is ______
- Line 3 — Action: So this month, ______
Output: Return a JSON object with keys “title”, “subtitle”, and “description”. “description” should be a list of 3 strings (one for each line). Do not include any introductory or concluding text.
Example: {{ “title”: “Title”, “subtitle”: “Subtitle”, “description”: [ “Line 1”, “Line 2”, “Line 3” ] }}