Explain the Integration Point
Where you'll practice this
2 Promptles scenarios teach this principle directly. Each one drops you into a real engineering ticket and asks you to write the prompt you'd send to Claude Code.
The Integration Point
Your e-commerce app has two services that need to be connected. The `PaymentService` in `services/payment.ts` handles charging credit cards, and the `OrderProcessor` in `services/orders.ts` manages order lifecycle. Currently, after an order is confirmed in…
The Zapier Replacement
You currently have a Zapier workflow: when a new Typeform response is submitted (webhook at `/typeform-hook`), it takes the respondent's email and company name, calls the Clearbit Enrichment API to get company size and industry, then creates a HubSpot contact with properties…
Other principles in Context
Declare the Tools You Need
Name the tool or MCP server by name, and say what to do if it isn't reachable.
Describe Before You Prescribe
Describe the Data Shape
Claude can't clean data it can't picture.
Keep Memory Reusable
Save patterns and preferences that survive across sessions; never save snapshots of finished work.
Map to Real Components
Use Code Connect so it reuses your components, not new markup.
Name the Framework