Agent Skills: Research Notebook

Structured research with sources, findings, and decisions.

UncategorizedID: simhacker/moollm/research-notebook

Install this agent skill to your local

pnpm dlx add-skill https://github.com/SimHacker/moollm/tree/HEAD/skills/research-notebook

Skill Files

Browse the full folder contents for research-notebook.

Download Skill

Loading file treeโ€ฆ

skills/research-notebook/SKILL.md

Skill Metadata

Name
research-notebook
Description
"Structured research with sources, findings, and decisions."

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

| File | Purpose | |------|---------| | SKILL.md | Full protocol documentation | | NOTEBOOK.yml.tmpl | Notebook template | | SOURCES.yml.tmpl | Sources 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

| Skill | Relationship | |-------|--------------| | 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

| Symbol | Link | |--------|------| | PLAY-LEARN-LIFT | PROTOCOLS.yml | | PRESERVE-JOURNEY | PROTOCOLS.yml |

Navigation

| Direction | Destination | |-----------|-------------| | โฌ†๏ธ Up | skills/ | | โฌ†๏ธโฌ†๏ธ Root | Project Root | | ๐ŸŽฎ Sister | play-learn-lift/ | | ๐Ÿ“ Sister | summarize/ |