Help us improve
Share bugs, ideas, or general feedback.
From mimir-dm
Runs pre-session checklist for RPG campaigns: verifies content readiness, NPC preparation, encounter balance, plot threads, and contingencies.
npx claudepluginhub mimir-dm/mimir --plugin mimir-dmHow this skill is triggered — by the user, by Claude, or both
Slash command
/mimir-dm:session-prepThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Comprehensive pre-session review that combines continuity checking, encounter balance, NPC readiness, and gap identification before game time.
Pressure tests RPG campaigns and modules by simulating adversarial player actions to uncover plot holes, dead-ends, exploits, and edge cases like murder hobo behavior or clever spell use.
Maintains narrative continuity across long roleplay or collaborative fiction sessions (>5 turns) using structured scratch files for character voice, world-state, and fact tracking. Activates when continuity errors would damage immersion.
Share bugs, ideas, or general feedback.
Comprehensive pre-session review that combines continuity checking, encounter balance, NPC readiness, and gap identification before game time.
For deeper analysis of specific areas, see the related skills:
Load the module being run and campaign-level context:
# Campaign-level documents (world lore, session notes)
list_documents() # omit module_id for campaign-level docs
# Module content
get_module_details(module_id)
list_documents(module_id)
Verify:
list_characters(character_type: "npc", module_id: module_id)
# Also check by location if the session spans areas:
list_characters(character_type: "npc", location: "Tavern District")
For each NPC players will likely encounter:
get_character_inventory)Review module monsters and maps:
search_catalog(category: "monster"))list_maps, get_map)# Session Prep Report: [Module Name]
## Ready
- [List of complete elements]
## Needs Attention
- [Element]: [What's missing] -> [Quick fix suggestion]
## Critical Gaps
- [Element]: [Why it's critical] -> [Action needed]
## NPCs for This Session
| NPC | Location | Ready? | Missing |
|-----|----------|--------|---------|
| [Name] | [Location] | [OK/WARN] | [What's missing] |
## Encounters
| Encounter | Difficulty | Ready? | Notes |
|-----------|------------|--------|-------|
| [Name] | [Difficulty] | [OK/WARN] | [Notes] |
## Quick Reference
### Key NPCs
- **[Name]**: [1-line summary, key info they have]
### Key Locations
- **[Location]**: [What happens here]
### Plot Threads
- [Thread]: [Current state, next beat]
## DM Notes
[Any generated prep notes or reminders]
create_document