Requirements Clarification

Community

Clarify ambiguous requests, get precise requirements.

AuthorKyungChan-PARK
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill eliminates the ambiguity in user requests, transforming vague or multi-interpretable statements into clear, programming-level precise requirements. It automates the tedious back-and-forth of clarification.

Core Features & Use Cases

  • Domain-Specific CoT: Applies specialized Chain of Thought patterns for implementation, scope, persistence, and priority clarification.
  • Socratic Questioning: Uses an efficient binary-split strategy to progressively converge on unambiguous requirements with minimal user interaction.
  • Use Case: When a user says, "Make it permanent," this Skill will guide them through a series of targeted questions (e.g., "How permanent? Session-only, temporary, or truly permanent?" and "Where should it be stored? Memory, file, or database?") until a precise, actionable requirement is defined.

Quick Start

  1. Analyze ambiguity type (implementation/scope/persistence/priority)
  2. Apply domain-specific CoT pattern
  3. Generate optimal questions with binary-split strategy
  4. Progressive convergence with transparency

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Requirements Clarification
Download link: https://github.com/KyungChan-PARK/kc-palantir-math/archive/main.zip#requirements-clarification

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository