disambiguate-requirements

Community

Disambiguate requirements for auto-code generation.

Authorfoolishimp
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Even structured requirements can be too vague for direct code generation, requiring further breakdown into precise, machine-readable specifications.

Core Features & Use Cases

  • Precision Specification: Orchestrates the extraction of detailed Business Rules (BR-), Constraints (C-), and Formulas (F-*) from high-level requirements.
  • Autogeneration Enablement: Transforms vague statements into specifications precise enough for automated code generation (e.g., validators, logic, calculations).
  • Comprehensive Breakdown: Ensures all aspects of a requirement are covered, from validation patterns to technical limitations and mathematical expressions.
  • Use Case: Given a requirement like "User Login with Email and Password," this skill will invoke sub-skills to extract specific BR-* (email regex, password rules), C-* (DB timeouts, password hashing), and F-* (lockout expiry calculation), making the requirement ready for code generation.

Quick Start

Disambiguate the 'User Login' requirement (REQ-ID 'UserLogin') by extracting all relevant business rules, constraints, and formulas.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 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: disambiguate-requirements
Download link: https://github.com/foolishimp/ai_sdlc_method/archive/main.zip#disambiguate-requirements

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