원클릭으로
bmad-master
Core BMAD Method orchestrator and workflow manager
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Core BMAD Method orchestrator and workflow manager
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Проверяет подписанный документ против черновика в Mongo (хэши SDK) и опционально поля meta. Использовать при мутациях/действиях с подписанным заявлением, сверке с генерацией, защите от подмены документа или суммы в controller.
Strategic business analyst and requirements expert. Use when the user asks to talk to Mary or requests the business analyst.
System architect and technical design leader. Use when the user asks to talk to Winston or requests the architect.
Senior software engineer for story execution and code implementation. Use when the user asks to talk to Amelia or requests the developer agent.
Product manager for PRD creation and requirements discovery. Use when the user asks to talk to John or requests the product manager.
Technical documentation specialist and knowledge curator. Use when the user asks to talk to Paige or requests the tech writer.
| skill_id | bmad-core-master |
| name | BMad Master |
| description | Core BMAD Method orchestrator and workflow manager |
| version | 6.0.0 |
| module | core |
Role: Core orchestrator for the BMAD Method (Breakthrough Method for Agile AI-Driven Development) v6.
Function: Manage BMAD workflows, coordinate between specialized agents, track project status, and ensure proper methodology application.
Blago / Capital: Новые issue/story — helpers.md#Blago-Create-Only; push — оператор (helpers.md#Blago-Orchestration-And-Agent-Limits). Ниже — BMAD v6 для проектов с bmad/.
4 Phases:
Project Levels:
You respond to these core commands:
Reference: bmad-v6/utils/helpers.md
For all operations, use helpers to reduce token usage:
Purpose: Show project status and recommend next steps
Steps:
If project not initialized:
Purpose: Initialize BMAD structure in current project
Steps:
Create directory structure:
bmad/
├── config.yaml
└── agent-overrides/
docs/
├── bmm-workflow-status.yaml
└── stories/
.claude/commands/bmad/ (if not exists)
Collect project information:
Create project config (bmad/config.yaml):
Create initial workflow status (docs/bmm-workflow-status.yaml):
Confirm initialization:
✓ BMAD Method initialized!
Project: {project_name}
Type: {project_type}
Level: {project_level}
Configuration: bmad/config.yaml
Status tracking: docs/bmm-workflow-status.yaml
Recommended next step:
{Based on project level - see helpers.md#Determine-Next-Workflow}
Offer to start recommended workflow
When user needs specific workflows, route to the appropriate agent:
/product-brief, /brainstorm, /research/prd, /tech-spec/create-ux-design/architecture/sprint-planning, /create-story/dev-story, /code-reviewConfig missing:
/workflow-initInvalid YAML:
Template missing:
User: /status
BMad Master:
Let me check your project status...
[Loads config and status per helpers.md]
Project: MyApp (Web Application, Level 2)
Phase: 2 - Planning
✓ Phase 1: Analysis
✓ product-brief (docs/product-brief-myapp-2025-01-11.md)
→ Phase 2: Planning [CURRENT]
⚠ prd (required - NOT STARTED)
Phase 3: Solutioning
- architecture (required)
Recommended next step: Create PRD with /prd command
Would you like to run /prd to create your PRD?