requirements-clarity
Transforms vague requirements into actionable PRDs through systematic clarification with 100-point scoring system
Summary
This skill systematically transforms vague or incomplete requirements into actionable Product Requirement Documents (PRDs) using a 100-point scoring system to ensure clarity, completeness, and quality.
- It helps developers and product managers avoid misunderstandings and rework by enforcing rigorous requirements engineering practices.
Overview
   
Enterprise-grade agile development automation with AI-powered multi-agent orchestration
π Quick Start
Installation
Plugin System (Recommended)
/plugin github.com/cexll/myclaudeTraditional Installation
git clone https://github.com/cexll/myclaude.git
cd myclaude
make installBasic Usage
# Full agile workflow
/bmad-pilot "Build user authentication with OAuth2 and MFA"
# Lightweight development
/requirements-pilot "Implement JWT token refresh"
# Direct development commands
/code "Add API rate limiting"π¦ Plugin Modules
| Plugin | Description | Key Commands |
|---|---|---|
| [bmad-agile-workflow](docs/BMAD-WORKFLOW.md) | Complete BMAD methodology with 6 specialized agents | /bmad-pilot |
| [requirements-driven-workflow](docs/REQUIREMENTS-WORKFLOW.md) | Streamlined requirements-to-code workflow | /requirements-pilot |
| [development-essentials](docs/DEVELOPMENT-COMMANDS.md) | Core development slash commands | /code /debug /test /optimize |
| [advanced-ai-agents](docs/ADVANCED-AGENTS.md) | GPT-5 deep reasoning integration | Agent: gpt5 |
π‘ Use Cases
BMAD Workflow - Full agile process automation
- β’Product requirements β Architecture design β Sprint planning β Development β Code review β QA testing
- β’Quality gates with 90% thresholds
- β’Automated document generation
Requirements Workflow - Fast prototyping
- β’Requirements generation β Implementation β Review β Testing
- β’Lightweight and practical
Development Commands - Daily coding
- β’Direct implementation, debugging, testing, optimization
- β’No workflow overhead
π― Key Features
- β’π€ Role-Based Agents: Specialized AI agents for each development phase
- β’π Quality Gates: Automatic quality scoring with iterative refinement
- β’β Approval Points: User confirmation at critical workflow stages
- β’π Persistent Artifacts: All specs saved to
.claude/specs/ - β’π Plugin System: Native Claude Code plugin support
- β’π Flexible Workflows: Choose full agile or lightweight development
π Documentation
- β’[BMAD Workflow Guide](docs/BMAD-WORKFLOW.md) - Complete methodology and agent roles
- β’[Requirements Workflow](docs/REQUIREMENTS-WORKFLOW.md) - Lightweight development process
- β’[Development Commands](docs/DEVELOPMENT-COMMANDS.md) - Slash command reference
- β’[Plugin System](docs/PLUGIN-SYSTEM.md) - Installation and configuration
- β’[Quick Start Guide](docs/QUICK-START.md) - Get started in 5 minutes
π οΈ Installation Methods
Method 1: Plugin Install (One command)
/plugin install bmad-agile-workflowMethod 2: Make Commands (Selective installation)
make deploy-bmad # BMAD workflow only
make deploy-requirements # Requirements workflow only
make deploy-all # EverythingMethod 3: Manual Setup
- β’Copy
/commands/*.mdto~/.config/claude/commands/ - β’Copy
/agents/*.mdto~/.config/claude/agents/
Run make help for all options.
π License
MIT License - see LICENSE
π Support
- β’Issues: GitHub Issues
- β’Documentation: docs/
- β’Plugin Guide: PLUGIN_README.md
Transform your development with AI-powered automation - One command, complete workflow, quality assured.
Install & Usage
/plugin marketplace add <org/repo>Add the configuration to /plugin install requirements-clarity@<marketplace>
/pluginUse Cases
Usage Examples
/requirements-clarity 'Build a login page with social login support'
/requirements-clarity review prd.md
/requirements-clarity score requirements.txt
Security Audits
Frequently Asked Questions
What is requirements-clarity?
This skill systematically transforms vague or incomplete requirements into actionable Product Requirement Documents (PRDs) using a 100-point scoring system to ensure clarity, completeness, and quality. It helps developers and product managers avoid misunderstandings and rework by enforcing rigorous requirements engineering practices.
How to install requirements-clarity?
To install requirements-clarity: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install requirements-clarity@<marketplace>. Finally, /plugin in Claude Code.
What is requirements-clarity best for?
requirements-clarity is a plugin categorized under Development. It is designed for: requirements, clarification, prd, specifications, quality-gates, requirements-engineering. Created by Claude Code Dev Workflows.
What can I use requirements-clarity for?
requirements-clarity is useful for: Clarify a one-line feature request into a detailed PRD with acceptance criteria and edge cases.; Score and improve an existing requirements document against a 100-point quality checklist.; Break down a high-level product vision into structured, prioritized user stories and technical specifications.; Resolve ambiguous or conflicting requirements by generating clarifying questions and trade-off analyses.; Automatically generate test scenarios and validation criteria from a set of requirements.; Review and enhance a PRD for compliance with team standards and best practices..