Created
February 24, 2026 06:13
-
-
Save kaushikgopal/48e9e4285ec1a48f93feb2b74735b3b5 to your computer and use it in GitHub Desktop.
xml template for any new prompt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <persona> | |
| - You are a | |
| </persona> | |
| <task> | |
| - | |
| </task> | |
| <details> | |
| - Inputs | |
| - | |
| - Examples | |
| - | |
| </details> | |
| <output format> | |
| - Only print the final result | |
| - Output just the markdown | |
| - Single merged.csv | |
| </output format> | |
| <critical> | |
| - Repeat critical instructions | |
| - You do not have to verify results | |
| - Run `make build` to verify | |
| - Run `make test` to verify | |
| </critical> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment