What problem does it solve?
Reverse-documentation helps you recover missing game design or technical documentation by analyzing how the code and prototypes actually behave, so you can write docs that reflect reality rather than guesswork.
Core Features & Use Cases
- Generates design documentation (GDD) by extracting mechanics, rules, formulas, and state/progression behaviors directly from implementation.
- Generates architecture documentation (ADR) by identifying technical patterns and trade-offs (e.g., coupling, serialization approach, performance constraints) from the codebase.
- Generates concept documentation by analyzing prototypes to capture the core mechanic, emergent gameplay patterns, and feasibility insights.
- Interactive intent clarification by asking targeted questions about “why” before writing anything that asserts rationale.
Quick Start
Run reverse-document with the target type and path you want analyzed, for example: instruct the AI to generate a design doc from combat system code under src.