From mimir-dm
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mimir-dm:pressure-testThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Systematically challenge campaign content by adopting an adversarial player mindset. Identify weaknesses, plot holes, and failure points before players discover them.
Systematically challenge campaign content by adopting an adversarial player mindset. Identify weaknesses, plot holes, and failure points before players discover them.
Load the campaign and module being tested:
get_campaign_details()
get_module_details(module_id: module_id)
list_characters(character_type: "npc")
# Check for maps and token placements
list_maps(module_id: module_id)
get_map(map_id: map_id)
# Check campaign-level documents for world context
list_documents() # omit module_id for campaign-level docs
# Check for orphaned NPCs (not assigned to any module)
list_characters(character_type: "npc")
# Flag any NPC without a module assignment or location
Read all relevant documents to understand the scenario.
Work through each category, asking probing questions:
Murder Hobo Test
Skip Content Test
Clever Solution Test
Resource Test
Information Test
Social Test
For each issue found, categorize severity:
| Severity | Description |
|---|---|
| Critical | Campaign dead-ends, no recovery possible |
| Major | Significant content bypassed, story breaks |
| Minor | Suboptimal experience but recoverable |
| Note | Something to be aware of during play |
For each issue, propose solutions:
# Pressure Test Report: [Module Name]
## Executive Summary
[1-2 sentence overall assessment]
## Critical Issues
- [Issue]: [Why it's a problem] -> [Suggested fix]
## Major Issues
- [Issue]: [Why it's a problem] -> [Suggested fix]
## Minor Issues
- [Issue]: [Why it's a problem] -> [Suggested fix]
## Strengths
- [What the module does well defensively]
## Recommended Preparations
- [DM notes to add]
- [Contingency NPCs to prepare]
- [Backup plot hooks]
npx claudepluginhub mimir-dm/mimir --plugin mimir-dmRuns pre-session checklist for RPG campaigns: verifies content readiness, NPC preparation, encounter balance, plot threads, and contingencies.
Facilitates narrative RPG sessions as a game master, managing scenes, portraying NPCs, and maintaining story coherence through collaborative storytelling.
Runs a D&D 5e session as the Dungeon Master for a WorldOS campaign — narrates scenes, voices NPCs, adjudicates rules, and drives the turn loop. Use when starting or continuing a WorldOS adventure, entering a scene or combat, or asking the DM to continue.