Strategy
Platform Deprecation
Strangler-fig approach to legacy removal. Façade-first migration preserving operational continuity through wrap, replace, and retain sequencing.
Why this matters
Legacy decomposition strategy determines operational continuity risk during transformation. The wrong sequencing will disrupt dealer operations.
What this informs
Phase 1 scope, vendor selection criteria, and the migration risk profile. Directly linked to scenario selection.
What remains unresolved
Deprecation strategy awaiting steering committee approval. Façade layer architecture not yet specified. First migration pilot domain not selected.
Legacy Systems
2
Approach
Strangler-Fig
Phases
4
Estimated Duration
18 months
Status
Decision needed
Strangler-Fig Pattern
Wrap First
Place API façades in front of legacy systems. New consumers only interact via the façade. Legacy systems remain operational behind the boundary.
Replace Later
Build new domain services behind the same façade contracts. Migrate traffic gradually. Validate at each stage. Roll back if needed.
Retain Temporarily
Some legacy components are retained where replacement risk exceeds benefit. Documented as conscious decisions, not technical debt. Reviewed quarterly.
Direct coupling
Façade layer active
Domain-owned services
| System | Current Status | Strategy | Target Date | Dependencies |
|---|---|---|---|---|
| Service Operations Platform (Siebel) | Sunset | Replace — new domain service | 2027-Q2 | SAP, DMS Hub |
| Dealer Portal (Sitecore) | Legacy | Wrap then replace — façade first | 2027-Q1 | SAP, Siebel, MuleSoft |
| Legacy ETL Pipelines | Legacy | Replace — domain event streams | 2027-Q3 | Snowflake, Power BI |
Migration Timeline
Phase 0 — Discovery
Mar – Apr 2026
Phase 1 — Foundation
May – Aug 2026
Phase 2 — Migration
Sep 2026 – Mar 2027
Phase 3 — Optimisation
Apr – Sep 2027
Phase 0 — Discovery
Phase 1 — Foundation
Phase 2 — Migration
Phase 3 — Optimisation
Façade Layer Architecture
How the API façade wraps legacy systems and routes traffic to new domain services during the transition period.
DraftArchitecture Lead
Decision Layer
Decisions Supported
ADR-001 (strangler-fig confirmed). Deprecation strategy requires steering committee approval.
Dependencies
Blocked by scenario selection. Depends on current-state map (DEL-001) and risk assessment (DEL-005).
Next Actions
Define façade contract specifications. Identify first domain for migration pilot.
Confidence
Medium — approach is sound but dependent on scenario lock and façade architecture specification.