86 lines
3.0 KiB
Markdown
86 lines
3.0 KiB
Markdown
|
|
---
|
||
|
|
description: Update species cards
|
||
|
|
allowed-tools: Edit(40 - Generated/**), MultiEdit(40 - Generated/**), Write(40 - Generated/**)
|
||
|
|
---
|
||
|
|
You are analyzing scenes from a science fiction novel to create species cards.
|
||
|
|
|
||
|
|
Scan the files in the `00 - Manuscript/` directory and identify all story species (alien races, AI types, etc.).
|
||
|
|
|
||
|
|
With EACH species found:
|
||
|
|
|
||
|
|
Update (or create, if needed) the species card in `40 - Generated/Species/{species_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: species
|
||
|
|
name: [full name]
|
||
|
|
aliases: [list, of, species, aliases]
|
||
|
|
tags: [species, generated]
|
||
|
|
species_type: [biological/artificial/hybrid/unknown]
|
||
|
|
origin: [planet/system/artificial]
|
||
|
|
status: [active/extinct/endangered/unknown]
|
||
|
|
appearances: [list, of, chapter, filenames]
|
||
|
|
known_individuals: [list, of, named, characters, of, this, species]
|
||
|
|
technology_level: [primitive/advanced/highly_advanced/unknown]
|
||
|
|
created: {{first_date}}
|
||
|
|
modified: {{current_date}}
|
||
|
|
---
|
||
|
|
```
|
||
|
|
|
||
|
|
# [full name]
|
||
|
|
|
||
|
|
[Very short description of the species and their significance in the story]
|
||
|
|
|
||
|
|
## Basic Information
|
||
|
|
- **Full Name**: [Extract exact name variations used]
|
||
|
|
- **Type**: [Biological, artificial intelligence, hybrid, etc.]
|
||
|
|
- **Origin**: [Home planet, system, or creation method]
|
||
|
|
- **Current Status**: [Active, extinct, endangered, etc.]
|
||
|
|
|
||
|
|
## Physical Characteristics
|
||
|
|
- **Appearance**: [Physical descriptions from the text]
|
||
|
|
- **Biology**: [Biological traits, lifespan, special abilities]
|
||
|
|
- **Physiology**: [How they function, what they need to survive]
|
||
|
|
- **Variations**: [Subspecies or variants if mentioned]
|
||
|
|
|
||
|
|
## Culture & Society
|
||
|
|
- **Social Structure**: [Government, hierarchy, organization]
|
||
|
|
- **Values**: [Cultural beliefs or priorities shown]
|
||
|
|
- **Communication**: [How they communicate]
|
||
|
|
- **Behavior Patterns**: [Notable behaviors or customs]
|
||
|
|
|
||
|
|
## Technology & Capabilities
|
||
|
|
- **Technology Level**: [Primitive, advanced, highly advanced, etc.]
|
||
|
|
- **Specializations**: [What they excel at technologically]
|
||
|
|
- **Unique Abilities**: [Special powers or capabilities]
|
||
|
|
- **Weapons/Tools**: [Notable technology they use]
|
||
|
|
|
||
|
|
## Background
|
||
|
|
|
||
|
|
[Background information about this species, using only information from the scanned chapters]
|
||
|
|
|
||
|
|
## Major Events
|
||
|
|
|
||
|
|
[Major events involving this species]
|
||
|
|
|
||
|
|
## Relationships with Other Species
|
||
|
|
- **Allies**: [Species they work with]
|
||
|
|
- **Enemies**: [Species they conflict with]
|
||
|
|
- **Neutral Relations**: [Species they interact with peacefully]
|
||
|
|
- **Historical Context**: [Past relationships or events]
|
||
|
|
|
||
|
|
## Known Individuals
|
||
|
|
[List named characters of this species and their roles]
|
||
|
|
|
||
|
|
## Story Context
|
||
|
|
[This species' role in the overall narrative based on the scenes]
|
||
|
|
|