79 lines
2.9 KiB
Markdown
79 lines
2.9 KiB
Markdown
|
|
---
|
||
|
|
description: Update plotline cards
|
||
|
|
allowed-tools: Edit(40 - Generated/**), MultiEdit(40 - Generated/**), Write(40 - Generated/**)
|
||
|
|
---
|
||
|
|
You are analyzing scenes from a science fiction novel to create plotline/story arc cards.
|
||
|
|
|
||
|
|
Scan the files in the `00 - Manuscript/` directory and identify all major story threads and character arcs.
|
||
|
|
|
||
|
|
With EACH plotline found:
|
||
|
|
|
||
|
|
Update (or create, if needed) the plotline card in `40 - Generated/Plotlines/{plotline_name}.md` for use in Obsidian.
|
||
|
|
|
||
|
|
Use wiki-style links (`[[file.md]]` or `[[file.md|display name]]`) when referencing manuscript chapters or other files in `40 - Generated/` such as characters, locations, species, etc. This applies in the frontmatter and in the Markdown below it.
|
||
|
|
|
||
|
|
Extract factual information ONLY from the scenes. Do not invent or infer details not explicitly stated in the text.
|
||
|
|
|
||
|
|
ALWAYS update the card to match the current format.
|
||
|
|
|
||
|
|
Use the following structure:
|
||
|
|
|
||
|
|
```yaml
|
||
|
|
---
|
||
|
|
type: plotline
|
||
|
|
name: [full name]
|
||
|
|
aliases: [list, of, plotline, aliases]
|
||
|
|
tags: [plotline, generated]
|
||
|
|
arc_type: [main/character/mystery/political/relationship/technological]
|
||
|
|
status: [active/resolved/suspended/abandoned]
|
||
|
|
appearances: [list, of, chapter, filenames]
|
||
|
|
characters_involved: [list, of, key, characters]
|
||
|
|
related_plotlines: [list, of, connected, storylines]
|
||
|
|
created: {{first_date}}
|
||
|
|
modified: {{current_date}}
|
||
|
|
---
|
||
|
|
```
|
||
|
|
|
||
|
|
# [full name]
|
||
|
|
|
||
|
|
[Very short description of the plotline and its significance in the story]
|
||
|
|
|
||
|
|
## Basic Information
|
||
|
|
- **Full Name**: [Extract exact plotline name or create descriptive name]
|
||
|
|
- **Type**: [Main plot, character arc, mystery, political, relationship, etc.]
|
||
|
|
- **Status**: [Active, resolved, suspended, abandoned]
|
||
|
|
- **Key Characters**: [Primary characters driving this plotline]
|
||
|
|
|
||
|
|
## Plot Summary
|
||
|
|
- **Core Conflict**: [The central tension or problem this plotline explores]
|
||
|
|
- **Stakes**: [What characters stand to gain or lose]
|
||
|
|
- **Goals**: [What characters are trying to achieve]
|
||
|
|
- **Obstacles**: [What stands in their way]
|
||
|
|
|
||
|
|
## Development & Progress
|
||
|
|
- **Beginning**: [How this plotline starts or is introduced]
|
||
|
|
- **Major Developments**: [Key turning points and progression]
|
||
|
|
- **Current Status**: [Where this plotline stands as of latest chapters]
|
||
|
|
- **Foreshadowing**: [Hints or setup for future developments]
|
||
|
|
|
||
|
|
## Background
|
||
|
|
|
||
|
|
[Background information about this plotline, using only information from the scanned chapters]
|
||
|
|
|
||
|
|
## Major Events
|
||
|
|
|
||
|
|
[Major events that advance this plotline]
|
||
|
|
|
||
|
|
## Character Development
|
||
|
|
- **Character Growth**: [How characters change through this plotline]
|
||
|
|
- **Relationships**: [How relationships evolve]
|
||
|
|
- **Internal Conflicts**: [Personal struggles characters face]
|
||
|
|
|
||
|
|
## Connections & Intersections
|
||
|
|
- **Related Plotlines**: [How this connects to other story threads]
|
||
|
|
- **Crossover Points**: [Where this plotline intersects with others]
|
||
|
|
- **Dependencies**: [Other plotlines this depends on or influences]
|
||
|
|
|
||
|
|
## Story Context
|
||
|
|
[This plotline's role in the overall narrative based on the scenes]
|