BeClaude

requirements

New
2.7kCommunity RegistryDevelopmentby cexll

Requirements-driven development workflow with quality gates for practical feature implementation

Community PluginView Source

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
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/requirements.md https://raw.githubusercontent.com/stellarlinkco/myclaude/main/SKILL.md
3
Invoke in Claude Code
/requirements
View source on GitHub

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