Research assistant that generates detailed, structural chapter outlines by synthesizing thesis context, local references, and NotebookLM insights.
This skill orchestrates the creation of deep, structurally robust chapter outlines for a PhD thesis. It calls the other thesis skills in sequence to build a comprehensive foundation, then synthesizes everything into a detailed outline.
thesis references1b7df790-7858-4fc8-879c-39f41238c4aechapter_01).outline.md (root thesis outline).Before starting research, check for existing insights relevant to this chapter.
→ Call knowledge skill (retrieve mode) for the target chapter topic
→ Input: chapter title/topic from outline.md
→ Output: any pre-existing insights that can inform or skip research steps
If relevant knowledge files exist, use them to skip or accelerate subsequent research steps (e.g., if definitions are already extracted, skip that portion of literature research).
Understand where this chapter fits in the larger picture.
view_file outline.md. Identify the chapter's Scope, Key Contribution, Section Structure, and how it connects to the previous and next chapters.references.md, chapter_outline.md, etc.) from prior work.Run the source_registry skill to obtain categorized source IDs.
→ Call source_registry skill
→ Obtain: author_paper_ids, review_ids, general_ids
This step is required before any NotebookLM queries.
Run the literature_research skill to produce the chapter's references.md and data table.
→ Call literature_research skill for the target chapter
→ Input: chapter sections from outline.md, source IDs from Step 2
→ Output: chapter_XX/references.md (with data table + bib-key lookups)
Follow the granular per-subsection approach defined in the literature_research skill.
For the key review articles identified in Step 3, run review_analysis to extract detailed, citation-ready content.
→ Call review_analysis skill
→ Input: specific 002) source IDs for the most relevant reviews
→ Output: structured extraction notes, saved to .agent/knowledge/
Focus on reviews that will be heavily cited in this chapter.
If an author paper is inserted in or near this chapter, run paper_analysis to extract key contributions and transition points.
→ Call paper_analysis skill
→ Input: specific 001) source ID(s) for papers relevant to this chapter
→ Output: methodology summary, key results, contribution statement, transition notes
Refer to the paper-to-chapter mapping in the paper_analysis skill.
Use NotebookLM directly to study how experts structure arguments on this chapter's topic.
mcp_notebooklm_notebook_query(
notebook_id="1b7df790-7858-4fc8-879c-39f41238c4ae",
query="What is the detailed structure of [Reference X] regarding [Topic]?
List the section headers and summarize the argumentation flow.
How do they transition from [Concept A] to [Concept B]?",
source_ids=<review_ids>
)
Focus on:
chapter_outline.mdCreate (or update) chapter_XX/chapter_outline.md.
Synthesis: Combine:
outline.mdreferences.md (Step 3)Format: Use a nested structure:
# Chapter [XX]: [Title]
## Connections
- **Previous Chapter**: [How this chapter follows from the previous one]
- **Next Chapter**: [How this chapter leads into the next one]
- **Inserted Paper**: [If applicable, which paper is inserted and its key contribution]
## [X.0] Chapter Introduction
**Goal**: Provide a brief, untitled opening (2–4 paragraphs) that orients the reader before the first numbered section. This text appears at the start of the chapter with no section heading.
**Narrative**: Follow a funnel structure:
- Opening context: broad motivation for the chapter's topic
- The central question this chapter addresses
- Chapter roadmap: one-sentence preview of each main section (X.1, X.2, …) and how they connect
- Bridge to the thesis: how the chapter's content feeds into the rest of the thesis
## [X.1] [Section Title]
**Goal**: [What this section achieves in the argument]
**Narrative**: [How the story progresses through this section]
### [X.1.1] [Subsection Title]
- Key point 1 → cite [Reference] (Sec X.X)
- Key point 2 → cite [Reference]
- **Figure**: [description] → from [arXiv:XXXX.XXXXX], Fig. N
- Transition: [How this leads to the next subsection]
### [X.1.2] [Subsection Title]
- ...
## [X.2] [Section Title]
...
## Chapter Summary
- [Key takeaway 1]
- [Key takeaway 2]
- [Bridge to next chapter / inserted paper]
Rules:
**Figure**: [description] → from [arXiv:ID], Fig. N. These signal to section_drafting Step 4b which figures to fetch and downloadIterate on the draft:
outline.md addressed?chapter_XX/chapter_outline.md — the detailed structural outlinechapter_XX/references.md — references with data table (produced in Step 3).agent/knowledge/ — key insights saved via the knowledge skill (produced in Steps 3–5)