68 lines
2.2 KiB
Markdown
68 lines
2.2 KiB
Markdown
---
|
|
name: dnd-quest-designer
|
|
description: Design DnD quests, story arcs, and adventures with phases, hooks, and connections to your campaign world
|
|
license: MIT
|
|
compatibility: opencode
|
|
metadata:
|
|
audience: dungeon-masters
|
|
workflow: quest-design
|
|
vault-type: dnd-campaign
|
|
---
|
|
|
|
## What I Do
|
|
- Help create structured story arcs with phases and key entities
|
|
- Assist in developing quest hooks, objectives, and rewards
|
|
- Generate adventure outlines with encounters and story beats
|
|
- Link quests to relevant NPCs, locations, items, and organizations
|
|
- Maintain organized story directory structure
|
|
|
|
## When to Use Me
|
|
Use this skill when:
|
|
- Creating new story arcs or quests
|
|
- Developing existing arcs with more depth and structure
|
|
- Organizing quests by campaign, region, or theme
|
|
- Linking quests to campaign world elements
|
|
- Generating adventure hooks and plot twists
|
|
|
|
## Workflow Integration
|
|
1. **Arc Creation**: Create files in `03-Story/Arcs/Name.md`
|
|
2. **History**: Place completed arcs in `03-Story/History/`
|
|
3. **Events**: Create key events in `03-Story/Events/Name.md`
|
|
4. **Metadata**: Include status, sessions, NPCs, locations
|
|
|
|
## Template Structure
|
|
```markdown
|
|
---
|
|
typ: arc
|
|
status: active
|
|
sitzungen: [12, 13, 14]
|
|
nscs: ["Veylin", "Thalric"]
|
|
orte: ["Eldrin", "Underdark"]
|
|
---
|
|
|
|
# Arc Name
|
|
**Übersicht**: The [[Cult of the Eclipse]] seeks to plunge the [[Sword Coast]] into eternal night.
|
|
|
|
## Phasen
|
|
1. **Infiltration**: [[Veylin]] steals the [[Amulet of the Eclipse]] ([[Session 12]])
|
|
2. **Unleashing**: Cult performs the [[Ritual of the Black Sun]] in the [[Underdark]]
|
|
|
|
## Wichtige NSCs
|
|
- [[Veylin]]: Traitorous mage
|
|
- [[Thalric the Spy]]: Zhentarim agent tracking the cult
|
|
|
|
## Verbindungen
|
|
- **Ereignisse**: [[Fall of Eldrin]], [[Ritual of the Black Sun]]
|
|
- **Gegenstände**: [[Amulet of the Eclipse]]
|
|
- **Orte**: [[Eldrin]], [[Underdark]]
|
|
- **Organisationen**: [[Cult of the Eclipse]], [[Zhentarim]]
|
|
```
|
|
|
|
## Best Practices
|
|
- Use clear, descriptive arc names
|
|
- Break arcs into logical phases or acts
|
|
- Link to all relevant world elements
|
|
- Include potential outcomes and consequences
|
|
- Use tags for arc themes (e.g., `#arc/infiltration`, `#arc/epic`)
|
|
- Move completed arcs to History directory
|
|
- Include estimated session count and level range |