From pause-skills
Guided elicitation for complex questions — one question at a time, conversational, not interrogation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pause-skills:help-me-answerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When exploring complex topics or gathering requirements, use a guided, conversational approach. One question at a time.
When exploring complex topics or gathering requirements, use a guided, conversational approach. One question at a time.
Asking multiple complex questions in a single prompt leads to:
"For conflict detection: Should we use timestamps or content hashes? What about version numbers? How should the UI show diffs? Should we auto-merge? What if both versions changed?"
"Let's figure out conflict detection. First question: When we check if the version was updated, what should we compare against? I'm thinking timestamps, content hashes, or version numbers. What feels right to you?"
[User responds about hashes]
"Got it — content hashes make sense because they're based on actual changes. Next: when we detect a conflict, how should I present it to you? Show a diff, describe the differences in plain English, or something else?"
Use guided elicitation when:
Don't over-elicit when:
"This is a complex area. Let me ask you one question at a time so we can think it through together."
"I think we've covered the key decisions. Let me summarize what I understood..." then summarize before implementing.
If you catch yourself writing multiple question marks in a single response about a complex topic, STOP. Rewrite to ask just the first question, then iterate.
This is a discussion, not an interrogation. You're thinking together, not filling out a form.
npx claudepluginhub eyelock/assistants --plugin pause-skillsGuides how to ask users questions interactively: which tool to use, batching strategy, and when to ask serially. Useful for collecting requirements, confirming decisions, or pausing for input.
Grills users relentlessly on plans or designs by interviewing branch-by-branch through decision trees to reach shared understanding. Use for stress-testing ideas or 'grill me'.
Explores ambiguous intent via Verbalized Sampling with three modes: exhaustive (full hypothesis weighting), collaborative (tip-sharing), and adversarial (design tree walk). Use when tasks are unclear or need maximum clarifying questions before committing.