Saving reusable prompts improved my AI workflow
One thing that improved my AI workflow a lot was saving reusable prompts instead of rewriting them every time.
For example, I reuse prompts like this constantly while coding:
Refactor this code for readability and maintainability. Keep the same behavior. Avoid unnecessary abstractions. Explain the most important changes briefly.
Or for commit messages:
Generate a concise commit message for these changes. Use conventional commit style. Keep it under 80 characters.
After some time I realized that prompts like these were becoming part of my daily workflow, so I started organizing them instead of rewriting them repeatedly.
Recently I switched to using AINoter for this, but even simple notes or snippets probably help a lot.