Story Generator: Create Unique Plots in Minutes
Description
What is this prompt?
The Story Generator is a structured AI prompt for creating creative stories based on customizable parameters. Choose genre, length, tone and receive a complete story with title, characters, and themes.
Who is it for?
- Writers — overcome creative blocks
- Content creators — generate original content
- Screenwriters — develop plotlines
- Marketers — craft compelling brand stories
Key Benefits
- 5 genres: fantasy, sci-fi, mystery, romance, horror
- Flexible length and tone settings
- Automatic character and theme generation
- Structured JSON format for easy integration
>_ Prompt
{ "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." }