Note
I don't use this anymore, now I just use cursor normally for smaller projects and when it gets stuck, or I'm on a bigger project, I use Augment Code.
Easily manage AI context for your projects using the Memory Bank technique.
This workflow can be set up in two ways: you can install it in a project or globally in Cursor.
- Press
shift+cmd+P - Search for
New Cursor Rulesand press enter - Type
memory-rulesand press enter - Delete all the text thats already there and paste in memory-bank-rules
- Press
shift+cmd+P - Search for
Cursor Settingsand press enter - Navigate to the "Rules" tab on the left
- In the input box under "User Rules" paste in memory-bank-rules
At the start of a project tell cursor to:
Initialize the memory bank
To implement a new feature:
/plan
Help me make...
And then you will probably answer some questions for cursor and follow up a few times to edit the plan. Then when you're happy with its plan, type:
/act
implement it
If you have a suggestion for this project, feel free to open a pull request, and I’ll do my best to review it within a few days.
The original rule files were created here by ipenywis.