Acerca de
The strangler-pattern skill provides a structured methodology for migrating legacy Express-Web-API controllers to a modern Actions.API architecture (MediatR-based Minimal APIs) without system downtime. It leverages feature flags for safe, per-tenant traffic routing, ensures identical behavior through a specialized capture-and-test TDD process, and utilizes lazy-loading patterns to maintain performance during the transition period. This skill is essential for complex, high-risk migrations where rollback capability and verified behavioral parity are critical requirements.