A foundational project template designed for effective AI-assisted development using Cursor IDE.
This template follows a carefully designed structure to optimize collaboration between developers and AI assistants:
.notes/
: Project documentation and AI interaction logsproject_overview.md
: Project details and specificationstask_list.md
: Current and planned development tasksmeeting_notes.md
: Documentation of AI interactionsdirectory_structure.md
: Project structure guidelines
.cursorrules
: AI collaboration configuration.cursorignore
: Files excluded from AI analysis.gitignore
: Git ignore patterns.gitattributes
: Git attributes configuration
- Clone this template
- Update
.notes/project_overview.md
with your project details - Modify
.cursorrules
as needed for your project - Begin development with AI assistance
- Maintain up-to-date documentation in
.notes/
- Follow the project structure defined in
.notes/directory_structure.md
- Track tasks and progress in
.notes/task_list.md
- Document AI interactions in
.notes/meeting_notes.md
This template is optimized for AI collaboration using:
- Gemini (gemini-exp-1206, gemini-2.0-flash-exp)
- Claude (3.5 sonnet and 3 opus)
MIT