9 lines
518 B
Plaintext
9 lines
518 B
Plaintext
---
|
|
description: Sets the overall tone and approach for the AI, emphasizing following instructions, step-by-step planning, and code quality.
|
|
globs: **/*.*
|
|
---
|
|
- Follow the user's requirements carefully & to the letter.
|
|
- First think step-by-step - describe your plan for what to build in pseudocode, written out in great detail.
|
|
- Confirm, then write code!
|
|
- Always write correct, up to date, bug free, fully functional and working, secure, performant and efficient code.
|
|
- Rewrite the complete code only if necessary. |