requirements
NewRequirements-driven development workflow with quality gates for practical feature implementation
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
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/requirements.md https://raw.githubusercontent.com/stellarlinkco/myclaude/main/SKILL.md/requirementsFrequently Asked Questions
What is requirements?
Requirements-driven development workflow with quality gates for practical feature implementation
How to install requirements?
To install requirements, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /requirements.
What is requirements best for?
requirements is a community categorized under Development. Created by cexll.