What problem does it solve?
The reversa-curator skill prevents incorrect migrations by deciding—rule by rule—what to migrate, what to discard, and what requires human review, using the legacy specs, the migration brief, and the chosen decision paradigm.
Core Features & Use Cases
- Rule triage for migration: Classifies each legacy business rule into MIGRAR, DESCARTAR, or DECISÃO HUMANA with explicit rationale and traceability.
- Outputs migration artifacts: Produces
_reversa_sdd/migration/target_business_rules.md and _reversa_sdd/migration/discard_log.md, and updates _reversa_sdd/migration/ambiguity_log.md.
- Paradigm-aware safety: Detects rules that are merely legacy mechanism artifacts (e.g., transaction/locking patterns) and discards them only when the new paradigm absorbs the use case by design.
Quick Start
Run the Curator via the activation command /reversa-curator, ensuring the files _reversa_sdd/migration/migration_brief.md and _reversa_sdd/migration/paradigm_decision.md are present.