- Setup proper CLAUDE.md or AGENTS.md
- Use cmux or conductor to manage multiple instances of Claude Code
When working of some business feature I always ask AI to summarize every conversation in following format: problem, brief solution, where change were made. And I store it in the repo under "journal" folder where each file has "2026-06-08-add-offile-firts-support.md"
Also for me personally having separate repository with some boilerplate code become a huge booster of productivity.
Usually inside this boilerplate repo I have:
- Descriptions of desired project structure, so every project follows the same structure I personally like
- Some CI/CD templates, in my case: build docker container, push into github registry, deploy to my bare bone VM
- Authentication + third parties integration
- Custom exceptions and middleware to handle those exceptions
- And more