Workshop Question Framing

Turns a workshop topic into curiosity-driven opening questions that hook learners before you teach.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · ceb706d

Ran a real workshop scenario (junior-dev microservices talk): the skill's method explicitly bans 'what do you know about X' framing and forces a prediction/commitment moment before teaching, producing a materially more structured, pedagogically grounded set of questions than an unguided attempt.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What Workshop Question Framing does

Takes a workshop, lesson, or talk topic and generates a full arc of framing questions (opening spark, commitment, hold, teaching bridge, return) so participants form a prediction or feel a gap before being taught. Triggers on requests to design, review, or improve facilitation plans, training sessions, or educational explanations, and outputs a structured frame plus 2-3 alternative curiosity-move options.

How to install Workshop Question Framing

git clone https://github.com/Jamie-BitFlight/claude_skills
cd claude_skills
mkdir -p ~/.claude/skills
cp -r .agents/skills/workshop-question-framing ~/.claude/skills/workshop-question-framing

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Workshop Question Framing

  • /workshop-question-framing Turns a workshop topic into curiosity-driven opening questions that hook learners before you teach.

It also activates on plain-language prompts like these:

  • I'm teaching a workshop on Docker, help me write an opening hook question
  • Write curiosity-driven questions to open my lesson on recursion
  • Give me a framing question that makes learners predict before I explain APIs

Frequently asked questions

Is the Workshop Question Framing skill free?
Yes. The skill itself is free from Jamie-BitFlight/claude_skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Workshop Question Framing work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Ran a real workshop scenario (junior-dev microservices talk): the skill's method explicitly bans 'what do you know about X' framing and forces a prediction/commitment moment before teaching, producing a materially more structured, pedagogically grounded set of questions than an unguided attempt.
What is the Workshop Question Framing SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install Workshop Question Framing?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Workshop Question Framing with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.