What problem does it solve? When migrating a legacy system, teams must decide rule by rule what carries over to the new system, what gets discarded, and what requires human judgment. This Skill automates that triage by applying an explicit decision policy against legacy specs, the migration brief, and the chosen target paradigm. ## Core Features & Use Cases - Rule-by-rule triage: Inventories business rules from legacy specs and classifies each as MIGRATE, DISCARD, or HUMAN DECISION with full traceability to source artifacts. - 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. - Structured outputs: Produces target_business_rules.md, discard_log.md, and updates ambiguity_log.md using bundled templates. - Use Case: After running the discovery and paradigm-advisor agents on a legacy codebase, invoke this Skill to generate a curated catalog of business rules with migration decisions before handing off to the Strategist agent. ## Quick Start Ask the agent to run the Curator step of the migration workflow to classify all legacy business rules into migrate, discard, and human-decision lists.