Enterprise-grade agile development automation with AI-powered multi-agent orchestration
Plugin System (Recommended)
/plugin github.com/cexll/myclaude
Traditional Installation
git clone https://github.com/cexll/myclaude.git
cd myclaude
make install
# 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 | Description | Key Commands |
---|---|---|
bmad-agile-workflow | Complete BMAD methodology with 6 specialized agents | /bmad-pilot |
requirements-driven-workflow | Streamlined requirements-to-code workflow | /requirements-pilot |
development-essentials | Core development slash commands | /code /debug /test /optimize |
advanced-ai-agents | GPT-5 deep reasoning integration | Agent: gpt5 |
requirements-clarity | Automated requirements clarification with 100-point scoring | Auto-activated skill |
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
Requirements Clarity - Automated requirements engineering
- Auto-detects vague requirements and initiates clarification
- 100-point quality scoring system
- Generates complete PRD documents
- 🤖 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
- 🎯 Requirements Clarity: Automated requirements clarification with quality scoring
- BMAD Workflow Guide - Complete methodology and agent roles
- Requirements Workflow - Lightweight development process
- Development Commands - Slash command reference
- Plugin System - Installation and configuration
- Quick Start Guide - Get started in 5 minutes
Method 1: Plugin Install (One command)
/plugin install bmad-agile-workflow
Method 2: Make Commands (Selective installation)
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.
MIT License - see LICENSE
- Issues: GitHub Issues
- Documentation: docs/
- Plugin Guide: PLUGIN_README.md
Transform your development with AI-powered automation - One command, complete workflow, quality assured.