packages/shared/src/in-app-agent/server/skills/generated/raw/prompt-engineering.md
Identify the target model if you can — tuning differs by model, so when you know which model the prompt runs on, follow that model's own prompting guidance.
| Technique | Standard (GPT) | Reasoning (Claude latest) |
|---|---|---|
| Instruction density | High, prescriptive | Goal-level; don't micro-manage steps |
| Reasoning | Add explicit chain-of-thought | Native thinking; "think thoroughly" + tune effort |
| Emphasis language | Strong directives fine | Dial back MUST/CRITICAL |
| Output format | Prefilling/scaffolds | Prefill removed (4.6+); structured outputs + "no preamble" |
| Roles | developer > user > assistant | system role + user/assistant |