talk-pipeline

Orchestrate conference talk preparation from raw materials to revision sheets.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/Alamator/code-ultimate --skill talk-pipeline-alamator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: talk-pipeline
Source: https://github.com/Alamator/code-ultimate/tree/main/examples/skills/talk-pipeline/orchestrator
Command: npx skills add https://github.com/Alamator/code-ultimate --skill talk-pipeline-alamator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes fragmentation and manual coordination from talk preparation by orchestrating the full workflow from raw source material to final revision sheets, ensuring consistent file naming, checkpoints, and traceability across stages.

Core Features & Use Cases

  • End-to-end orchestration: Runs six staged tasks in sequence with human-in-the-loop checkpoints to prevent premature progression.
  • Mode-aware routing: Supports REX mode for repository archaeology and Concept mode for idea-driven talks, adapting stage execution accordingly.
  • Stage isolation & resumption: Allows running the full pipeline or a single stage (e.g., extract, research, concepts, position, script, revision) for fast iteration.
  • Validation & outputs: Enforces upstream file checks, naming conventions, and produces a clear summary of generated artifacts for downstream workflows.

Quick Start

Invoke the talk-pipeline orchestrator and provide slug, event, date, duration, audience, and mode to run the full talk preparation pipeline.

Frequently Asked Questions about talk-pipeline

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

FAQPage Schema
How do I prepare a conference talk from raw materials into finalized slides?

Conference talk preparation can be orchestrated end-to-end by running staged tasks that transform raw materials into finalized revision sheets. This pipeline enforces checkpoints and file-naming conventions across extraction, research, scripting, and revision stages.

Can I run a single stage of talk preparation like scripting instead of the full pipeline?

Stage isolation allows running a single stage like scripting or concept generation independently for fast iteration. You can also run the full pipeline sequentially or resume from any enforced human-in-the-loop checkpoint.

What is the difference between REX mode and Concept mode for presentation scripting?

REX mode handles repository archaeology for code-backed presentations using existing source material. Concept mode supports idea-driven talks, adapting the extraction, research, and scripting stages to generate concepts from raw ideas.

Do I need to provide event details to start the talk preparation workflow?

You must provide context including slug, event, date, duration, and audience to start the talk preparation workflow. Mode selection between REX and Concept is also required to properly route the staged execution.

How does the pipeline handle file validation and revision sheet generation?

The pipeline enforces upstream file checks and naming conventions before generating artifacts. It produces a clear summary of outputs and finalized revision sheets for downstream workflows, ensuring traceability across all stages.

What's the best way to manage speaker preparation across multiple presentation stages?

Speaker preparation is managed by orchestrating six staged tasks with human-in-the-loop checkpoints to prevent premature progression. This approach ensures consistent file naming, validation, and traceability across extraction, positioning, and revision.