Once your memory bank is set up, follow this iterative workflow:
- Clarify the Plan: Prompt your AI:
Read all the documents in /memory-bank, is implementation-plan.md clear? What are your questions to make it 100% clear for you? Answer the questions and have it update the plan. - First Implementation: Prompt:
Read all the documents in /memory-bank, and proceed with Step 1 of the implementation plan. I will run the tests. Do not start Step 2 until I validate the tests. Once I validate them, open progress.md and document what you did for future developers. Then add any architectural insights to architecture.md to explain what each file does. - Iterate:
- Complete a step.
- Commit changes to Git.
- Start a new chat using
/new or /clear to maximize context window efficiency. - Prompt:
Now go through all files in the memory-bank, read progress.md to understand prior work, and proceed with Step [X]. Do not start Step [X+1] until I validate the test.
Tip: Use shift+tab in Claude Code to enter "Ask" or "Plan Mode" before allowing the AI to execute a step.