Add detailed documentation for implementing BMAD-METHOD in Claude Code web: - CLAUDE_CODE_WEB_IMPLEMENTATION.md: Complete implementation guide covering 4 deployment options (manual, Projects, bundler adaptation, Skills) - QUICK_START_CLAUDE_WEB.md: 30-minute quick start guide with practical examples and step-by-step instructions - BEST_PRACTICES_SUMMARY.md: Deep-dive into BMAD architecture patterns, extracted from codebase analysis - claude-web-examples/: Ready-to-use Project instructions starting with PM agent, includes workflows and usage examples These guides enable users to leverage their Claude Code web credits effectively by adapting BMAD agents for web deployment without requiring full local installation. |
||
|---|---|---|
| .. | ||
| PM-Project-Instructions.md | ||
| README.md | ||
README.md
Claude Code Web Examples
This directory contains ready-to-use Project instructions for running BMAD agents in Claude Code web.
Available Agent Instructions
PM-Project-Instructions.md
Product Manager agent for creating PRDs, epics, stories, and tech specs.
Use when: Planning new projects, defining requirements, breaking down work
Workflows included:
- Create PRD
- Create epics and stories
- Tech spec
- Validate PRD
- Course correction
How to Use
Quick Setup (5 minutes per agent)
- Create a new Project in Claude Code web
- Copy the instructions from one of the files above
- Paste into Project custom instructions
- Upload relevant templates (from
src/modules/bmm/workflows/) - Start using!
Example: Setting Up the PM Agent
- Go to Claude Code web
- Create new Project: "BMad Product Manager"
- Copy contents of
PM-Project-Instructions.md - Paste into Project custom instructions
- Upload:
src/modules/bmm/workflows/2-plan-workflows/prd/template.md - Upload:
src/modules/bmm/workflows/2-plan-workflows/prd/data/project-types.csv - Start conversation: "*create-prd"
Coming Soon
More agent examples:
- Architect-Project-Instructions.md
- Developer-Project-Instructions.md
- UX-Designer-Project-Instructions.md
- Test-Architect-Project-Instructions.md
Resources
- Quick Start Guide:
../QUICK_START_CLAUDE_WEB.md- Get started in 30 minutes - Full Implementation Guide:
../CLAUDE_CODE_WEB_IMPLEMENTATION.md- Complete reference - Best Practices:
../BEST_PRACTICES_SUMMARY.md- Learn from BMAD architecture
Contributing
Want to add more agent examples?
- Extract agent persona from
src/modules/bmm/agents/*.agent.yaml - Format as Project instructions (see PM example)
- Include workflows, personality, principles
- Test in Claude Code web
- Submit PR!
Feedback
- 💬 Discord: https://discord.gg/gk8jAdXWmj
- 🐛 Issues: https://github.com/bmad-code-org/BMAD-METHOD/issues
- ⭐ Star the repo if you find this useful!