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.
65
80%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./examples/skills/talk-pipeline/orchestrator/SKILL.mdQuality
Discovery
75%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
The description is well-structured with clear 'what' and 'when' clauses, and is highly distinctive due to domain-specific terminology. However, it could benefit from listing the specific stages or concrete actions performed in the pipeline, and from including more natural user-facing trigger terms beyond the specialized jargon.
Suggestions
List the specific stages or key actions in the pipeline (e.g., 'outline drafting, content structuring, slide generation') to improve specificity of capabilities.
Add more natural trigger terms a user might say, such as 'presentation', 'speech prep', 'prepare a talk', or 'slides' to improve discoverability.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | It mentions 'talk preparation pipeline', '6 stages', 'human-in-the-loop checkpoints', 'REX or Concept mode talks', and 'revision sheets', which names the domain and some actions but doesn't list the specific concrete actions/stages performed (e.g., outline generation, slide creation, etc.). | 2 / 3 |
Completeness | Clearly answers both 'what' (orchestrates complete talk preparation pipeline from raw material to revision sheets, 6 stages with human-in-the-loop checkpoints) and 'when' (starting a new talk pipeline, resuming from a specific stage, or running full end-to-end preparation workflow) with explicit trigger guidance. | 3 / 3 |
Trigger Term Quality | Includes some relevant terms like 'talk pipeline', 'talk preparation', 'REX', 'Concept mode', 'revision sheets', and 'stage', but these are fairly domain-specific jargon. Missing more natural user terms like 'presentation', 'speech', 'slides', or 'prepare a talk'. | 2 / 3 |
Distinctiveness Conflict Risk | Highly distinctive with specific terminology like 'REX or Concept mode talks', '6 stages', 'revision sheets', and 'talk preparation pipeline' that clearly carve out a unique niche unlikely to conflict with other skills. | 3 / 3 |
Total | 10 / 12 Passed |
Implementation
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a well-structured orchestrator skill that clearly defines the multi-stage pipeline workflow with explicit checkpoints, mode routing, and validation steps. Its main weakness is moderate redundancy between the workflow description, dependency graph, and stage routing table, though each adds a slightly different perspective. The actionability is strong with concrete commands, naming conventions, and anti-patterns.
Suggestions
Consider consolidating the workflow section and dependency graph into a single representation to reduce redundancy and save tokens.
The 'Tips' section adds minimal value for Claude — consider removing it or folding the --stage=X tip into the Usage section.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is mostly efficient but includes some redundancy — the dependency graph, stage routing table, and workflow section overlap significantly. The final summary format template and output naming convention sections are lengthy but arguably necessary for an orchestrator skill. The tips section adds little value. | 2 / 3 |
Actionability | Provides concrete CLI invocations, a clear stage routing table mapping stages to specific skill commands, explicit context collection fields with examples, and a precise output naming convention. The checkpoint and anti-patterns sections give specific, actionable constraints. | 3 / 3 |
Workflow Clarity | The workflow is clearly sequenced with numbered steps, an explicit CHECKPOINT before Stage 5, a dependency graph visualization, parallel execution paths clearly defined per mode, and validation checklist including upstream file existence checks and error-stop rules. | 3 / 3 |
Progressive Disclosure | The skill serves as a clear orchestrator overview with well-signaled one-level-deep references to each of the 6 stage skills and a full workflow guide. Content is appropriately split — this file handles routing and orchestration while delegating stage details to individual skill files. | 3 / 3 |
Total | 11 / 12 Passed |
Validation
81%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 9 / 11 Passed
Validation for skill structure
| Criteria | Description | Result |
|---|---|---|
allowed_tools_field | 'allowed-tools' contains unusual tool name(s) | Warning |
frontmatter_unknown_keys | Unknown frontmatter key(s) found; consider removing or moving to metadata | Warning |
Total | 9 / 11 Passed | |
60a4372
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.