What problem does it solve?
It turns scattered, implicit knowledge inside a legacy codebase into a complete set of operational architectural artifacts that AI coding agents can safely use.
Core Features & Use Cases
- C4 architecture diagrams (Context → Containers → Components): Produce Mermaid-based C4 outputs that describe the system, its containers, and key internal responsibilities.
- Complete ERD modeling: Generate an ERD covering main entities, attributes, and relationships with cardinalities and keys.
- Traceability and impact mapping: Create a Spec Impact Matrix to show which architectural components impact others, improving safe evolution and change planning.
- Deployment guidance (when available): Optionally produce deployment/infrastructure documentation if deployment-related files/configs exist.
Quick Start
Ask the AI agent to run the reversa-architect skill to synthesize C4 diagrams, ERD, integrations, and the Spec Impact Matrix from the artifacts found in .reversa/state.json and the output folder specified by output_folder.