.claude/skills/ask-questions-if-underspecified/SKILL.md
Ask the minimum clarifying questions before implementation when requirements are ambiguous or missing crucial details
npx skillsauth add oimiragieo/agent-studio ask-questions-if-underspecifiedInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Identify which aspects are unclear or missing:
Do NOT ask about things you can determine by reading existing code and conventions.
Categorize each candidate question:
| Type | Ask or Decide? | | ------------------------------------------------- | --------------------------------------------------- | | Scope boundary (what to include) | Ask | | Non-functional requirement (perf/security target) | Ask | | Acceptance criteria | Ask | | Implementation approach | Decide yourself | | Code style / naming | Decide yourself (follow existing patterns) | | Nice-to-have polish | Decide yourself (proceed with sensible default) |
For each blocking question:
Format:
I'll [proceed with X default assumption]. Quick questions before I start:
1. [Specific question]? (default: [assumption])
2. [Specific question]? (default: [assumption])
</execution_process>
<best_practices>
</best_practices> </instructions>
<examples> <usage_example> **Example — Underspecified feature request:**User: "Add a search feature to the dashboard"
Good response:
I'll implement client-side search with debouncing and case-insensitive matching. Quick questions before I start:
1. Should search cover all columns or just the name/title column? (default: name/title only)
2. Should results filter in place or open in a new panel? (default: filter in place)
Bad response:
Before I start, I need to know:
1. What search algorithm should I use?
2. Should it be case sensitive?
3. What debounce delay?
4. Should I use a library?
5. How many results to show?
</usage_example> </examples>
| Anti-Pattern | Why It Fails | Correct Approach | | -------------------------------------- | -------------------------------------------------- | ---------------------------------------------------- | | Asking 5+ questions before starting | Paralyzes user; feels like interrogation | Triage to max 3 blocking questions; decide the rest | | Asking about implementation approach | That is the agent's job, not the user's | Ask about scope/constraints/acceptance criteria only | | Questions without defaults | User must think from scratch; slower feedback loop | Always state: "default: X — correct?" | | Sequential questioning (one at a time) | Creates a slow back-and-forth waterfall | Batch all questions into one message | | Asking things visible in the codebase | Shows insufficient research effort | Read existing conventions before asking |
Before starting:
cat .claude/context/memory/learnings.md
After completing:
.claude/context/memory/learnings.md.claude/context/memory/issues.md.claude/context/memory/decisions.mdASSUME INTERRUPTION: Your context may reset. If it's not in memory, it didn't happen.
tools
Comprehensive biosignal processing toolkit for analyzing physiological data including ECG, EEG, EDA, RSP, PPG, EMG, and EOG signals. Use this skill when processing cardiovascular signals, brain activity, electrodermal responses, respiratory patterns, muscle activity, or eye movements. Applicable for heart rate variability analysis, event-related potentials, complexity measures, autonomic nervous system assessment, psychophysiology research, and multi-modal physiological signal integration.
tools
Comprehensive toolkit for creating, analyzing, and visualizing complex networks and graphs in Python. Use when working with network/graph data structures, analyzing relationships between entities, computing graph algorithms (shortest paths, centrality, clustering), detecting communities, generating synthetic networks, or visualizing network topologies. Applicable to social networks, biological networks, transportation systems, citation networks, and any domain involving pairwise relationships.
data-ai
Molecular featurization for ML (100+ featurizers). ECFP, MACCS, descriptors, pretrained models (ChemBERTa), convert SMILES to features, for QSAR and molecular ML.
development
Run Python code in the cloud with serverless containers, GPUs, and autoscaling. Use when deploying ML models, running batch processing jobs, scheduling compute-intensive tasks, or serving APIs that require GPU acceleration or dynamic scaling.