Back to list
SimHacker

research-notebook

by SimHacker

MOOLLM

8🍴 2📅 Jan 24, 2026

SKILL.md


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, summarize, memory-palace, debugging, scratchpad, session-log, sister-script] tags: [moollm, research, investigation, sources, findings]

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

SectionPurpose
QuestionsWhat you're trying to learn
SourcesWhere you looked
FindingsWhat you discovered
DecisionsWhat you concluded

Contents

FilePurpose
SKILL.mdFull protocol documentation
NOTEBOOK.yml.tmplNotebook template
SOURCES.yml.tmplSources template

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

SkillRelationship
play-learn-lift/Research IS the LEARN stage
session-log/Source material from PLAY
summarize/Compress findings
sister-script/Research feeds automation
debugging/Research supports hypothesis tracking
adventure/Evidence collection
adversarial-committee/Multiple perspectives on research questions
rubric/Criteria for evaluating sources and findings

Protocol Symbols

SymbolLink
PLAY-LEARN-LIFTPROTOCOLS.yml
PRESERVE-JOURNEYPROTOCOLS.yml
DirectionDestination
⬆️ Upskills/
⬆️⬆️ RootProject Root
🎮 Sisterplay-learn-lift/
📝 Sistersummarize/

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon