[Feature request] Prompt prompting for agentic coding tasks

Problem: Agent output quality depends heavily on instruction specificity, but agents silently pick implementation defaults. Developers might be more specific, but non-technical users (~20% of the base, reportedly growing ~3x faster than developers) are less equipped to know what to specify,

e.g.,: Asking an agent to “download files via the API” gets a sequential implementation by default, while parallelization might be a better choice

Feature suggestion: Checkmark-able suggestions to specific output requirement