Decisions

  • Pending: Which vault content to export to NotebookLM?
  • Pending: Manual export or automated sync?
  • Pending: What NotebookLM outputs to bring back into Opus?

User Tasks


Summary

Connect Opus vault content to Google NotebookLM for AI-powered audio summaries, Q&A, and alternative perspectives on the system’s knowledge.

Problem / Motivation

Opus accumulates knowledge, feature specs, and decisions — but consuming all of it requires reading markdown files. NotebookLM can ingest documents and generate audio “Deep Dive” overviews, answer questions conversationally, and surface connections across sources. This gives a different (audio, conversational) interface to Opus knowledge.

Proposed Solution

Export selected vault content to NotebookLM as sources. Optionally bring insights back into Opus.

Potential value:

  • Audio briefings — NotebookLM Deep Dive podcasts summarizing Opus state, feature progress, or knowledge areas
  • Alternative Q&A — ask NotebookLM questions about your system from a different AI perspective
  • Knowledge review — feed 20_knowledge/ and feature specs to spot gaps or contradictions

Open Questions

1. Which vault content to export?

Question: What parts of the vault should be fed into NotebookLM?

OptionDescription
A) Curated subsetFeature specs (in-progress), knowledge base, dashboards — manually selected
B) Full vault exportEverything in vault/ as a bulk upload
C) Topic-based notebooksSeparate NotebookLM notebooks per domain (features, knowledge, daily)

Recommendation: Option A — start small, see what’s useful before scaling.

Decision:

2. Sync method

Question: How to get vault content into NotebookLM?

OptionDescription
A) Manual uploadExport markdown files, upload to NotebookLM manually
B) Google Drive syncSync vault to Google Drive, NotebookLM reads from there
C) API integrationUse NotebookLM API (if available) for programmatic upload

Recommendation: Option A for now — NotebookLM’s API access is limited.

Decision:

3. What to bring back?

Question: Should NotebookLM outputs feed back into Opus?

OptionDescription
A) Nothing — consume onlyUse NotebookLM as a read-only consumption layer
B) Save audio linksStore links to generated Deep Dives in vault
C) Capture insightsManually note useful insights back into 20_knowledge/

Recommendation: Option A initially, Option C if it proves valuable.

Decision:


Phase Overview

PhaseDescriptionStatus
Phase 1Research & manual test
Phase 2Structured export workflow
Phase 3Automated sync (if API available)

Phase 1: Research & Manual Test —

Goal: Verify NotebookLM works well with Opus markdown content.

File / FeatureDetailsOwnerStatus
Test uploadUpload 5-10 vault files to NotebookLM manuallymv
Deep Dive testGenerate audio overview of feature specsmv
Q&A testAsk NotebookLM questions about Opus architecturemv
Evaluate qualityIs the output useful enough to continue?mv

Phase 2: Structured Export —

Goal: Create a repeatable process for exporting vault content to NotebookLM.

File / FeatureDetailsOwnerStatus
Export scriptScript to bundle selected vault files for uploadopus
Notebook structureDefine which NotebookLM notebooks to maintainopus
Update cadenceHow often to refresh sourcesopus

Phase 3: Automated Sync —

Goal: Automate the export pipeline (only if API becomes available).

File / FeatureDetailsOwnerStatus
API researchCheck NotebookLM API availabilityopus
Sync scriptAutomated upload via API or Google Driveopus

Prerequisites / Gap Analysis

Requirements

RequirementDescription
REQ-1Google account with NotebookLM access
REQ-2Vault content in a state worth exporting (some maturity)

Current State

ComponentStatusDetails
NotebookLM accessunknownNeed to verify account access
Vault contentWIP~46 FRs, knowledge base, dashboards exist
API availabilityunknownNotebookLM API may be limited or unavailable

Gap (What’s missing?)

GapEffortBlocker?
API researchLowNo — can start manually
Export scriptLowNo

Test

Manual tests

TestExpectedActualLast
pending-

AI-verified tests

ScenarioExpected behaviorVerification method

E2E tests

ScenarioAssertion

Integration tests

ComponentCoverage

Unit tests

ComponentTestsCoverage

History

DateEventDetails
2026-03-11Created

References

  • FR-037 (Daily Briefings) — audio briefings could complement written ones
  • FR-025 (Atlas Vault Integration) — similar “connect external tool” pattern