Promptles
Prompt Engineering Basics

Task Framing

beginner

Definition

Structuring your request so the goal, context, and constraints are all clear up front. Good framing tells the AI what you want, why, and what rules to follow: before it starts writing code.

In the wild

Instead of 'add validation,' try: 'Add email validation to the signup form in register.js. It should check for an @ symbol and a domain, and show an inline error message if the email is invalid.' That single sentence frames the task completely.

More from Prompt Engineering Basics