Snippet
Copy and paste this prompt at the end of an implementation request when you want the AI to prove the work functions before stopping:
text
I want you to self-verify your work by testing it end-to-end. Do not return control to me until you've met my requirements and it works as expected.How It Works
This snippet raises the bar on AI-assisted implementation by:
- Forcing execution, not claims - Pushes the model to run the relevant checks instead of only asserting that the solution should work
- Extending the task boundary - Makes verification part of the deliverable rather than an optional follow-up
- Emphasizing end-to-end behavior - Steers the model toward real workflow validation, not just isolated edits
- Working as an appendage - Fits cleanly after coding, refactor, and bug-fix requests
Use this snippet when you want an AI coding agent to keep going until it has tested the result against your requirements.