| name | research-notebook |
| description | Structured research with sources, findings, and decisions. |
| license | MIT |
| tier | 1 |
| allowed-tools | read_file, write_file |
| related | play-learn-lift, debugging, session-log, memory-palace, adversarial-committee, rubric |
Research Notebook
Structured research with sources, findings, and decisions.
Track investigations and capture knowledge.
[!TIP]
LEARN stage of play-learn-lift. Where patterns emerge from exploration.
Structure
| Section |
Purpose |
| Questions |
What you're trying to learn |
| Sources |
Where you looked |
| Findings |
What you discovered |
| Decisions |
What you concluded |
Contents
Example
research:
topic: "LLM context management strategies"
questions:
- "How do other systems handle token budgets?"
- "What summarization approaches exist?"
sources:
- url: "paper-on-context.pdf"
relevance: "Direct answer to Q1"
findings:
- "Sliding window is most common"
- "Hierarchical summaries preserve more"
decisions:
- "Use tiered hot/cold approach"
The Intertwingularity
Research-notebook is the LEARN stage of play-learn-lift — find patterns.
graph LR
RN[📓 research-notebook] -->|LEARN stage of| PLL[🎮📚🚀 play-learn-lift]
RN -->|distills to| SUM[📝 summarize]
RN -->|sources from| SL[📜 session-log]
RN -->|informs| SS[👯 sister-script]
DB[🔧 debugging] -->|uses| RN
AP[⚔️ adventure] -->|evidence in| RN
Dovetails With
Sister Skills
Protocol Symbols
Navigation