This repository is for research purposes only. No code should be added here.
Each research topic should have its own directory at the root level.
Every topic folder MUST contain a ./cl subdirectory with the following files:
IMPORTANT: Before starting new research, check if plan_*.md files already exist in the ./cl directory. If they do, review them to determine if they're relevant to the current request. You may be continuing existing research rather than starting from scratch.
All plan files must include the Claude session ID in their filename:
plan_SESSION_ID.mdplan_progress_SESSION_ID.mdplan_context_SESSION_ID.md
This allows multiple research sessions to coexist and be tracked independently.
- Full plan of how to conduct the research
- Detailed methodology for gathering information
- Outline of what files will be created with the research findings
- Clear objectives and deliverables
- Live tracking document - update this as research progresses
- Mark completed items and current status
- Commit and push regularly as progress is made
- Shows what's done, what's in progress, and what's remaining
- Critical context for resuming work
- Document blockers and obstacles encountered
- Note surprising findings or unexpected discoveries
- List unanswered questions that need further investigation
- Capture important context needed for an LLM to continue the research seamlessly
- Record problems and their resolutions
- Create a new directory for each research topic (or navigate to an existing one)
- Check the
./cldirectory for existingplan_*.mdfiles - if they exist, review them to see if the current request is related to ongoing research - Set up the
./clfolder structure with all three required files using the session ID naming convention - Plan your research in
plan_SESSION_ID.md - Execute the research, updating
plan_progress_SESSION_ID.mdfrequently - Keep
plan_context_SESSION_ID.mdcurrent with relevant context and issues - Commit and push changes regularly throughout the research process
- Keep research organized and well-documented
- Regular commits help track progress and enable easy resumption of work
- The
./clfolder provides structure for AI assistants to understand and continue research effectively