talk-pipeline

Solid

Orchestrates the complete talk preparation pipeline from raw material to revision sheets, running 6 stages in sequence with human-in-the-loop checkpoints for REX or Concept mode talks. Use when starting a new talk pipeline, resuming a pipeline from a specific stage, or running the full end-to-end preparation workflow.

AI & Automation 4,957 stars 661 forks Updated today CC-BY-SA-4.0

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Talk Pipeline Orchestrator Orchestrates the complete talk preparation pipeline — from raw material to revision sheets. Can run the full pipeline or a single isolated stage. ## Modes - `--rex`: REX talk with git/code proof (changelog, commits, measured metrics) - `--concept`: Conceptual talk from article, ideas, notes (skips Stage 2) ## Usage ``` /talk-pipeline # full pipeline, asks for context /talk-pipeline --stage=extract # run a single isolated stage /talk-pipeline --rex # REX mode (git archaeology included) /talk-pipeline --concept # Concept mode (skip research) /talk-pipeline --rex --slug=my-talk --event="Conf 2026" --date=2026-06-15 --duration=30 ``` ## Context Collection Ask with AskUserQuestion if not provided: ``` - slug : kebab-case identifier (e.g., my-talk-topic) - event : event name (e.g., Conf 2026, Tech Meetup) - date : talk date (YYYY-MM-DD) - duration : duration in minutes (e.g., 30) - audience : audience profile (e.g., senior devs, tech leads, non-tech) - type : --rex or --concept - source_path : path to source material (article .mdx, transcript .md, notes) - repo_path : (REX only) path to git repository for archaeology ``` ## Workflow 1. **Collect context** — AskUserQuestion for required metadata 2. **Route by mode** — `--rex` vs `--concept` (skip Stage 2 if concept) 3. **Run Stage 1** — `/talk-stage1-extract` — always first 4. **Run St...

Details

Author
FlorianBruniaux
Repository
FlorianBruniaux/claude-code-ultimate-guide
Created
5 months ago
Last Updated
today
Language
Python
License
CC-BY-SA-4.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category