Agent skill · Workflow & Productivity

rich-elicitation

Asks clarifying questions in multiple rounds before starting ambiguous tasks. Fires when 2+ task dimensions each have 3+ viable answers.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill rich-elicitation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Declared author: abubakar
Path: skills/ai-llm/rich-elicitation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Rich Elicitation Skill ## Overview 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. --- ## When to Use This Skill - Use when a request has 2 or more dimensions that are ambiguous and each has 3+ viable options - Use when the user's likely intent is unclear across scope, audience, tone, format, or strategy - Use when an early answer would meaningfully change the structure or direction of the output - Use when working on writing, planning, design, recommendations, or creative tasks with open-ended scope - Use when a Round 1 answer unlocks a new set of meaningful choices that need resolving before proceeding Do **not** trigger for: - Simple factual lookups or math - Clearly scoped requests with a single obvious interpretation - Minor unknowns

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. How It Works
  4. Step 1: Run the Trigger Checklist
  5. Step 2: Ask Round 1 Questions
  6. Step 3: Re-run the Checklist
  7. Step 4: Run Follow-up Rounds (if needed)
  8. Step 5: Proceed
  9. Examples
  10. Example 1: Multi-Round — Investor Pitch Deck
  11. Example 2: Single-Round — Business Email
  12. Best Practices
  13. Limitations
  14. Security & Safety Notes
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the rich-elicitation skill do?

Asks clarifying questions in multiple rounds before starting ambiguous tasks. Fires when 2+ task dimensions each have 3+ viable answers.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill rich-elicitation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going