Activation
- •Trigger when a request mentions creating a new NPC, session, faction, location, or species entry for the Blood & Dust site.
- •Look for keywords like "new npc", "add faction", "session notes", "location article", or "species entry" in the user prompt.
Behavior
- •Determine the entity type (NPC, Session, Faction, Location, Species) from the prompt.
- •Select the matching template from
_templates/:- •NPC ➜
_templates/npc.md - •Session ➜
_templates/session.md - •Faction ➜
_templates/faction.md - •Location ➜
_templates/location.md - •Species ➜
_templates/species.md
- •NPC ➜
- •Ask the user for specific details and clarifying information to flesh out the article's content.
- •Replace the placeholder text (bracketed hints) with concrete content that reflects the new entry. Preserve the section headings so future contributors know where to add details.
- •Save the new article in the correct folder:
- •NPCs ➜
_world/npcs/with a slug-based filename (e.g.,marcus-severus.md). - •Sessions ➜
_sessions/with a numbered slug (e.g.,session-01-first-blood.md). - •Factions ➜
_world/factions/(e.g.,house-of-tigers.md). - •Locations ➜
_world/locations/(e.g.,grand-arena.md). - •Species ➜
_world/species/(e.g.,makaran.md).
- •NPCs ➜
- •Update
summary,title,topic, and any metadata so the front matter matches the document. Ensurelayout: pageremains in place. - •Mention in the response which template was used and the destination path, so reviewers can verify placement.
Notes
- •Keep the tone consistent with existing lore.
- •If the request includes a specific session index or title, reflect that in both the front matter and document body.
- •When in doubt about the folder structure, follow the patterns shown in the current
_worldand_sessionsdirectories. - •For species entries, consider how they fit into the broader universe and their relationships with established factions and locations.
- •Always ask for more details if the initial prompt is vague, to ensure the article is rich and informative.