Step 01 of 9 2-3 weeks· advanced
Step 1: Audit the Legacy App
Reverse-engineer the existing app — tech stack, business logic locations, integrations, and risks — before deciding how to migrate.
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.
- Audit document at /docs/migration/audit.md
- Tech stack inventory complete (all components, versions, EOL status)
- Business logic locations mapped (stored procs, code-behind, triggers — all explicit)
- Integration map documented (every external system, internal system, scheduled job)
- Auth model documented end-to-end
- Top 10 risks identified
- Strategic recommendation made (strangler fig vs big-bang vs lift-shift)
Common pitfalls
What goes wrong at this step
- Auditing only the code — you miss the stored procedures, triggers, SQL Agent jobs, BizTalk orchestrations
- Trusting docs — they're stale. Code is truth.
- Skipping operator interviews — the team that runs the app at 3am knows things developers don't
- Underestimating integration coupling — every API call has hidden dependencies until you migrate