doing-a-simple-two-sta…
Use when analyzing a large corpus of text, code, or data that exceeds a single agent's effective context - orchestrates parallel Worker subagents, Critic…
Use after initial design context is gathered, before brainstorming - resolves contradictions in requirements, disambiguates terminology, clarifies scope boundaries, and verifies assumptions to prevent building the wrong solution
$ npx -y skills add ed3dai/ed3d-plugins --skill asking-clarifying-questions --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/asking-clarifying-questionsContext preview
The summary Claude sees to decide when to auto-load this skill.
Use after initial design context is gathered, before brainstorming - resolves contradictions in requirements, disambiguates terminology, clarifies scope boundaries, and verifies assumptions to prevent building the wrong solution
name: asking-clarifying-questions description: Use after initial design context is gathered, before brainstorming - resolves contradictions in requirements, disambiguates terminology, clarifies scope boundaries, and verifies assumptions to prevent building the wrong solution user-invocable: false
Bridge the gap between raw user input and structured brainstorming by understanding what the user actually means, not what they said.
**Core principle:** Resolve contradictions first, then disambiguate. Conflicting goals must be reconciled before technical clarification - otherwise you're precisely defining the wrong thing.
**Announce at start:** "I'm using the asking-clarifying-questions skill to make sure I understand your requirements correctly."
Use this skill:
Do NOT use for:
Try to answer your own questions and disambiguate from the context of the working directory. Use available subagents, such as `codebase-investigator`, to explore for existing work that can help explain the the subject under clarification. When you recognize elements such as common technologies or proper nouns, use `combined-researcher` instead to synthesize both the codebase and internet searches.
You may have other skills or MCPs containing useful information, such as connections to remote datastores used for product management purposes. You should send out `haiku-general-purpose` subagents to investigate them when they're appropriate.
**No nested subagents:** Only the current caller may dispatch these research subagents. Tell each subagent to do the work directly and not to dispatch additional subagents.
Before disambiguating technical details, scan for logical contradictions in requirements. If the user has stated mutually exclusive goals, resolve these first - technical clarification is wasted effort if the foundation shifts.
**Look for:**
Explicit contradictions (user stated both):
Impossible combinations:
Unacknowledged trade-offs:
**How to surface:**
Don't accuse - illuminate the tension:
**Why first:**
**After contradictions are resolved**, proceed to technical clarification.
When user mentions technical terms, disambiguate what they actually mean.
**Examples:**
User says "OAuth2" -> Ask: Which flow?
User says "database" -> Ask: Which kind?
User says "caching" -> Ask: What layer?
**Use AskUserQuestion for these** - present specific options with trade-offs.
When user mentions broad concepts, identify what's included and excluded.
**Examples:**
User says "users" -> Ask: Who exactly?
User says "integrate with X" -> Ask: What parts?
User says "reporting" -> Ask: What scope?
**Use AskUserQuestion** - present distinct scope options.
When user states requirements, verify the underlying reasons and constraints.
**Examples:**
User says "must use library X" -> Ask: Why?
User says "needs to be fast" -> Ask: How fast?
User says "should follow pattern Y" -> Ask: Which aspect?
Ed's repo of Claude Code plugins, centered around a research-plan-implement workflow. Only a tiny bit cursed. If you're lucky.
Repo: ed3dai/ed3d-plugins
Use when analyzing a large corpus of text, code, or data that exceeds a single agent's effective context - orchestrates parallel Worker subagents, Critic…
Use when creating a new Claude Code plugin or setting up plugin structure - provides complete file organization, manifest format, and component definitions for…
Use when creating specialized subagents for Claude Code plugins or the Task tool - covers description writing for auto-delegation, tool selection, prompt…
Use when creating, releasing, or maintaining a Claude Code Plugin Marketplace - covers marketplace.json schema, version management, release checklists,…
Use when completing development phases or branches to identify and update CLAUDE.md or AGENTS.md files that may have become stale - analyzes what changed,…