Extracting Spec Design Ladders

Reverse-engineers existing source code into a two-layer artifact ladder — a concrete reproduction spec (preserves behavior-affecting constants, same-tick ordering, input edges, collision/threshold semantics; drops cosmetics) and an abstract design doc (intentionally omits reproduction detail and records what is unspecified vs. safe-to-assume). Use to document or recover a program's intent and reproducible behavior without leaking implementation-only detail into the design layer.

abagames Updated

File contents

abagames/agentic-gamedev-skills/tree/main/.agents/skills/extracting-spec-design-ladders commit bdfa99685f

Frequently asked questions

npx skillmds@latest add abagames/extracting-spec-design-ladders