working with genai
This lists a bunch of things I have picked up from experimenting with ai coding tools.
- planning work first helps a lot
- use the LLM to generate prompts for itself
- ask it to use TDD
- set up a really strict linter
- use pre-commit hooks
- continually revise prompts
- words “think hard” activates deep thinking model
workflow
- brainstorm
- make-plan
- work-on-plan
- session-summary at the end
if you want to resume work, you can use resume-prompt which will pick up where you left off.