بنقرة واحدة
bmad-integration
Use BMAD Method v6.1.0 for AI-driven agile development with GUI, IDE, and MCP integration
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use BMAD Method v6.1.0 for AI-driven agile development with GUI, IDE, and MCP integration
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | BMAD Integration |
| description | Use BMAD Method v6.1.0 for AI-driven agile development with GUI, IDE, and MCP integration |
This skill enables AI-driven agile development using the BMAD (Breakthrough Method for Agile AI-Driven) system v6.1.0 with full synchronization between GUI, IDE, and Scrum MCP.
*create-prd in Agent Chat*create-architecture*create-story┌──────────────────────────────────────────────────────────────────┐
│ BMAD Context Sync │
├────────────────┬─────────────────┬─────────────────┬─────────────┤
│ SYNC Mode │ GUI Mode │ IDE Mode │ MCP Mode │
├────────────────┼─────────────────┼─────────────────┼─────────────┤
│ • Load files │ • Agent Chat │ • .cursorrules │ • Stories │
│ • Sync stories │ • Context aware │ • .windsurfrules│ • Epics │
│ • Update IDE │ • Save to files │ • AGENTS.md │ • Board API │
└────────────────┴─────────────────┴─────────────────┴─────────────┘
| Command | Agent | Description |
|---|---|---|
*create-prd | PM | Guided PRD creation |
*create-story | SM | Create user story |
*create-architecture | Architect | Design architecture |
*create-epics | PM | Create epics |
*brainstorm | Analyst | Brainstorm ideas |
*save-prd | PM | Save PRD to file |
*help | - | Show commands |
project/
├── _bmad/
│ ├── _config/ # Installation manifests
│ │ ├── manifest.yaml
│ │ ├── agent-manifest.csv
│ │ ├── skill-manifest.csv
│ │ ├── workflow-manifest.csv
│ │ └── agents/ # Compiled agent configs
│ ├── _memory/ # Agent memory & state
│ │ └── config.yaml
│ ├── core/ # BMAD core framework
│ │ ├── agents/ # bmad-master.md
│ │ ├── tasks/ # Core tasks (shard-doc, etc.)
│ │ └── workflows/ # brainstorming, elicitation, party-mode
│ └── bmm/ # BMad Method module
│ ├── agents/ # analyst, architect, dev, pm, qa, sm, ux-designer
│ ├── config.yaml # Module config (v6.1.0)
│ ├── data/ # Data files
│ ├── teams/ # Team definitions
│ └── workflows/ # 4 phases + quick-flow + document + context
├── _bmad-output/
│ ├── prd.md # PRD document
│ ├── architecture.md # Architecture doc
│ ├── product-brief.md # Product brief
│ ├── planning-artifacts/ # Phase 1-3 artifacts
│ └── implementation-artifacts/ # Phase 4 artifacts
├── .cursorrules # Cursor IDE config
├── .windsurfrules # Windsurf IDE config
└── AGENTS.md # Universal agent rules
qa.md (QA agent), quick-flow-solo-dev.md (solo dev quick flow)| Phase | Directory | Purpose |
|---|---|---|
| 1 - Analysis | 1-analysis/ | Research, market analysis |
| 2 - Planning | 2-plan-workflows/ | PRD, product brief |
| 3 - Solutioning | 3-solutioning/ | Architecture, UX design |
| 4 - Implementation | 4-implementation/ | Stories, sprints, code review |
| Quick Flow | bmad-quick-flow/ | Fast-track development |
| Document | document-project/ | Project documentation |
| Context | generate-project-context/ | AI context generation |
| QA | qa-generate-e2e-tests/ | E2E test generation |
Master synchronization - loads context, syncs MCP stories, generates IDE rules.
Chat with agents using workflow commands. Context from PRD/Arch/Stories auto-included.
Export files for external editors (Cursor, Windsurf). Same workflow commands work.
Scrum board connection at http://127.0.0.1:3847/mcp.
http://127.0.0.1:3847http://127.0.0.1:3847/mcphttp://127.0.0.1:3847/ssecreate-story - Create a story on the boardupdate-card - Update card propertiesmove-card - Move card between listslist-stories - Get all storiesadd-epic - Add an epicget-board - Get board state{
"mcpServers": {
"scrum": {
"url": "http://127.0.0.1:3847/mcp"
}
}
}
stories.md_bmad-output/| Agent | File | Role | Use For |
|---|---|---|---|
| PM | pm.md | Product Manager | PRD, requirements, epics |
| Architect | architect.md | System Architect | Design, tech stack |
| SM | sm.md | Scrum Master | Stories, sprints |
| Analyst | analyst.md | Business Analyst | Research, brainstorm |
| Dev | dev.md | Developer | Implementation |
| UX Designer | ux-designer.md | UX Designer | Design, wireframes |
| QA | qa.md | Quality Assurance | Testing, edge cases |
| Quick Flow Solo | quick-flow-solo-dev.md | Solo Developer | Fast-track development |
npx bmad-method@latest install --yes --action update --modules bmm
| Issue | Solution |
|---|---|
| MCP disconnected | Check server on port 3847 |
| Context not loading | Run "Sync All" |
| IDE not reading rules | Restart IDE, run Sync |
| Stories not syncing | Check MCP, run Sync |