What problem does it solve?
Use when the user drops an Apple Developer session video URL (developer.apple.com/videos/play/...) to research into the blog's workspace, or adds a screenshots/ folder to an already-processed session dir. Builds workspace/wwdcNN/{num}-{slug}/ with transcript, code, meta, notes, and a synthesized digest; compresses slide screenshots and folds their info back into the digest.
Core Features & Use Cases
- Derives a per-session workspace under workspace/wwdcNN/ and creates transcript.md, meta.md, code.md, notes.md, and digest.md to support drafting blog posts from WWDC content.
- Performs two phases: Phase A fetch and build to generate initial artifacts, then Phase B enrichment when screenshots are provided to fold slide information into the digest.
- Keeps workspace/ as gitignored scratch to ensure zero shippable changes, while digest.md remains the authoritative synthesis for the post.
Quick Start
Drop a WWDC session URL into the workspace or drop a screenshots/ folder into an existing session dir to trigger the workflow.