BeClaude

requirements-clarity

1.1kCommunity RegistryDevelopmentby Claude Code Dev Workflows Β· MIT

Transforms vague requirements into actionable PRDs through systematic clarification with 100-point scoring system

First seen 4/17/2026

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

![License: MIT](https://opensource.org/licenses/MIT) ![Claude Code](https://claude.ai/code) ![Version](https://github.com/cexll/myclaude) ![Plugin Ready](https://docs.claude.com/en/docs/claude-code/plugins)

Enterprise-grade agile development automation with AI-powered multi-agent orchestration

πŸš€ Quick Start

Installation

Plugin System (Recommended)

bash
/plugin github.com/cexll/myclaude

Traditional Installation

bash
git clone https://github.com/cexll/myclaude.git
cd myclaude
make install

Basic Usage

bash
# 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

PluginDescriptionKey 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 integrationAgent: 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)

bash
/plugin install bmad-agile-workflow

Method 2: Make Commands (Selective installation)

bash
make deploy-bmad          # BMAD workflow only
make deploy-requirements  # Requirements workflow only
make deploy-all          # Everything

Method 3: Manual Setup

  • β€’Copy /commands/*.md to ~/.config/claude/commands/
  • β€’Copy /agents/*.md to ~/.config/claude/agents/

Run make help for all options.

πŸ“„ License

MIT License - see LICENSE

πŸ™‹ Support


Transform your development with AI-powered automation - One command, complete workflow, quality assured.

Install & Usage

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install requirements-clarity@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

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.

Usage Examples

1

/requirements-clarity 'Build a login page with social login support'

2

/requirements-clarity review prd.md

3

/requirements-clarity score requirements.txt

View source on GitHub
requirementsclarificationprdspecificationsquality-gatesrequirements-engineering

Security Audits

LicensePassSourceWarnRepositoryPass

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..