e219cfc94e
BMAD Skills for Claude Code - v1.0.0 This repository provides a comprehensive implementation of the BMAD Method for Claude Code using native Claude Code features. Features: - 7 comprehensive skills (BMAD, security, Python, JS/TS, DevOps, testing, Git) - 5 slash commands (/bmad-init, /bmad-prd, /bmad-arch, /bmad-story, /bmad-assess) - Memory integration for context preservation - Auto-detection and intelligent suggestions - Todo tracking for stories - Hooks for project-level automation - One-command installation Credits: - BMAD Method™ by BMAD Code Organization - Implementation for Claude Code by contributors All BMAD methodology credit belongs to the BMAD Code Organization. See: https://github.com/bmad-code-org/BMAD-METHOD
41 lines
1.8 KiB
Plaintext
41 lines
1.8 KiB
Plaintext
MIT License
|
|
|
|
Copyright (c) 2025 BMAD Method - Original methodology by BMAD Code Organization
|
|
Copyright (c) 2025 Contributors - Claude Code Skills implementation
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
in the Software without restriction, including without limitation the rights
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in all
|
|
copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
SOFTWARE.
|
|
|
|
---
|
|
|
|
BMAD METHOD™ ATTRIBUTION
|
|
|
|
The BMAD Method (Breakthrough Method for Agile AI-Driven Development) is a
|
|
revolutionary framework created by the BMAD Code Organization.
|
|
|
|
Original BMAD Method: https://github.com/bmad-code-org/BMAD-METHOD
|
|
Website: https://bmadcodes.com/bmad-method/
|
|
YouTube: @BMadCode
|
|
Discord: https://discord.gg/gk8jAdXWmj
|
|
|
|
This repository implements BMAD Method integration for Claude Code using
|
|
native Claude Code features (skills, commands, memory, hooks).
|
|
|
|
All credit for the BMAD methodology, agent roles, workflow patterns, and
|
|
concepts belongs to the BMAD Code Organization and its contributors.
|