What problem does it solve?
It prevents AI-assisted legacy migrations from treating a paradigm shift as a mere syntax change by first detecting the legacy programming paradigm and comparing it to the natural paradigm of the target stack.
Core Features & Use Cases
- Legacy paradigm detection from specs: Classifies the legacy paradigm using only
_reversa_sdd/ artifacts (domain, architecture, inventory, and optional flow analysis) with evidence tagging.
- Target-stack natural paradigm inference: Infers the natural paradigm from
migration_brief.md via a local paradigm catalog and proposes viable alternatives.
- Gap clarification with actionable implications: Quantifies the migration impact by presenting concrete implications and mandatory options for the user, then writes
_reversa_sdd/migration/paradigm_decision.md as required input for subsequent agents.
Quick Start
Run the migration orchestrator that invokes this agent (e.g., ask for /reversa-migrate) after ensuring _reversa_sdd/migration/migration_brief.md and the discovery specs are present.