Help us improve
Share bugs, ideas, or general feedback.
From antigravity-awesome-skills
Resolves ambiguous tasks by asking targeted clarifying questions across up to 3 rounds when 2+ task dimensions each have 3+ viable options.
npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-bundle-aas-mobile-app-builderHow this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:rich-elicitationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill governs how Antigravity resolves task ambiguity before starting work. When a user's request has too many unanswered dimensions — each with several reasonable answers — Antigravity asks targeted clarifying questions across multiple rounds rather than silently picking defaults.
Asks multi-round clarifying questions to resolve ambiguity in tasks with 2+ dimensions each having 3+ viable options. Triggers for unclear scope, audience, tone before proceeding.
Conducts a one-question-at-a-time interview to surface the user's actual intent when requests are underspecified. Use before planning or coding when you lack clarity on who, why, or what success looks like.
Analyzes ambiguous task requests using 5W1H decomposition to surface assumptions and generate up to 3 targeted clarifying questions before execution.
Share bugs, ideas, or general feedback.
This skill governs how Antigravity resolves task ambiguity before starting work. When a user's request has too many unanswered dimensions — each with several reasonable answers — Antigravity asks targeted clarifying questions across multiple rounds rather than silently picking defaults.
The goal is a correct first draft, not a generic answer that requires three revision cycles. Rounds are capped at three; anything still unclear after Round 3 gets a stated assumption and Antigravity proceeds.
Do not trigger for:
Before starting any task, mentally check how many of these apply:
| Signal | Action |
|---|---|
| Multiple valid output formats | Ask about format |
| Audience is unknown | Ask about audience |
| Tone is ambiguous | Ask about tone |
| Scope could be narrow or broad | Ask about depth/length |
| Technical vs. simple treatment unclear | Ask about technical level |
| Multiple strategic directions exist | Ask which direction |
| User's constraints are unknown | Ask about constraints |
If 2+ rows apply → trigger this skill.
Ask up to 3 questions using ask_user_input_v0. Group related questions in a single call. Lead with 1–2 sentences explaining why you're asking. Mark one option per question as (Recommended).
After Round 1 answers, re-run the checklist on what's still unresolved. If 2+ rows still apply, run Round 2. Otherwise, proceed.
| Round | Purpose | Max questions |
|---|---|---|
| Round 1 | Blocking questions — shape the entire output | 3 |
| Round 2 | Follow-ups unlocked by Round 1 answers | 3 |
| Round 3 | Final details — use sparingly | 2 |
Transition between rounds naturally. Don't announce "Round 2" mechanically. Use phrasing like:
"Got it — that helps a lot. One more thing before I start:"
After Round 3 (or earlier, if enough context exists), state any remaining assumptions briefly and begin the task.
User: "Help me create a presentation for my project."
Round 1 — Three blocking questions:
Framing: "This could go a lot of different ways. Quick questions before I start:"
Q1: Who is the audience?
- Internal team / colleagues
- External clients or partners
- Investors or stakeholders (Recommended)
- General / public audience
Q2: What's the primary goal?
- Inform and update
- Persuade and drive a decision (Recommended)
- Teach or explain a concept
- Pitch and raise funding
Q3: How much content do you already have?
- Starting from scratch
- Rough notes or an outline (Recommended)
- Full draft — just needs polish
- Previous version to update
User answers: Investors | Pitch | Rough notes → Round 2 is warranted.
Round 2 — Unlocked by Round 1:
Framing: "Perfect — investor pitch it is. A couple more things:"
Q1: What stage is this raise?
- Pre-seed / idea stage
- Seed round (Recommended)
- Series A or later
- Strategic partnership / grant
Q2: How long should the deck be?
- Short and punchy, 8–10 slides (Recommended)
- Standard, 12–15 slides
- Comprehensive, 20+ slides
No Round 3 needed — proceed.
User: "Write a business email to follow up on a proposal."
Round 1 only:
Framing: "Two quick questions to nail the tone:"
Q1: What tone should this email strike?
- Formal and professional (Recommended)
- Friendly but direct
- Urgent and firm
- Warm and relationship-focused
Q2: What's the primary goal?
- Request action / get a response (Recommended)
- Share information only
- Repair or maintain the relationship
- Negotiate or push back
Enough context. No Round 2 needed.
ask_user_input_v0 callsingle_select for mutually exclusive choices, multi_select when combinations are validask_user_input_v0 — in environments without that tool, question quality may degrade.This skill is pure reasoning — it issues no shell commands, reads no files, makes no network requests, and mutates no state. Risk level is none.
No npm run security:docs review is required for this skill.
Problem: Antigravity asks one good question, gets an answer, then proceeds without checking if new unknowns emerged. Solution: Always re-run the trigger checklist mentally after each round before deciding to proceed.
Problem: All options in a question look equally valid so Antigravity marks none as Recommended. Solution: Pick the option that works for most users or is lowest-risk and mark it. "No preference" is rarely true.
Problem: Antigravity runs 4+ rounds trying to eliminate every unknown. Solution: Hard cap at 3 rounds. After Round 3, state assumptions and proceed.
Problem: Round 2 questions cover the same category as Round 1 (e.g., tone again). Solution: Each round should unlock new dimensions, not re-ask resolved ones.
@ask-user-questions — Single-round elicitation with recommended options. Use that skill for simpler tasks; use rich-elicitation when answers to early questions open up new meaningful choices.