Execute structural metamorphosis — transforming a system's architecture from its current form to a target form while maintaining operational continuity. Uses strangler fig migration, chrysalis phases, and interface preservation to ensure the system never stops functioning during transformation.
Plan the metamorphosis path from current form to target form.
Expected: A transformation blueprint showing intermediate forms, seams, the chosen metamorphosis pattern, and the interface preservation strategy. Each step is concrete and testable.
교살자 무화과 이동, 번데기 단계 및 인터페이스 보존을 사용하여 구조적 변형을 실행합니다. 시스템 아키텍처 진화를 위한 변환 계획, 병렬 실행, 점진적 컷오버, 롤백 설계 및 변형 후 안정화를 다룹니다. 평가 양식이 시스템을 변환 준비 완료로 분류한 경우, 모놀리스에서 마이크로서비스로 마이그레이션하는 경우, 종속 항목이 계속 작동하는 동안 핵심 하위 시스템을 교체하는 경우 또는 아키텍처 변경이 대규모가 아닌 점진적이어야 하는 경우에 사용합니다. 출처: pjt222/development-guides.