talk-pipeline

Orchestrate talk preparation stages from extract to revision with checkpoints.

5.7k|744|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/FlorianBruniaux/claude-code-ultimate-guide --skill talk-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: talk-pipeline
Source: https://github.com/FlorianBruniaux/claude-code-ultimate-guide/tree/main/examples/skills/talk-pipeline/orchestrator
Command: npx skills add https://github.com/FlorianBruniaux/claude-code-ultimate-guide --skill talk-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating a multi-stage talk preparation process manually is error-prone and time-consuming; this Skill automates orchestration from raw material to revision sheets, with built-in human-in-the-loop checkpoints.

Core Features & Use Cases

  • Orchestrates all stages (extract, research, concepts, position, script, revision) in sequence or per-stage as needed.
  • Supports both REX and Concept modes, providing clear routing and checkpoints.
  • Produces standardized artifacts and filenames to simplify sharing and publishing.

Quick Start

Create a new talk pipeline run with the orchestrator to process your raw materials into final revision sheets.

Frequently Asked Questions about talk-pipeline

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate end-to-end talk preparation from raw materials to revision sheets?

Automating talk preparation requires an orchestrator to sequence stages from extract to revision, enforcing stage order and validating checkpoints. This process coordinates context collection, stage routing, and output generation across multiple sub-skills.

What is stage routing in a multi-stage talk preparation pipeline?

Stage routing in a talk preparation pipeline is the mechanism that directs processing flow across sequential stages like extract, research, concepts, position, script, and revision. It supports both REX and Concept modes while validating human-in-the-loop checkpoints.

Can I run individual pipeline stages instead of a full end-to-end talk preparation sequence?

Yes, you can run individual pipeline stages per-stage as needed rather than executing the full end-to-end talk preparation sequence. The orchestrator supports both full sequential processing and targeted per-stage execution with built-in checkpoints.

How does the orchestrator handle output file naming for talk preparation artifacts?

The orchestrator enforces standardized output file naming per the pipeline guide to simplify sharing and publishing of talk preparation artifacts. This ensures consistent artifact generation across extract, research, concepts, position, script, and revision stages.

Do I need to configure REX or Concept modes manually for talk preparation routing?

REX and Concept modes are supported natively by the orchestrator, providing clear routing and checkpoints without manual configuration. The pipeline automatically coordinates mode-specific context collection and stage routing across all sub-skills.

What are the limitations of automating talk preparation orchestration with human-in-the-loop checkpoints?

Automating talk preparation orchestration with human-in-the-loop checkpoints requires manual validation at each stage before proceeding, meaning full automation is intentionally interrupted. This prevents fully unattended runs but reduces errors in stage sequencing and output generation.