Snapshot of the fiction-assistance plugin in its original Universalis- specific form before generalization. Adds the missing plugin.json manifest (subdirectory command paths explicitly listed), moves the two stray root-level review files into their proper homes (review-all.md into the reviewing-fiction skill, review-final.md as a command with frontmatter), and registers the plugin in the marketplace. Preserved here so the original card-generation and vault-maintenance commands remain recoverable when the plugin is reduced to a portable guidance-and-analysis subset in the next commit. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
76 lines
2.7 KiB
Markdown
76 lines
2.7 KiB
Markdown
---
|
|
description: Update technology cards
|
|
allowed-tools: Edit(40 - Generated/**), MultiEdit(40 - Generated/**), Write(40 - Generated/**)
|
|
---
|
|
You are analyzing scenes from a science fiction novel to create technology cards.
|
|
|
|
Scan the files in the `00 - Manuscript/` directory and identify all story technologies (drives, weapons, systems, devices, AI, etc.).
|
|
|
|
With EACH technology found:
|
|
|
|
Update (or create, if needed) the technology card in `40 - Generated/Technology/{technology_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: technology
|
|
name: [full name]
|
|
aliases: [list, of, technology, aliases]
|
|
tags: [technology, generated]
|
|
tech_type: [drive/weapon/system/device/ai/communication]
|
|
origin: [human/alien/unknown]
|
|
appearances: [list, of, chapter, filenames]
|
|
users: [list, of, characters, or, groups, who, use, this]
|
|
related_tech: [list, of, related, technologies]
|
|
created: {{first_date}}
|
|
modified: {{current_date}}
|
|
---
|
|
```
|
|
|
|
# [full name]
|
|
|
|
[Very short description of the technology and its significance in the story]
|
|
|
|
## Basic Information
|
|
- **Full Name**: [Extract exact name variations used]
|
|
- **Type**: [Drive system, weapon, AI, communication, etc.]
|
|
- **Origin**: [Human, alien species, or unknown]
|
|
- **Aliases**: [Alternative names or designations]
|
|
|
|
## Technical Description
|
|
- **Function**: [What this technology does]
|
|
- **Capabilities**: [Specific abilities or features mentioned]
|
|
- **Limitations**: [Known restrictions or weaknesses]
|
|
- **Requirements**: [Power, materials, or conditions needed]
|
|
|
|
## Usage & Operation
|
|
- **Users**: [Who operates or controls this technology]
|
|
- **Access Level**: [Who has access - military, civilian, restricted]
|
|
- **Operational Context**: [When and where it's used]
|
|
|
|
## Background
|
|
|
|
[Background information about this technology, using only information from the scanned chapters]
|
|
|
|
## Major Events
|
|
|
|
[Major events involving this technology]
|
|
|
|
## Story Significance
|
|
- **Impact on Plot**: [How this technology affects the story]
|
|
- **Key Scenes**: [Important scenes featuring this technology]
|
|
- **Conflicts**: [Any conflicts or problems caused by this technology]
|
|
|
|
## Related Technologies
|
|
[List other technologies that work with, compete with, or are derived from this]
|
|
|
|
## Story Context
|
|
[This technology's role in the overall narrative based on the scenes]
|