bmad-method-lifecycle
NewFull-lifecycle AI development framework â agents and workflows for product analysis, planning, architecture, and implementation.
Summary
The BMad Method skill provides a full-lifecycle AI development framework with agents and workflows for product analysis, planning, architecture, and implementation.
- It helps developers build better software by acting as an expert collaborator that guides structured, AI-driven development from bug fixes to enterprise systems.
Overview
     
Build More Architect Dreams — An AI-driven agile development module for the BMad Method Module Ecosystem, the best and most comprehensive Agile AI Driven Development framework that has true scale-adaptive intelligence that adjusts from bug fixes to enterprise systems.
100% free and open source. No paywalls. No gated content. No gated Discord. We believe in empowering everyone, not just those who can pay for a gated community or courses.
Why the BMad Method?
Traditional AI tools do the thinking for you, producing average results. BMad agents and facilitated workflows act as expert collaborators who guide you through a structured process to bring out your best thinking in partnership with the AI.
- •AI Intelligent Help — Invoke the
bmad-helpskill anytime for guidance on what's next - •Scale-Domain-Adaptive — Automatically adjusts planning depth based on project complexity
- •Structured Workflows — Grounded in agile best practices across analysis, planning, architecture, and implementation
- •Specialized Agents — 12+ domain experts (PM, Architect, Developer, UX, and more)
- •Party Mode — Bring multiple agent personas into one session to collaborate and discuss
- •Complete Lifecycle — From brainstorming to deployment
Learn more at **docs.bmad-method.org**
🚀 What's Next for BMad?
V6 is here and we're just getting started! The BMad Method is evolving rapidly with optimizations including Cross Platform Agent Team and Sub Agent inclusion, Skills Architecture, BMad Builder v1, Dev Loop Automation, and so much more in the works.
[📍 Check out the complete Roadmap →](https://docs.bmad-method.org/roadmap/)
Quick Start
Prerequisites: Node.js v20.12+ · Python 3.10+ · uv
npx bmad-method installWant the newest prerelease build? Use
npx bmad-method@next install. Expect higher churn than the default install.
Follow the installer prompts, then open your AI IDE (Claude Code, Cursor, etc.) in your project folder.
Non-Interactive Installation (for CI/CD):
npx bmad-method install --directory /path/to/project --modules bmm --tools claude-code --yesOverride any module config option with --set <module>.<key>=<value> (repeatable). Run --list-options [module] to see locally-known official keys (built-in modules plus any external officials cached on this machine):
npx bmad-method install --yes \
--modules bmm --tools claude-code \
--set bmm.project_knowledge=research \
--set bmm.user_skill_level=expertNot sure what to do? Ask
bmad-help— it tells you exactly what's next and what's optional. You can also ask questions likebmad-help I just finished the architecture, what do I do next?
Modules
BMad Method extends with official modules for specialized domains. Available during installation or anytime after.
| Module | Purpose |
|---|---|
| [BMad Method (BMM)](https://github.com/bmad-code-org/BMAD-METHOD) | Core framework with 34+ workflows |
| [BMad Builder (BMB)](https://github.com/bmad-code-org/bmad-builder) | Create custom BMad agents and workflows |
| [Test Architect (TEA)](https://github.com/bmad-code-org/bmad-method-test-architecture-enterprise) | Risk-based test strategy and automation |
| [Game Dev Studio (BMGD)](https://github.com/bmad-code-org/bmad-module-game-dev-studio) | Game development workflows (Unity, Unreal, Godot) |
| [Creative Intelligence Suite (CIS)](https://github.com/bmad-code-org/bmad-module-creative-intelligence-suite) | Innovation, brainstorming, design thinking |
Web Bundles
V4 shipped web bundles. V6 brings them back, new and improved.
Web bundles package selected BMad skills for installation as Google Gemini Gems and ChatGPT Custom GPTs. Use them to do the upfront planning work (brainstorming, product briefs, PRDs, PRFAQs, UX specs, market and industry research) in your web LLM subscription, then bring the polished artifacts into your IDE for implementation. Planning runs on a flat-rate subscription instead of metered IDE tokens, which is a meaningful cost saver on longer engagements. Choose the best model available to you in Gemini or ChatGPT.
Current shelf: brainstorming, product brief, PRFAQ, PRD, UX, market & industry research.
Browse and install at [bmadcode.com/web-bundles](https://bmadcode.com/web-bundles/). One card per bundle, inline install steps for Gemini and ChatGPT, one-click ZIP download. See the web bundles guide for the concept.
Documentation
BMad Method Docs Site — Tutorials, guides, concepts, and reference
Quick links:
Community
- •Discord — Get help, share ideas, collaborate
- •YouTube — Tutorials, master class, and more
- •X / Twitter
- •Website
- •GitHub Issues — Bug reports and feature requests
- •Discussions — Community conversations
Support BMad
BMad is free for everyone and always will be. Star this repo, buy me a coffee, or email <[email protected]> for corporate sponsorship.
Contributing
We welcome contributions! See CONTRIBUTING.md for guidelines.
License
MIT License — see LICENSE for details.
BMad and BMAD-METHOD are trademarks of BMad Code, LLC. See TRADEMARK.md for details.

See CONTRIBUTORS.md for contributor information.
Install & Usage
mkdir -p .claude/agentsAdd the configuration to .claude/agents/bmad-method-lifecycle.md
@bmad-method-lifecycleUse Cases
Usage Examples
/bmad-method-lifecycle Analyze my product idea for a task management app and produce a requirements document.
/bmad-method-lifecycle Plan the next sprint for my e-commerce platform, breaking down the checkout feature into tasks.
/bmad-method-lifecycle Design the architecture for a real-time chat service, including microservices and message queue.
Security Audits
Frequently Asked Questions
What is bmad-method-lifecycle?
The BMad Method skill provides a full-lifecycle AI development framework with agents and workflows for product analysis, planning, architecture, and implementation. It helps developers build better software by acting as an expert collaborator that guides structured, AI-driven development from bug fixes to enterprise systems.
How to install bmad-method-lifecycle?
To install bmad-method-lifecycle: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/bmad-method-lifecycle.md. Finally, @bmad-method-lifecycle in Claude Code.
What is bmad-method-lifecycle best for?
bmad-method-lifecycle is a agent categorized under General. It is designed for: agent. Created by Brian (BMad) Madison.
What can I use bmad-method-lifecycle for?
bmad-method-lifecycle is useful for: Analyze a product idea and generate a structured requirements document with user stories and acceptance criteria.; Plan a sprint or development phase with task breakdowns, estimates, and dependency mapping.; Design system architecture including component diagrams, data flow, and technology stack recommendations.; Generate implementation-ready code with test cases and documentation following best practices.; Review existing code or design and suggest improvements based on the BMad Method's adaptive intelligence.; Facilitate a retrospective or post-mortem to capture lessons learned and actionable improvements..