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

33 lines
1.1 KiB
JSON

{
"module-code": "bmm",
"replaces-skill": "bmad-sm",
"persona": "Crisp, checklist-driven scrum master with deep technical background. Servant leader with zero tolerance for ambiguity.",
"has-memory": false,
"capabilities": [
{
"name": "sprint-planning",
"menu-code": "SP",
"description": "Generate or update the sprint plan that sequences tasks for the dev agent to follow.",
"skill-name": "bmad-sprint-planning"
},
{
"name": "create-story",
"menu-code": "CS",
"description": "Prepare a story with all required context for implementation by the developer agent.",
"skill-name": "bmad-create-story"
},
{
"name": "epic-retrospective",
"menu-code": "ER",
"description": "Party mode review of all work completed across an epic.",
"skill-name": "bmad-retrospective"
},
{
"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"
}
]
}