Step 04 of 8 4-6 weeks· advanced
Step 4: Behavior Parity Test Framework
Lock down legacy pipeline behavior as ground truth — including the quirks (rounding, null handling, date / sort / aggregation behavior). The new pipelines must match these to keep trust.
Recommended prompts
Use one of these to do the work in your IDE
Open the template to read it in full. Click Copy prompt to grab it (with your stack values pre-filled where they apply) — then paste into Claude Code, Cursor, or wherever you build.
Recommended skills
Drop these into Claude Code for this phase
Skills auto-trigger on the right kind of request. Install once; they apply to every prompt that fits.
Recommended MCP configs
Wire these tools into Claude Code first
MCP servers give Claude Code direct access to external systems (Jira, browsers, databases). Configure once.
When you're done
Verify these in your own work before moving on
This is a checklist for you to mentally tick off in your repo and IDE — the site doesn't track it, you do.
- Reconciliation framework built and tested
- Tolerance configuration documented per data type
- Quirk catalog started (legacy behaviors intentionally preserved)
- Sample data corpus prepared (production-realistic, sanitized)
- Reconciliation runs in CI for new pipelines
- First pilot pipeline shows parity
Common pitfalls
What goes wrong at this step
- Skipping parity tests — "we'll just check the counts" is insufficient
- Not running on production data — synthetic data hides quirks
- No tolerance configuration — either everything must match exactly (impossible) or nothing matches (useless)
- Hiding quirks instead of documenting — quirks come back as bug reports
- No reconciliation in CI — ad-hoc parity checks drift over time