|
||
---|---|---|
.. | ||
README.md |
README.md
Context Files for LLMs and AI Tools
This directory contains plans, reports, and other context files that are:
- Used to provide context to LLMs during development
- Not committed to the repository
- May be transient or belong in other repositories
Directory Structure
plans/
- Documentation plans and roadmapsreports/
- Generated reports and analysesresearch/
- Research notes and findingstemplates/
- Reusable templates for Claude interactions
Usage
Place files here that you want to reference--for example, using @ mentions in Claude--such as:
- Documentation planning documents
- API migration guides
- Performance reports
- Architecture decisions
Example Structure
.context/
├── plans/
│ ├── v3.2-release-plan.md
│ └── api-migration-guide.md
├── reports/
│ ├── weekly-progress-2025-07.md
│ └── pr-summary-2025-06.md
├── research/
│ └── competitor-analysis.md
└── templates/
└── release-notes-template.md
Best Practices
- Use descriptive filenames that indicate the content and date
- Keep files organized in appropriate subdirectories
- Consider using date prefixes for time-sensitive content (e.g.,
2025-07-01-meeting-notes.md
) - Remove outdated files periodically to keep the context relevant