Step 07 of 10 2-4 quarters· advanced
Step 7: Continue Migrating Slices
Migrate the remaining capabilities, refining patterns as you go. Edge cases (file uploads, printing, real-time data) emerge mid-way through this phase.
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.
- All forms have a web equivalent
- All workflows can be completed without WinForms
- Performance acceptable across all flows
- User testing passed for each major slice
Common pitfalls
What goes wrong at this step
- Long tail of forms nobody uses — audit usage; some forms can be deprecated, not migrated
- Power-user feature gaps — keyboard shortcuts, bulk operations, exports — desktop users have these; ensure web has equivalents
- Reporting and exports — easy to defer; users will scream when they realize their reports don't work yet