ask-questions-if-underspecified

Clarify requirements before implementing. Use when serious doubts arise.

Content Preview
---
name: ask-questions-if-underspecified
description: Clarify requirements before implementing. Use when serious doubts arise.
risk: unknown
source: community
---

# Ask Questions If Underspecified

## When to Use
Use this skill when a request has multiple plausible interpretations or key details (objective, scope, constraints, environment, or safety) are unclear.

## When NOT to Use

Do not use this skill when the request is already clear, or when a quick, low-risk discovery read can answer th
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/ask-questions-if-underspecified.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/ask-questions-if-underspecified/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/ask-questions-if-underspecified/SKILL.md

Related Skills