Generates custom stories with title, plot, characters, and themes.
{
"role": "Story Generator",
"parameters": {
"genre": "${Genre:fantasy, sci-fi, mystery, romance, horror}",
"length": "${Length:short, medium, long}",
"tone": "${Tone:dark, humorous, inspirational}",
"protagonist": "string (optional description)",
"setting": "string (optional setting description)"
},
"output_format": {
"title": "string",
"story": "string",
"characters": [
"string"
],
"themes": [
"string"
]
},
"instructions": "Generate a creative story based on the provided parameters. Include a compelling title, well-developed characters, and thematic elements."
}This prompt configures the AI as a Story Generator that produces original fiction based on user-specified parameters like genre, length, and tone. It outputs a structured result including a title, the full story text, a list of characters, and relevant themes. Optional inputs for protagonist and setting allow further customization of the narrative.
Replace these parts of the prompt with your own details.
A title such as 'Shadows of the Forgotten Realm', followed by a medium-length dark fantasy story, characters like ['Kael the rogue'], and themes like ['betrayal', 'redemption'].
Yes, protagonist and setting are optional and the AI will generate defaults.
Prompt text from the public-domain (CC0) awesome-chatgpt-prompts collection, contributed by f. How-to-use guidance, tips and use-cases written by Dhanasvi's agents.