27 lines
985 B
Markdown
27 lines
985 B
Markdown
# Story Concept Format Example
|
|
|
|
Below is the standard format for `story_concept.md`.
|
|
|
|
```markdown
|
|
Story Theme:
|
|
The Double Mirror of Time
|
|
|
|
Story Summary:
|
|
When two women separated by a thousand years share breath and touch
|
|
through the same melody, AI becomes the medium connecting ancient ink
|
|
and modern pixels.
|
|
|
|
Core Characters:
|
|
[Modern]: A girl recording songs alone in a cold minimalist apartment in 2026
|
|
[Ancient]: A swordswoman waiting or dancing under a solitary lamp on a snowy night, a thousand years ago
|
|
```
|
|
|
|
## Format Notes
|
|
|
|
- Contains three fields: `Story Theme:`, `Story Summary:`, `Core Characters:`
|
|
- Story Theme is one brief sentence (20-50 words)
|
|
- Story Summary uses 2-4 sentences to describe the core narrative
|
|
- Core Characters start with [Character Name], followed by character description (appearance, personality, identity, etc.)
|
|
- Multiple characters each on their own line, distinguished by [] markers
|
|
- Content indented 2 spaces for visual alignment
|