Streamlined requirements-driven development workflow with 90% quality gates for practical feature implementation
You can install this plugin from any of these themed marketplaces. Choose one, add it as a marketplace, then install the plugin.
Choose your preferred installation method below
A marketplace is a collection of plugins. Every plugin gets an auto-generated marketplace JSON for individual installation, plus inclusion in category and themed collections. Add a marketplace once (step 1), then install any plugin from it (step 2).
One-time setup for access to all plugins
When to use: If you plan to install multiple plugins now or later
Step 1: Add the marketplace (one-time)
/plugin marketplace add https://claudepluginhub.com/marketplaces/all.json
Run this once to access all plugins
Step 2: Install this plugin
/plugin install requirements-driven-development@all
Use this plugin's auto-generated marketplace JSON for individual installation
When to use: If you only want to try this specific plugin
Step 1: Add this plugin's marketplace
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/requirements-driven-development.json
Step 2: Install the plugin
/plugin install requirements-driven-development@requirements-driven-development
Enterprise-grade agile development workflow automation with multi-agent orchestration
BMAD (Business-Minded Agile Development) transforms your development process into a fully automated agile workflow with role-based AI agents and quality gates.
/bmad-pilot "Build e-commerce checkout system with payment integration"
# Automated: Product β Architecture β Sprint β Dev β Review β QA
graph LR
PO[Product Owner] -->|PRD 90+| Architect
Architect -->|Design 90+| SM[Scrum Master]
SM -->|Sprint Plan| Dev
Dev -->|Code| Review
Review -->|Pass/Fail| QA
QA -->|Tests| Done
./.claude/specs/
Agent | Role | Quality Gate | Output |
---|---|---|---|
bmad-po (Sarah) | Product requirements gathering | 90/100 PRD score | 01-product-requirements.md |
bmad-architect (Winston) | Technical design & architecture | 90/100 design score | 02-system-architecture.md |
bmad-sm (Mike) | Sprint planning & task breakdown | User approval | 03-sprint-plan.md |
bmad-dev (Alex) | Feature implementation | Code completion | Implementation files |
bmad-review | Independent code review | Pass/Risk/Fail | 04-dev-reviewed.md |
bmad-qa (Emma) | Testing & quality assurance | Test execution | 05-qa-report.md |
# List available plugins
/plugin github.com/cexll/myclaude
# Clone the repository
git clone https://github.com/your-repo/claude-code-workflows.git
cd claude-code-workflows
# Install everything with make
make install
# Or deploy specific workflows
make deploy-bmad # Deploy BMAD workflow only
make deploy-requirements # Deploy Requirements workflow only
make deploy-all # Deploy all commands and agents
# Full agile workflow with all phases
/bmad-pilot "User authentication system with OAuth2 and MFA"
# Skip testing for quick prototypes
/bmad-pilot "Admin dashboard" --skip-tests
# Direct development (skip sprint planning)
/bmad-pilot "Bug fix for login issue" --direct-dev
# Skip repository scanning (use existing context)
/bmad-pilot "Add feature" --skip-scan
Each BMAD run creates structured documentation:
.claude/specs/user-authentication/
βββ 00-repository-context.md # Repository analysis
βββ 01-product-requirements.md # PRD with business goals
βββ 02-system-architecture.md # Technical design
βββ 03-sprint-plan.md # Sprint tasks
βββ 04-dev-reviewed.md # Code review report (NEW v3.1)
βββ 05-qa-report.md # Test results
The BMAD workflow uses a specialized output style that:
This project now includes native Claude Code plugin support with 4 ready-to-use plugin packages:
Plugin | Description | Commands | Agents |
---|---|---|---|
bmad-agile-workflow | Full BMAD methodology with role-based agents | /bmad-pilot | bmad-po, bmad-architect, bmad-sm, bmad-dev, bmad-qa |
requirements-driven-development | Streamlined requirements workflow | /requirements-pilot | requirements-generate, requirements-code, requirements-review |
development-essentials | Core development commands | /code , /debug , /test , /optimize | code, bugfix, debug, develop |
advanced-ai-agents | GPT-5 deep analysis integration | - | gpt5 |
# List all available plugins
/plugin list
# Get detailed information about a plugin
/plugin info bmad-agile-workflow
# Install a plugin to activate its commands and agents
/plugin install requirements-driven-development
# Remove an installed plugin
/plugin remove development-essentials
Plugins are defined in .claude-plugin/marketplace.json
following the Claude Code plugin specification. Each plugin includes:
BMAD automatically scans your repository to understand:
Each phase supports iterative improvement:
PO: "Here's the PRD (Score: 75/100)"
User: "Add mobile support and offline mode"
PO: "Updated PRD (Score: 92/100) β
"
Critical phases require explicit confirmation:
Architect: "Technical design complete (Score: 93/100)"
System: "Ready to proceed? (yes/no)"
User: yes
An alternative lightweight workflow for simpler projects:
/requirements-pilot "Implement JWT authentication"
# Automated: Requirements β Code β Review β Test
/ask
- Technical consultation/code
- Direct implementation/debug
- Systematic debugging/test
- Testing strategies/review
- Code validation/optimize
- Performance tuning/bugfix
- Bug resolution/refactor
- Code improvement/docs
- Documentation/think
- Advanced analysis/ask "Design patterns for real-time messaging"
/code "Implement WebSocket server"
/test "Create integration tests"
/review "Validate security"
MIT License - see LICENSE file
/commands/
and /agents/
directoriesmake help
for all deployment optionsmake install # Install everything to Claude Code
make deploy-bmad # Deploy BMAD workflow only
make deploy-requirements # Deploy Requirements workflow only
make deploy-commands # Deploy all slash commands
make deploy-agents # Deploy all agent configurations
make test-bmad # Test BMAD workflow sample
make test-requirements # Test Requirements workflow sample
make clean # Clean generated artifacts
make help # Show all available commands
Transform your development with BMAD - One command, complete agile workflow, quality assured.
Install with /plugin install bmad-agile-workflow
or use traditional installation methods.
Let specialized AI agents handle specialized work.
1.0.0