Create optimized prompts following prompt-engineering principles
<task description>opus# Create Prompt
<objective>
Create a well-structured prompt for the task described in: ${ARGUMENTS}
</objective>
<clarification-strategy>
If the request is vague, ask for clarification:
- Use AskUserQuestion for clear, discrete options (e.g., "Auth method?" → JWT/OAuth/Session)
- Use free-form response for descriptions, specifics, or examples (e.g., "What error are you seeing?")
</clarification-strategy>
<prompt-structure>
Structure the prompt using XML tags for clarity:
- Clear objective and context
- Specific requirements and constraints
- Expected output and success criteria
- Include...