Meta Prompting
Uses one prompt to generate or refine another prompt, using the LLM to craft how to interact with it.

Problem
Prompt quality is a bottleneck; writing effective prompts directly is difficult and sensitive to wording details.
Solution
Use one prompt to generate, refine, select, or template another prompt. Separating intent specification from wording implementation makes prompt design faster, more consistent, and iteratively improvable.
