What problem does it solve?
Reversa-designer converts undocumented legacy knowledge into operational, traceable target specifications that AI coding agents can safely use to evolve a system without breaking existing behavior.
Core Features & Use Cases
- Two-phase migration design: performs topology detection with human approval, then produces target architecture, domain model, data model, and a data migration plan.
- Modern topology proposal + choice: always detects the legacy structure, proposes a modern alternative, presents 3 options (preserve/modernize/hybrid), and records the user decision.
- Paradigm-aware design and zero silent changes: honors the chosen paradigm in paradigm_decision.md and prevents architecture/domain/data generation until topology is approved.
- Total traceability: every new system element links back to legacy sources or an explicit discard log.
Quick Start
Activate reversa-designer with /reversa-designer to detect legacy topology and produce topology_decision.md for approval before generating the target architecture, domain model, data model, and data migration plan.