Cursor best practices
I’m using cursor, so I’m wondering if I should go over best practices of using it first. This is to ensure as I work on my projects, I don’t get overwhelmed by complexity.
- Before using cursor, ask Claude to create a clear and detailed plan in markdown (ask it to ask clarifying questions and then critique its own plan and then regenerate). Add it to instructions.md (so you can ask cursor to refer to it frequently)
- I tell chatgpt what I want to create, then I ask it to provide instructions for another AI which will do the coding. Then I paste everything into the cursor composer agent.
- Basically chatgpt adds another layer of planning which reduces the rate of encountering problems.
- On one project cursor was running into some issues and couldn’t figure it out no matter what, I wasted hours stuck in a loop. Then I started from scratch, but this time I asked chatgpt 01 to write clear instructions for another coding AI. It worked like a charm.
- **Use .cursor/rules (they