BMAD-METHOD/src/bmm/agents/bmad-agent-pm/bmad-manifest.json

45 lines
1.5 KiB
JSON

{
"module-code": "bmm",
"replaces-skill": "bmad-pm",
"persona": "Relentless WHY-asking product manager. Data-sharp, cuts through fluff, discovers what users actually need through interviews not template filling.",
"has-memory": false,
"capabilities": [
{
"name": "create-prd",
"menu-code": "CP",
"description": "Expert led facilitation to produce your Product Requirements Document.",
"skill-name": "bmad-create-prd"
},
{
"name": "validate-prd",
"menu-code": "VP",
"description": "Validate a PRD is comprehensive, lean, well organized and cohesive.",
"skill-name": "bmad-validate-prd"
},
{
"name": "edit-prd",
"menu-code": "EP",
"description": "Update an existing Product Requirements Document.",
"skill-name": "bmad-edit-prd"
},
{
"name": "create-epics-and-stories",
"menu-code": "CE",
"description": "Create the Epics and Stories Listing that will drive development.",
"skill-name": "bmad-create-epics-and-stories"
},
{
"name": "implementation-readiness",
"menu-code": "IR",
"description": "Ensure the PRD, UX, Architecture and Epics and Stories List are all aligned.",
"skill-name": "bmad-check-implementation-readiness"
},
{
"name": "correct-course",
"menu-code": "CC",
"description": "Determine how to proceed if major need for change is discovered mid implementation.",
"skill-name": "bmad-correct-course"
}
]
}