What problem does it solve?
This Skill recovers missing design and architecture documentation from an existing implementation by analyzing code, prototypes, and system artifacts and translating them into readable planning documents and templates.
Core Features & Use Cases
- Implementation Analysis: Reads code and prototype artifacts to identify mechanics, state machines, formulas, and architectural patterns.
- Document Generation: Produces design doc sections (GDD), Architecture Decision Records (ADR), or concept documents based on implementation evidence and clarified intent.
- Collaborative Workflow: Presents findings, asks targeted clarifying questions about intent, drafts documents using templates, and writes outputs to repository paths while flagging follow-up work.
- Use Case: Reverse-engineer a combat system in src/gameplay/combat to create a GDD section that captures mechanics, formulas, and integration points.
Quick Start
Use the reverse-document skill by instructing /reverse-document design src/gameplay/combat to analyze the combat code and draft a GDD section.