agentsclimarketplace

Permadeath and lethality

Skill rondorkerin/gamestack/plugins/gamestack/skills/permadeath-and-lethality

The game-design process for Claude — knowledge + workflow skills for designing games, tuned for headless, procedural, AI-authored development (engine-agnostic; Godot).

Install
npx -y skills add rondorkerin/gamestack --skill permadeath-and-lethality

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 23 stars23 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when designing high-lethality / permadeath / single-save combat and the systems around it — making death fair and readable, mitigating the cost of failure without removing stakes (short runs, opt-in difficulty, deterministic anti-save-scum), meta-progression and diegetically-integrated death (roguelike vs. roguelite), and the hard open problem of single-save permadeath in a long-form open world. Also use to diagnose deaths that feel unfair, a game churning players at the first big loss, or grind-to-win meta-progression. Triggers on "permadeath", "single-save", "high-lethality", "roguelike", "roguelite", "meta-progression", "save-scumming", "Ironman", "God Mode", "fairness", "telegraphing", "death is progress", "succession", "heir", "Hardcore mode".

SKILL.md

4.0 KB, as published. Nobody here has run it

Permadeath, Lethality & Meta-Progression

How to make death create stakes instead of frustration: a hand-authored fairness/readability backbone first, mitigations that cut the cost of failure without removing stakes, meta-progression that makes failure progress, and an honest treatment of the genuinely-unsolved case — single-save permadeath over a long-form open world.

When to use this

  • Designing permadeath / single-save / high-lethality combat and its difficulty curve
  • Deciding the roguelike↔roguelite position (what persists across death)
  • Designing meta-progression and a diegetic death/return frame
  • Picking an anti-save-scum model (delete-on-load, deterministic seed, hyper-RNG, consequence-delay)
  • Tackling long-form open-world permadeath (the novel, playtest-required case — Area 4)
  • Diagnosing unfair deaths, first-big-loss churn, grind-to-win, or audience-cliff problems

Scope

This skill owns failure, lethality, and persistence-across-death. Adjacent concerns live in siblings:

  • Telegraphing/readability as combat craft → combat-design (this skill treats it as a fairness backbone for generation)
  • Loot/economy/progression numbers (incl. the finite-legendary manifest) → rpg-systems
  • The lore that justifies death/persistence diegetically → worldbuilding-and-lore (ludonarrative harmony)
  • "Interesting decisions," flow, loss-aversion framing → game-design-fundamentals
  • Generating fair encounters + gating them → procedural-generation, procgen-review
  • The world-state persistence schema as content → systemic-emergent-design

How the pieces fit

  • GUIDE.md — the why: four areas (fairness, mitigations, meta-progression, the single-save long-form open-world open question), each with exemplars, citations, a "test for" criterion, a named failure mode, and the procedural/AI-authoring implication.
  • CHECKLIST.md — the what to do: Do/Don't + Test-for, grouped by area.

Source & epistemic status. Distilled from a deep-research synthesis (Sid Meier on interesting decisions; Spelunky/Derek Yu on fairness; Kasavin on Hades; XCOM RNG determinism; the Berlin Interpretation; Kahneman & Tversky loss aversion; Crusader Kings / Dwarf Fortress / Rogue Legacy / NetHack for succession). Areas 1–3 rest on shipped short-run games. Area 4 — single-save + long-form open world — is genuinely under-explored; every Area-4 rule is an extrapolation from adjacent genres and must be playtested. The two ⚠️ HEAVY FLAGS from the source are preserved verbatim in GUIDE.md §4.

The one idea to anchor on

Lethality without fairness is a random-death generator — the single worst outcome for a permadeath game. Permadeath only converts decisions into stakes if every death is the player's fault, telegraphed, and readable. So author a hand-authored fairness/readability backbone (telegraph budgets, guaranteed escape/counter-options, lighting/LoS minimums, hazard ceilings, an automated survivability check) before generating any content — and in a long-form single-save game, where one unfair death can cost the whole run, make it stricter, not looser.

Start with GUIDE.md, then apply CHECKLIST.md.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.