What problem does it solve? When migrating a legacy system, teams struggle to decide which business rules should carry over to the new system, which should be discarded, and which require human judgment. This Skill applies a deterministic decision policy to every rule found in legacy specs, producing auditable artifacts instead of ad-hoc choices. ## Core Features & Use Cases - Rule-by-rule triage: Inventories business rules from legacy requirements and design specs, then classifies each as MIGRAR, DESCARTAR, or DECISÃO HUMANA based on confidence level, migration brief scope, and paradigm compatibility. - Paradigm-aware discarding: Identifies rules that are artifacts of the legacy paradigm (e.g., pessimistic locks, 2PC transactions) and records how the target paradigm absorbs each case in a dedicated discard log. - Ambiguity escalation: Routes ambiguous or gap rules to a human-decision section with recommendations, and consolidates them into an ambiguity log. - Use Case: During a legacy-to-event-driven migration, run this agent after the paradigm decision is made to generate target_business_rules.md and discard_log.md with full traceability to source specs. ## Quick Start Ask the agent to run /reversa-curator after the migration brief and paradigm decision exist, so it can classify all legacy business rules and produce the migration artifacts.