Stage 3 — Build a numbered, scored concept catalogue. Every concept gets HIGH / MEDIUM / LOW talk-potential rating.
Install with Tessl CLI
npx tessl i github:FlorianBruniaux/claude-code-ultimate-guide --skill talk-stage3-conceptsBuilds an exhaustive catalogue of all identifiable concepts in the source material. Each concept is numbered, categorized, and scored for its talk potential.
{slug}-summary.mdtalks/{YYYY}-{slug}-summary.md (required)talks/{YYYY}-{slug}-timeline.md (optional — enriches REX concepts)repo_path (optional — for config/infrastructure concept extraction)talks/{YYYY}-{slug}-concepts.md (main catalogue)talks/{YYYY}-{slug}-concepts-enriched.md (if repo_path provided)Scoring discipline: Max 30% HIGH. If everything is HIGH, nothing is.
| Category | Description |
|---|---|
| Architecture | Technical decisions, stack, structural patterns |
| Tooling | Tools, workflows, automations |
| Philosophy | Principles, mindsets, approaches |
| Workflow | Work processes, habits |
| Knowledge Transfer | Onboarding, team, knowledge sharing |
| Problems | Obstacles encountered, trade-offs |
| Open Source | Contributions, sharing, community |
| AI Config | AI configuration, profiles, knowledge feeding |
| AI Infrastructure | Agents, skills, hooks, commands |
| AI Quality | Review, tests, anti-patterns |
| AI Security | Security hooks, guardrails |
| Optimization | Performance, cost/token reduction |
Adapt or create categories if the talk has domain-specific areas.
# Key Concepts — {provisional title}
**Date**: {date}
**Source**: {source path} × Summary × Timeline (if available)
---
## Concept table
| # | Concept | Category | Short description | Talk potential |
|---|---------|----------|------------------|----------------|
| 1 | **{Concept name}** | {Category} | {1-2 concrete sentences} | HIGH / MEDIUM / LOW |
...
---
## Category breakdown
| Category | Count | HIGH concepts | Examples |
|----------|-------|---------------|---------|
| {category} | {n} | {n} | {examples} |
...
| **TOTAL** | **{N}** | **{N HIGH}** | |
---
## Recommendations for positioning
{3-5 sentences on concept clusters that could form the talk's acts.
Which HIGH concepts reinforce each other? What narrative arc is emerging?}Same structure but focused on what the repo analysis reveals:
For each enriched concept, include:
352e748
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.