L2 workflow
AWS Transform discovery to WHPS migration wave factory
flowchart LR
SRC["Native source intake
COBOL, copybooks, JCL, PROC, CTL, FTP cards, DB2 DDL, stored procs"]
RUN["Runtime evidence
SMF, scheduler, batch windows, MQ/MQFTE, APIs, files, support incidents"]
MRA["MRA workshops
business value, people, governance, platform, security, operations"]
ANALYZE["AI-assisted analysis
call graph, data graph, business rules, interface graph, unsupported patterns"]
CAND["Candidate domain backlog
billing, broker, commissions, enrollment, recon, data warehouse, audit letters, rating"]
SCORE{"Wave score
value, coupling, data risk, batch risk, security, owner readiness"}
W0["Wave 0 controls
facade, evidence vault, replay harness, IAM, logging, rollback"]
W1["Wave candidate
read-only inquiry, reporting, document/notice, recon, billing batch, enrollment write"]
PARITY["Parity gates
contract tests, data checksums, EDI/file replay, output variance, SLOs"]
CUT["Cutover decision
CAB, business owner, security, ops, finance approval"]
RETIRE["Decommission ledger
jobs, feeds, certs, accounts, licenses, contracts, savings"]
SRC --> ANALYZE
RUN --> ANALYZE
MRA --> CAND
ANALYZE --> CAND
CAND --> SCORE
SCORE -->|not ready| MRA
SCORE -->|ready| W0
W0 --> W1 --> PARITY --> CUT --> RETIRE