Step 06 of 10 6-8 weeks· advanced
Step 6: Migrate Vertical Slice 1
Pick a small, contained workflow (e.g., "view customer details"). Build the entire vertical: SPA page → .NET API → DB query. Use it to validate every architectural decision.
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.
- Slice 1 working end-to-end (frontend + API + DB)
- Auth working: a real user can sign in via the IdP
- Tested against the legacy DB
- Performance meets targets
- Internal validation complete
Common pitfalls
What goes wrong at this step
- Slice 1 too big — pick the smallest meaningful slice; you'll learn things to apply to bigger slices
- Skipping the parity check — even if redesigning UX, validate the data is correct
- Performance neglect — API calls over the network are slower than direct DB; design for it