2.1 KiB
2.1 KiB
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!