Generate structured study notes from course materials (transcripts, slides, readings). Creates module overviews, adds frontmatter to slide extracts, and cross-links concepts.
Generate structured study notes from course module materials.
/lesson-notes <module_number>
Example: /lesson-notes 4 to process Module 4
The module folder M{X}/ should contain:
.vtt, .srt, or .txt).md files converted from PDFs)Read M{X}/*.vtt, M{X}/*.md, M{X}/*.txt
Identify:
Create M{X}/Module_{XX}_{Topic}.md using the template from CLAUDE.md.
Required sections:
Frontmatter
---
title: "Module Title"
module: X
course: "Course Name"
date_processed: YYYY-MM-DD
tags:
- topic-tags
---
Module Materials
Video Timestamps
| Timestamp | Topic |
|-----------|-------|
| `0:05:30` | Topic introduction |
Executive Summary
Key Concepts Table
| Concept | Definition | Related To |
|---------|-----------|------------|
Detailed Lesson Notes
Frameworks & Models
Relationships & Links
Study Questions
Scan transcript for:
Create timestamp table in module notes.
Add to each slide markdown file:
---