Profile picture

Written by Tony Vo father, husband, son and software developer Twitter

  1. AGENTS.md — talks-outline worker (Codex CLI) This directory participates in the talks-outline shared batch. The full worker contract also…

  2. Turn talks — YouTube links, a URL-list file, pasted transcripts, or uploaded transcript files (software engineering, value investing / finance / real estate, self-help) — into exhaustive, deeply-nested markdown outlines exported as .md files the user can read and share. Outlines many talks in parallel through a shared work queue that other AI agents (Codex CLI, Gemini CLI, a second machine) can join. Use this whenever the user pastes YouTube URLs (youtube.com, youtu.be), a playlist, a urls.txt, or a transcript and asks for a summary, outline, notes, key takeaways, "detail summary", "detail outline", or "tóm tắt" — even with no instructions. Also use to re-enrich existing outlines, or to work/continue a batch queue.

  3. Queue worker for the talks-outline skill. Claims talks from a shared flock-serialized queue, fetches each transcript, and writes an exhaustive depth-bar outline as a single .md file, looping until the queue is empty. One instance per worker slot, run in parallel. Not for general summarisation of non-transcript text.

  4. December 06, 2017

    Typically, the main reason for me to do code retreat to help developers in the community to expose more to TDD/craftsmanship. Recently, I…