What problem does it solve?
It helps teams migrate legacy rule sets by deciding, rule by rule, what to carry forward, what to discard, and what must be resolved by humans—based on legacy specs, the migration brief, and the target paradigm.
Core Features & Use Cases
- Rule-by-rule migration decisions: categorizes each business rule as MIGRAR, DESCARTAR, or DECISÃO HUMANA using an explicit priority policy.
- Human decision gating: sends ambiguous or missing-information items to DECISÃO HUMANA, with traceability and recommendations.
- Migration artifacts generation: produces target_business_rules.md and discard_log.md, and maintains ambiguity tracking in ambiguity_log.md.
- Paradigm-aware discard rationale: when discarding due to paradigm mechanisms changing, it records how the new paradigm absorbs the case.
- Traceability to source: references the exact locations inside _reversa_sdd/ unit requirements/design files plus cross-input artifacts like migration_brief.md and paradigm_decision.md.
Quick Start
Ask the agent to run /reversa-curator to generate _reversa_sdd/migration/target_business_rules.md and _reversa_sdd/migration/discard_log.md from the existing _reversa_sdd migration inputs and unit specs.