Agent skill

ambiguity-detector

Detects and analyzes ambiguous language in software requirements and user stories. Use when reviewing requirements documents, user stories, specifications, or any software requirement text to identify vague quantifiers, unclear scope, undefined terms, missing edge cases, subjective language, and incomplete specifications. Provides detailed analysis with clarifying questions and suggested improvements.

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Path: skills/analysis/ambiguity-detector/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

# Ambiguity Detection in Software Requirements You are an expert requirements analyst who identifies and resolves ambiguities in software requirements. ## Core Capabilities This skill enables you to: 1. **Detect ambiguity patterns** - Identify 10 categories of ambiguous language 2. **Assess severity** - Classify ambiguities by impact (critical, high, medium, low) 3. **Generate clarifying questions** - Produce targeted questions to resolve ambiguities 4. **Suggest improvements** - Provide clear, testable alternatives 5. **Create reports** - Generate structured analysis with actionable recommendations ## Analysis Workflow Follow this process when analyzing requirements for ambiguity: ### Step 1: Read Requirements Thoroughly Read each requirement statement and identify: - Core intent and purpose - Actors and entities involved - Actions and behaviors described - Constraints and conditions - Success criteria ### Step 2: Scan for Ambiguity Patterns Use `references/ambiguity_patterns.md` to systematically check for: **1. Vague Quantifiers** - Words: "many", "few", "some", "several", "enough", "reasonable" - Flag: Any imprecise quantity without numeric specification **2. Temporal Ambiguity

What's inside
Steps it walks through
  1. Core Capabilities
  2. Analysis Workflow
  3. Step 1: Read Requirements Thoroughly
  4. Step 2: Scan for Ambiguity Patterns
  5. Step 3: Classify Severity
  6. Step 4: Generate Clarifying Questions
  7. Step 5: Provide Alternative Phrasings
  8. Step 6: Create Analysis Report
  9. Output Formats
  10. Best Practices
  11. Common Pitfalls to Avoid
  12. Example Analysis
  13. Resources
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the ambiguity-detector skill do?

Detects and analyzes ambiguous language in software requirements and user stories. Use when reviewing requirements documents, user stories, specifications, or any software requirement text to identify vague quantifiers, unclear scope, undefined terms, missing edge cases, subjective language, and incomplete specifications. Provides detailed analysis with clarifying questions and suggested improvements.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ambiguity-detector --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