# BMAD Claude Integration - Pull Request ## ๐Ÿ“‹ Summary ## ๐ŸŽฏ Type of Change - [ ] ๐Ÿ› Bug fix (non-breaking change which fixes an issue) - [ ] โœจ New feature (non-breaking change which adds functionality) - [ ] ๐Ÿ’ฅ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] ๐Ÿ“š Documentation only changes - [ ] ๐Ÿ”ง Refactoring (no functional changes, no api changes) - [ ] โšก Performance improvements - [ ] ๐Ÿงช Test improvements - [ ] ๐ŸŽญ Agent improvements (prompts, personas, capabilities) - [ ] ๐Ÿ—๏ธ Build system changes - [ ] ๐Ÿ”„ CI/CD changes ## ๐ŸŽญ Agent Impact - [ ] ๐Ÿ“Š Analyst (Mary) - [ ] ๐Ÿ—๏ธ Architect (Winston) - [ ] ๐Ÿ‘จโ€๐Ÿ’ป Dev (James) - [ ] ๐Ÿ“‹ PM (John) - [ ] ๐Ÿ” QA (Quinn) - [ ] ๐ŸŽฏ Scrum Master (Bob) - [ ] ๐Ÿ› ๏ธ Build system / templates - [ ] ๐Ÿ“ BMAD core integration ## ๐Ÿงช Testing ### Automated Testing - [ ] `npm run build:claude` passes - [ ] `npm run test:claude` passes - [ ] `npm run validate` passes (in integration/claude) - [ ] All agent files generate without errors ### Manual Testing - [ ] Tested affected agents in Claude Code - [ ] Verified agent behavior matches expectations - [ ] Tested cross-agent workflows (if applicable) - [ ] Validated BMAD methodology integration ### Test Commands Used ```bash # List the specific test commands you ran ``` ### Test Results ## ๐Ÿ“ Checklist ### Code Quality - [ ] My code follows the project's style guidelines - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] My changes generate no new warnings or errors ### Documentation - [ ] I have made corresponding changes to the documentation - [ ] I have updated README.md if needed - [ ] I have updated integration/claude/README.md if needed - [ ] Any new features are documented ### BMAD Integration - [ ] Changes maintain BMAD methodology integrity - [ ] Agent personas remain consistent with BMAD roles - [ ] Template and task integrations work correctly - [ ] Cross-agent collaboration still functions ### Compatibility - [ ] Changes are compatible with existing Claude Code installations - [ ] Original BMAD structure remains unmodified (clean separation) - [ ] No breaking changes to existing agent configurations ## ๐Ÿ”— Related Issues Fixes #(issue number) Closes #(issue number) Related to #(issue number) ## ๐Ÿ“ธ Screenshots ## ๐Ÿค” Additional Context ### Breaking Changes ### Migration Guide ### Performance Impact ## ๐Ÿ“‹ Reviewer Guidelines ### Focus Areas - [ ] Agent prompt quality and BMAD integration - [ ] Code architecture and maintainability - [ ] Documentation completeness - [ ] Test coverage and validation - [ ] Compatibility and backwards compatibility ### Testing Instructions 1. Build the agents: `npm run build:claude` 2. Run validation: `npm run test:claude` 3. Test specific agents: [provide specific test scenarios] 4. Verify [specific functionality] --- **By submitting this PR, I confirm that:** - [ ] I have read and agree to the [Contributing Guidelines](CONTRIBUTING.md) - [ ] This contribution is my own work or properly attributed - [ ] I understand this will be released under the MIT license