Get the FREE Ultimate OpenClaw Setup Guide →

workshop-facilitation

npx machina-cli add skill deanpeters/Product-Manager-Skills/workshop-facilitation --openclaw
Files (1)
SKILL.md
4.6 KB

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.

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 labels like Context Qx/8 and Scoring Qx/5.
  • Decision-point recommendations: Use enumerated options only when a choice is needed, not after every answer.
  • Quick-select response options: For regular context/scoring questions, provide concise numbered answer options plus Other (specify) when useful.
  • Flexible selection parsing: Accept #1, 1, 1 and 3, 1,3, or custom text, then synthesize multi-select choices.
  • Context-aware progression: Build on previous answers and avoid re-asking resolved questions.
  • Interruption-safe flow: Answer meta questions directly (for example, "how many left?"), restate status, then resume.
  • Fast path: If the user requests a single-shot output, skip multi-turn facilitation and deliver a condensed result.

Application

  1. Start with a brief heads-up on estimated time and number of questions.
  2. Ask the user to choose an entry mode:
    • 1 Guided mode (one question at a time)
    • 2 Context dump (paste known context; skip redundancies)
    • 3 Best guess mode (infer missing details and label assumptions)
  3. Run one question per turn and wait for an answer before continuing.
  4. Keep questions plain-language; include a short example response format when helpful.
  5. Show progress each turn:
    • Context Qx/8 during context collection
    • Scoring Qx/5 during assessment/scoring
  6. Ask follow-up clarifications only when they materially improve recommendation quality.
  7. For regular context/scoring questions, offer quick-select numbered response options when practical:
    • Keep options concise and mutually exclusive when possible.
    • Include Other (specify) if likely answers are open-ended.
    • Accept multi-select responses like 1,3 or 1 and 3.
  8. Provide numbered recommendations only at decision points:
    • after context synthesis,
    • after maturity/profile synthesis,
    • during priority/action-plan selection.
  9. Accept numeric or custom choices, synthesize multi-select choices, and continue.
  10. If interrupted by a meta question, answer directly, then restate progress and pending question.
  11. If the user says stop/pause, halt immediately and wait for explicit resume.
  12. End with a clear summary, decisions made, and (if best guess mode was used) an Assumptions to Validate list.

Examples

Opening: "Quick heads-up: this should take about 7-10 minutes and around 10 questions. How do you want to start?

  1. Guided mode
  2. Context dump
  3. Best guess mode"

User: "2"

Facilitator: "Paste what you already know. I’ll skip answered areas and ask only what’s missing."

Decision point after synthesis:

  1. Prioritize Context Design (Recommended)
  2. Prioritize Agent Orchestration
  3. Prioritize Team-AI Facilitation

User: "1 and 3"

Facilitator: "Great. We’ll run Context Design first, with Team-AI Facilitation in parallel."

Common Pitfalls

  • Asking multiple questions in the same turn.
  • Offering recommendations after every answer (creates interaction drag).
  • Using shorthand labels without plain-language questions.
  • Hiding progress, so users don't know how much remains.
  • Ignoring the user's chosen option or custom direction.
  • Failing to label assumptions when running in best-guess mode.

References

  • Use as the source of truth for interactive facilitation behavior.
  • Apply alongside workshop skills in skills/*-workshop/SKILL.md and advisor-style interactive skills.

Source

git clone https://github.com/deanpeters/Product-Manager-Skills/blob/main/skills/workshop-facilitation/SKILL.mdView on GitHub

Overview

This skill provides a canonical, interactive workshop facilitation flow: one targeted question per turn, visible progress, and adaptive, enumerated recommendations at decision points. It supports Guided, Context dump, or Best guess entry modes and surfaces quick-select options for routine questions to keep sessions on track and actionable.

How This Skill Works

Start with a brief heads-up on estimated time and questions, then proceed one question per turn. The flow shows progress like Context Qx/8 and Scoring Qx/5, surfaces decision-point recommendations as enumerated options, and accepts flexible answer formats (e.g., #1, 1, or 1 and 3) to synthesize multi-select responses. If interrupted by meta-questions, it answers, restates progress, and resumes from the pending question.

When to Use It

  • Kick off a structured positioning workshop with a facilitation protocol.
  • Facilitate a discovery sprint kickoff with clear questions, options, and progress labels.
  • Add structured facilitation to an existing PM workshop or guided session.
  • Run interactive sessions that require progress tracking and actionable decisions.
  • End workshops with decided actions and concise recommendations.

Quick Start

  1. Step 1: Open with estimated time and number of questions; announce entry mode options.
  2. Step 2: Choose an entry mode: 1 Guided, 2 Context dump, 3 Best guess.
  3. Step 3: Run one question per turn, show progress, and surface decision-point recommendations when needed.

Best Practices

  • Offer a session heads-up and let the user choose Guided, Context dump, or Best guess before starting.
  • Ask one targeted question per turn and reveal progress labels as you go.
  • Use enumerated, decision-point options only when a concrete choice is needed.
  • Provide quick-select options for regular context/scoring questions and support multi-select input.
  • Handle interruptions gracefully, restating status and resuming where left off.

Example Use Cases

  • Positioning workshop with protocol setup.
  • Discovery sprint kickoff with questions, options, progress labels.
  • PM workshop augmented with guided one-step facilitation.
  • Stakeholder alignment session using fast-path recommendations.
  • End-of-workshop recap with decisions and next actions.

Frequently Asked Questions

Add this skill to your agents
Sponsor this space

Reach thousands of developers