Plan a monolith-to-microservices migration
Use the strangler fig pattern to extract a service from a monolith, defining the boundary, inter-service API, shared database strategy, and success criteria.
Preview
Copy prompt
Plan the incremental migration of [Monolith Application] to a microservices architecture using the strangler fig pattern. Identify [Target Service] as the first extraction candidate based on its coupling score and business value. Define the exact service boundary and what data it exclusively owns. Design the API contract between the new service and the monolith during the transition period. Describe how shared database tables are handled during the cut-over. Define measurable success criteria for declaring the extraction complete and the legacy code path ready to be deleted.
More
Architecture
Prompts
