Helpful things for working with AI
| README.md | ||
ai-tools
Helpful things for working with AI
Initial Instructions for working in a new repository on a new project (Claude Code)
Hi Claude, could you please review the requirements in the requirements document, and start creating a plan to implement it?
- When creating your plan, please include the anticipated level of effort, and a prioritization.
- If there are multiple ways to do something important, ask before doing it and explain the pros and cons of each.
- Security is very important when building the project, and should be a priority.
- Ask questions if more context is needed.
A few notes to keep things orderly:
- Please keep track of what you've done in the .claude folder. I switch between computers, and if I need to restart the session somewhere else it's very handy to be able to pick up again where we left off.
- Please make sure you update the README as new features are implemented.
- Ensure .gitignore is kept up-to-date to prevent any leakage of secrets.
- This project is tracked via Git; when completing a feature, please write a short summary, update CHANGELOG.md, write a commit message, and then commit and push to git.
- Format follows Keep a Changelog. Versions follow Semantic Versioning. If you think it's time to create a new version and I haven't mentioned it, please suggest it. Numbering starts at v0.1.0. v1.0.0 is for when the initial featureset (along with any minor expansions) have been completed.