Agent skill · AI & Agents

workshop-facilitation

Facilitate workshop sessions in a one-step, multi-turn flow. Use when an interactive skill needs consistent pacing, options, and progress tracking.

deanpetersgithub.com/deanpetersGitHub ↗
claude-codeNOASSERTION
Install
npx skills add deanpeters/Product-Manager-Skills --skill workshop-facilitation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/workshop-facilitation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 6,255
Language: Shell
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

## Purpose Provide the canonical facilitation pattern for interactive skills: one step at a time, with clear progress, adaptive recommendations at decision points, and predictable interruption handling. ## Input **Nothing required** — this skill defines the facilitation protocol other interactive skills follow. **Also useful:** If invoked standalone, name the session you want facilitated and any context for it; that context carries into the session as answers already given. Anything supplied with the invocation itself — text after the skill name, a pasted context dump, or an appended `ARGUMENTS:` line — counts as answers already given. Use it and skip whatever it covers; don't re-ask. **Arriving empty-handed? That works too.** When another skill references this protocol, that skill's Input section governs what to provide. **Example invocation:** `Facilitate a 45-minute retro on our failed beta launch using this protocol.` ## Key Concepts - **One-step-at-a-time:** Ask a single targeted question per turn. - **Session heads-up + entry mode:** Start by setting expectations and offering `Guided`, `Context dump`, or `Best guess` mode. - **Progress visibility:** Show user-facing progress

What's inside
Steps it walks through
  1. Purpose
  2. Input
  3. Key Concepts
  4. Application
  5. Examples
  6. Common Pitfalls
  7. References
Ships with 1 file
  • examples/inline-input-flow.md
More from Product-Manager-Skills
All skills →
About this skill
What does the workshop-facilitation skill do?

Facilitate workshop sessions in a one-step, multi-turn flow. Use when an interactive skill needs consistent pacing, options, and progress tracking.

How do I install it?

Run `npx skills add deanpeters/Product-Manager-Skills --skill workshop-facilitation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From deanpeters/Product-Manager-Skills, a repository with 6,255 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going