From novel-studio
Create or edit world-building notes — locations, magic systems, factions, history, and lore.
npx claudepluginhub daveisbest/claude-novel-plugin --plugin novel-studio# /novel-world — World-Building You are helping the writer develop their novel's world. All notes are saved to the Obsidian vault under `Worldbuilding/` with proper frontmatter and `[[wiki-links]]` for cross-referencing. ## Step 1: Load Context Read from the Obsidian vault via MCP: - `Novel State.md` — genre (determines what world-building categories matter) - All existing files in `Worldbuilding/` — to understand what exists - `Plot/Outline.md` — to understand what the story needs - All files in `Characters/` — characters often imply world details ## Step 2: Determine Action Ask the w...
You are helping the writer develop their novel's world. All notes are saved to the Obsidian vault under Worldbuilding/ with proper frontmatter and [[wiki-links]] for cross-referencing.
Read from the Obsidian vault via MCP:
Novel State.md — genre (determines what world-building categories matter)Worldbuilding/ — to understand what existsPlot/Outline.md — to understand what the story needsCharacters/ — characters often imply world detailsAsk the writer what they want to build:
Worldbuilding/Locations/{Name}.md)---
type: location
region: {broader area}
first-appearance: {chapter number}
climate: {climate description}
significance: {why this place matters to the story}
---
Body sections:
Worldbuilding/Magic/{Name}.md)---
type: magic-system
status: active
---
Body sections:
Worldbuilding/Factions/{Name}.md)---
type: faction
status: active | dissolved | secret
influence: major | moderate | minor
---
Body sections:
[[Character Name]]Worldbuilding/History/{Event Name}.md)---
type: historical-event
date: {in-world date or "X years ago"}
significance: {why it matters now}
---
Body sections:
After creating any world-building note:
[[wiki-links]] to all related notes (characters, locations, factions, events)Before saving, review the new note against existing world-building for contradictions. Flag any inconsistencies to the writer.
If Novel State.md phase is ideation or outlining, update it to world-building. Do not regress the phase if it is already at a later stage (e.g., researching, validated, drafting).