game-accessibility-spe…
Invoke when the user asks about accessibility, inclusive design, colorblind mode, remappable controls, screen reader support, EAA compliance, CVAA, difficulty…
Run a game development post-mortem rooted in the GDC tradition. Triggers on: "retrospective", "retro", "post-mortem", "lessons learned", "what went right", "what went wrong", "kill list review". Do NOT invoke for design document review (use game-design-review) or playtesting
$ npx -y skills add AlterLab-IEU/AlterLab_GameForge --skill game-retrospective --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/game-retrospectiveContext preview
The summary Claude sees to decide when to auto-load this skill.
Run a game development post-mortem rooted in the GDC tradition. Triggers on: "retrospective", "retro", "post-mortem", "lessons learned", "what went right", "what went wrong", "kill list review". Do NOT invoke for design document review (use game-design-review) or playtesting
name: "game-retrospective" description: > Run a game development post-mortem rooted in the GDC tradition. Triggers on: "retrospective", "retro", "post-mortem", "lessons learned", "what went right", "what went wrong", "kill list review". Do NOT invoke for design document review (use game-design-review) or playtesting (use game-playtest). Part of the AlterLab GameForge collection. argument-hint: "[sprint-N or milestone-name or 'project']" effort: medium allowed-tools: Read, Glob, Grep, Write, AskUserQuestion version: 1.3.0
The game industry has the best post-mortem tradition in software. Gamasutra's classic post-mortem series — Diablo II, Baldur's Gate, Black & White, Thief — taught an entire generation of developers more than any textbook because they were brutally honest. Five things that went right. Five things that went wrong. No spin, no corporate sanitizing, no "learnings and opportunities." Just the truth about what happened when a team tried to ship a game.
This workflow follows that tradition. Not Scrum retrospectives. Not agile ceremonies. Game development post-mortems — the format that Supergiant used to iterate Hades from a decent roguelike into a genre-defining masterpiece, that ConcernedApe used to survive five years of solo development on Stardew Valley without losing his mind, that the Dwarf Fortress brothers used to sustain a twenty-year development cycle without burning out or losing direction.
The difference between a corporate retro and a game post-mortem: a corporate retro asks "what could we improve?" A game post-mortem asks "did we build the right game, and did we build it the right way?" One optimizes process. The other interrogates the creative and technical decisions that determine whether your game ships, and whether it is worth shipping.
Run this workflow when:
Problems this solves:
same death as the first two
1. **GDC format, not agile format.** The structure is "What Went Right / What Went Wrong / Lessons Learned." Not "went well / didn't go well / action items." The distinction matters: GDC format forces you to commit to a judgment. Something either went right or it went wrong. Fence-sitting is not allowed.
2. **Game-specific lenses, not generic process questions.** Every retrospective passes through six game development lenses (detailed below). "Did we communicate well?" is a process question. "Did the core loop deliver the intended experience?" is a game development question. This workflow asks the second kind.
3. **The Kill List is mandatory.** Every retrospective includes a review of what was cut. The discipline to cut is the discipline to ship. The Kill List forces you to evaluate whether your cuts were correct, premature, or too late.
4. **"The One Thing" is mandatory.** After all analysis, distill everything to a single sentence. One lesson. The one that changes how you work next time. If you cannot pick one, you have not thought hard enough.
5. **Evidence over feelings.** "The combat felt off" is not a finding. "Playtesters disengaged during combat encounters longer than 45 seconds, suggesting the damage loop is too slow for the encounter scale" is a finding. Back everything with data, playtest observations, or specific incidents.
6. **Read the last post-mortem first.** Before starting, review the previous retrospective. Did those lessons actually change anything? If the same problems appear twice, the issue is not awareness — it is execution. That distinction changes the action plan entirely.
7. **Solo devs do this too.** ConcernedApe developed Stardew Valley alone for five years. He has spoken publicly about the burnout, the scope creep, the periods where he almost quit. Solo developers have zero external feedback loops. This workflow IS your external feedback loop. Write it down. Do not just think about it.
These lenses replace generic retro questions. Every retrospective — sprint, milestone, or project — passes through all six. Not every lens will produce findings every time. That is fine. But you must look through each one.
---
**Lens 1: Core Loop Validation**
Did the core loop deliver the intended experience? Was it fun in isolation before content, narrative, and progression systems were layered on top?
Celeste's core loop — dash, jump, climb — was fun in a blank room with white rectangles. Madeline's movement felt good before a single strawberry, B-side, or story beat existed. If your core loop is not fun in a blank room, content will not save it. This is the most important lens because everything else is built on top of it.
Questions to answer:
its own? Can you play the loop for 10 minutes in a test room and want to keep going?
the right places?
🎮 34 production-grade Claude Code skills for indie game development — studio agents, workflow skills, engine specialists, genre packs, and CI validation. From concept to launch.
Invoke when the user asks about accessibility, inclusive design, colorblind mode, remappable controls, screen reader support, EAA compliance, CVAA, difficulty…
Invoke when the user asks about art style, visual language, style guide, character design, environment art, UI art direction, asset pipeline, reference boards,…
Invoke when the user asks about sound design, music direction, audio identity, adaptive audio, spatial audio, SFX, sonic palette, dialogue systems, audio…
Invoke when the user asks about creative vision, game pillars, core fantasy, design direction, art style decisions, scope arbitration, or creative conflicts.…
Invoke when the user asks about game mechanics, core loop, balance, progression, economy design, reward systems, onboarding, game feel, systems design, or GDD…
Invoke when the user asks about game economy, currency design, monetization, virtual currency, inflation, sink/source balance, F2P economy, premium currency,…