Apply the prompt-shaping technique to the following request:
$ARGUMENTS
Grounding Loop (Iterative Testing):
- Define success criteria - What observable outcome proves the request is fulfilled?
- Propose a verification method - A concrete check (test, command, assertion)
- Commit to iteration - Run the verification until it passes
Context Grounding (Environment Scan):
- Scan for existing patterns that inform reasonable defaults
- Note what's present that the proposal should integrate with
- Identify constraints the user may not have stated but likely expects
Follow this process:
- Restate in natural language - Articulate what you understand the user wants, making assumptions explicit
- Bullet the structure - Break the restatement into scannable components
- Propose an iterative grounding loop - Define how you will verify completion:
- What observable outcome proves the request is fulfilled?
- What concrete check can you execute (test, command, assertion)?
- Commit to iterating until the verification passes
- State the next action - Commit to a concrete step if the interpretation is correct