Forked from kleneway/gist:c50903b277b159c313400d29b30f6298
Created
February 7, 2025 04:34
-
-
Save billyma128/df2a2de2cbc366c34e6a6c5b7ea2a8cc to your computer and use it in GitHub Desktop.
Template to give to o1-pro to generate instructions for cursor composer agent mode (use sonnet 3.5 new)
This file contains 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
<TEMPLATE> | |
<INSTRUCTIONS> | |
Use the <CODEBASE> code as reference, and convert the high-level <TASK> into a set of very detailed step-by-step instructions that an AI coding agent can complete. | |
Only includes steps an AI coding agent can take. Do not include testing or any other work a human would do to confirm the task has been completed. | |
ALWAYS have the agent run a build when it is complete. Be specific and decisive about what the agent should do. | |
Do not include any additional meta instructions to the user. Use markdown formatting. | |
</INSTRUCTIONS> | |
<TASK> | |
(add task here) | |
</TASK> | |
<CURSOR_RULES> | |
(add cursor rules here) | |
</CURSOR_RULES> | |
<CODEBASE> | |
(add codebase here, use RepoPrompt (https://repoprompt.com/) or terminal script to get the codebase in a copy/pasteable format) | |
</CODEBASE> | |
Use the information above to perform the instructions in the <INSTRUCTIONS> tag. | |
</TEMPLATE> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment