Respect the Constraints
In real-world migrations, the constraints ARE the challenge. List every non-negotiable constraint up front so Claude doesn't produce a technically correct solution that violates your business requirements.
Where you'll practice this
One Promptles scenario teaches this principle directly.
The Legacy Migration
Your company has a customer-facing dashboard built with jQuery and server-rendered HTML. Management wants it migrated to React, but with strict constraints: the migration must be progressive (page by page), the jQuery and React versions must coexist during migration, existing…