Back to Signal Feed
ProductionTracked since May 12, 2026

Added async NotebookLM slide-deck generation with new wowerpoint skill

v13.2.0 introduces a new `wowerpoint` skill that creates slide-deck-only NotebookLM PDFs from one source document, running generation as a background sub-agent flow so the main conversation is not blocked for the ~10 minute render window.

wowerpointNotebookLMsubagentspawn-and-end-turn

What Happened

  • v13.2.0 introduces a new `wowerpoint` skill that creates slide-deck-only NotebookLM PDFs from one source document, running generation as a background sub-agent flow so the main conversation is not blocked for the ~10 minute render window.
  • v13.2.0 introduces a new `wowerpoint` skill that creates slide-deck-only NotebookLM PDFs from one source document, running generation as a background sub-agent flow so the main conversation is not blocked for the ~10 minute render window.
  • 1 evidence item attached for review.

What is Different

Before

Scattered source updates, isolated context, and manual follow-up across multiple feeds.

Now

Introduces a concrete new capability: a dedicated slide-deck generation skill that enforces a single-source input workflow, applies a preset NotebookLM detailed format prompt, and completes rendering in a background agent with completion notification when the PDF is written.

Why Track This

Why It Matters

For users and operators of claude-mem, long-running slide-deck exports no longer freeze the interactive flow, so they can continue working in the same conversation while the PDF is still rendering and receive the file once ready. The change matters for operators because it shifts generation off the foreground path using a subagent completion pattern, but it also shifts reliability risk to the external toolchain (e.g., `notebooklm-py`, `playwright install chromium`, `jq`) and to the enforced single-source requirement; keep watching setup failures, generation timeout behavior, and whether users are forced into lower-quality outputs when they previously expected multi-source deck assembly.

Impact

For users and operators of claude-mem, long-running slide-deck exports no longer freeze the interactive flow, so they can continue working in the same conversation while the PDF is still rendering and receive the file once ready. The change matters for operators because it shifts generation off the foreground path using a subagent completion pattern, but it also shifts reliability risk to the external toolchain (e.g., `notebooklm-py`, `playwright install chromium`, `jq`) and to the enforced single-source requirement; keep watching setup failures, generation timeout behavior, and whether users are forced into lower-quality outputs when they previously expected multi-source deck assembly.

What To Watch Next

  • Watch whether wowerpoint becomes a repeated pattern.
  • Track follow-up changes around AI Presentation and Office Content Tools.
  • Compare future signals against this evidence trail.
  • Re-check risk flags: missing_notebooklm_py_dependency, playwright_chromium_not_installed.
Open Topic TimelineOpen Technical EventOpen Original Sourcemissing_notebooklm_py_dependency / playwright_chromium_not_installed / subagent_completion_timeout / single_source_quality_gap / unsupported_video_and_podcast_modes

Supporting Evidence